/aosp_15_r20/tools/acloud/pull/ |
H A D | pull.py | 68 def PullLogs(ssh, log_files, instance_name): argument 88 def DisplayLog(ssh, log_file, no_prompts=False): argument 130 def SelectLogFileToPull(ssh, file_name=None): argument 165 def GetAllLogFilePaths(ssh, remote_log_folder): argument
|
/aosp_15_r20/external/libnfnetlink/src/ |
H A D | libnfnetlink.c | 343 struct nfnl_subsys_handle *ssh; in nfnl_subsys_open2() local 388 void nfnl_subsys_close(struct nfnl_subsys_handle *ssh) in nfnl_subsys_close() 518 void nfnl_fill_hdr(struct nfnl_subsys_handle *ssh, in nfnl_fill_hdr() 1198 int nfnl_callback_register(struct nfnl_subsys_handle *ssh, in nfnl_callback_register() 1222 int nfnl_callback_unregister(struct nfnl_subsys_handle *ssh, u_int8_t type) in nfnl_callback_unregister() 1247 const struct nfnl_subsys_handle *ssh; in nfnl_check_attributes() local 1295 struct nfnl_subsys_handle *ssh; in __nfnl_handle_msg() local 1368 struct nfnl_subsys_handle *ssh; in nfnl_step() local
|
/aosp_15_r20/bionic/tests/ |
H A D | signal_test.cpp | 161 ScopedSignalHandler ssh(SIGALRM, raise_in_signal_handler_helper); in TEST() local 176 ScopedSignalHandler ssh(SIGALRM, [](int) { ++g_sigsuspend_signal_handler_call_count; }); in TEST() local 218 ScopedSignalHandler ssh(SIGRTMIN, [](int) { ++g_sigsuspend64_signal_handler_call_count; }); in TEST() local 597 ScopedSignalHandler ssh(SIGALRM, SigqueueSignalHandler, SA_SIGINFO); in TEST() local 607 ScopedSignalHandler ssh(SIGALRM, SigqueueSignalHandler, SA_SIGINFO); in TEST() local 620 ScopedSignalHandler ssh(SIGALRM, SigqueueSignalHandler, SA_SIGINFO); in TEST() local 879 ScopedSignalHandler ssh{sig, [](int) { signal_handler_call_count++; }}; in TestSigholdSigpauseSigrelse() local 927 ScopedSignalHandler ssh{SIGRTMIN, signal_handler}; in TEST() local 947 ScopedSignalHandler ssh{SIGALRM, signal_handler}; in TEST() local
|
H A D | stack_unwinding_test.cpp | 130 ScopedSignalHandler ssh(SIGUSR1, UnwindSignalHandler); in TEST() local 137 ScopedSignalHandler ssh(SIGUSR1, UnwindSignalHandler, SA_SIGINFO); in TEST() local
|
/aosp_15_r20/external/libnetfilter_conntrack/src/expect/ |
H A D | api.c | 504 int nfexp_build_expect(struct nfnl_subsys_handle *ssh, in nfexp_build_expect() 519 __build_query_exp(struct nfnl_subsys_handle *ssh, in __build_query_exp() 588 int nfexp_build_query(struct nfnl_subsys_handle *ssh, in nfexp_build_query()
|
H A D | build.c | 52 int __build_expect(struct nfnl_subsys_handle *ssh, in __build_expect()
|
/aosp_15_r20/external/sg3_utils/src/ |
H A D | sg_requests.c | 458 struct sg_scsi_sense_hdr ssh; in main() local 488 struct sg_scsi_sense_hdr ssh; in main() local
|
H A D | sg_sat_set_features.c | 127 struct sg_scsi_sense_hdr ssh; in do_set_features() local
|
H A D | sg_sat_read_gplog.c | 141 struct sg_scsi_sense_hdr ssh; in do_read_gplog() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_notifier.h | 84 virtual int NotifyTaskFlushed(CmDevice *device, CmTask *task, CmSSH *ssh, uint32_t taskId) in NotifyTaskFlushed() 208 int NotifyTaskFlushed(CmDevice *device, CmTask *task, CmSSH *ssh, uint32_t taskId) in NotifyTaskFlushed()
|
H A D | cm_surface_state.h | 66 inline void Recorded(CmSSH *ssh, uint32_t btIdx, uint32_t bteIdx, uint32_t ssIdx) in Recorded() 73 inline void GetRecordedInfo(CmSSH **ssh, int32_t *btIdx, int32_t *bteIdx, int32_t *ssIdx) in GetRecordedInfo()
|
H A D | cm_kernel_ex.cpp | 636 MOS_STATUS CmKernelEx::UpdateCurbe(CmSSH *ssh, CmMediaState *mediaState, uint32_t kernelIdx) in UpdateCurbe() 768 MOS_STATUS CmKernelEx::LoadReservedSurfaces(CmSSH *ssh) in LoadReservedSurfaces()
|
H A D | cm_execution_adv.cpp | 343 CmSSH *ssh = cmdBuf->GetSSH(); in SubmitTask() local 722 CmSSH *ssh = cmdBuf->GetSSH(); in SubmitGpgpuTask() local
|
/aosp_15_r20/external/curl/lib/vssh/ |
H A D | libssh.c | 2143 struct SSHPROTO *ssh; in myssh_setup_connection() local 2163 struct ssh_conn *ssh; in myssh_connect() local 2353 struct ssh_conn *ssh = &conn->proto.sshc; in scp_disconnect() local
|
H A D | libssh2.c | 3141 struct SSHPROTO *ssh; in ssh_setup_connection() local 3163 struct ssh_conn *ssh = &conn->proto.sshc; in ssh_tls_recv() local 3188 struct ssh_conn *ssh = &conn->proto.sshc; in ssh_tls_send() local
|
/aosp_15_r20/external/libnetfilter_conntrack/src/conntrack/ |
H A D | api.c | 770 int nfct_build_conntrack(struct nfnl_subsys_handle *ssh, in nfct_build_conntrack() 785 __build_query_ct(struct nfnl_subsys_handle *ssh, in __build_query_ct() 874 int nfct_build_query(struct nfnl_subsys_handle *ssh, in nfct_build_query()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fuchsia_device.py | 292 def ssh(self): member in FuchsiaDevice 307 def ssh(self): member in FuchsiaDevice
|
/aosp_15_r20/external/perfetto/infra/git_mirror_bot/ |
H A D | Makefile | 19 ssh: target
|
/aosp_15_r20/tools/acloud/powerwash/ |
H A D | powerwash.py | 57 def PowerwashDevice(ssh, instance_id): argument
|
/aosp_15_r20/tools/acloud/restart/ |
H A D | restart.py | 70 def RestartDevice(ssh, instance_id): argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ |
H A D | ssh.py | 42 def ssh(command): function
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/ |
D | wireless_settings_applier.py | 38 def __init__(self, ssh, configs, channel_2g, channel_5g, radio_2g=RADIO_2G, radio_5g=RADIO_5G): argument
|
D | network_settings.py | 67 def __init__(self, ssh, ssh_settings, logger): argument 1075 def __init__(self, ssh): argument
|
/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/ |
H A D | ssh.py | 33 def ssh(self, title, *cmd, **kwargs): member in SSHFlavor
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/ |
H A D | Makefile | 104 ssh: target
|