Home
last modified time | relevance | path

Searched defs:ssh (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/tools/acloud/pull/
H A Dpull.py68 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 Dlibnfnetlink.c343 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 Dsignal_test.cpp161 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 Dstack_unwinding_test.cpp130 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 Dapi.c504 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 Dbuild.c52 int __build_expect(struct nfnl_subsys_handle *ssh, in __build_expect()
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_requests.c458 struct sg_scsi_sense_hdr ssh; in main() local
488 struct sg_scsi_sense_hdr ssh; in main() local
H A Dsg_sat_set_features.c127 struct sg_scsi_sense_hdr ssh; in do_set_features() local
H A Dsg_sat_read_gplog.c141 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 Dcm_notifier.h84 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 Dcm_surface_state.h66 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 Dcm_kernel_ex.cpp636 MOS_STATUS CmKernelEx::UpdateCurbe(CmSSH *ssh, CmMediaState *mediaState, uint32_t kernelIdx) in UpdateCurbe()
768 MOS_STATUS CmKernelEx::LoadReservedSurfaces(CmSSH *ssh) in LoadReservedSurfaces()
H A Dcm_execution_adv.cpp343 CmSSH *ssh = cmdBuf->GetSSH(); in SubmitTask() local
722 CmSSH *ssh = cmdBuf->GetSSH(); in SubmitGpgpuTask() local
/aosp_15_r20/external/curl/lib/vssh/
H A Dlibssh.c2143 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 Dlibssh2.c3141 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 Dapi.c770 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/
Dfuchsia_device.py292 def ssh(self): member in FuchsiaDevice
307 def ssh(self): member in FuchsiaDevice
/aosp_15_r20/external/perfetto/infra/git_mirror_bot/
H A DMakefile19 ssh: target
/aosp_15_r20/tools/acloud/powerwash/
H A Dpowerwash.py57 def PowerwashDevice(ssh, instance_id): argument
/aosp_15_r20/tools/acloud/restart/
H A Drestart.py70 def RestartDevice(ssh, instance_id): argument
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/
H A Dssh.py42 def ssh(command): function
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dwireless_settings_applier.py38 def __init__(self, ssh, configs, channel_2g, channel_5g, radio_2g=RADIO_2G, radio_5g=RADIO_5G): argument
Dnetwork_settings.py67 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 Dssh.py33 def ssh(self, title, *cmd, **kwargs): member in SSHFlavor
/aosp_15_r20/development/tools/repo_diff/service/repodiff/
H A DMakefile104 ssh: target

123