Home
last modified time | relevance | path

Searched refs:idtype (Results 1 - 18 of 18) sorted by relevance

/third_party/rust/crates/rustix/src/process/
H A Dprocctl.rs37 Some((idtype, id)) => (idtype, id.as_raw_nonzero().get()), in proc_selector_to_raw()
48 let (idtype, id) = proc_selector_to_raw(process);
49 syscalls::procctl(idtype as c_uint, id as RawId, option, data)
128 /// Set the state of the `dumpable` attribute for the process indicated by `idtype` and `id`.
163 /// Get the tracing status of the process indicated by `idtype` and `id`.
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dsyscalls.rs459 idtype: c::idtype_t,
464 ret(c::procctl(idtype, id, option, data))
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs371 let (idtype, idval) = match id { in waitid()
383 Errno::result(libc::waitid(idtype, idval, &mut siginfo, flags.bits()))?; in waitid()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_eke.c230 u8 idtype; in eap_eke_process_id() local
307 idtype = *pos++; in eap_eke_process_id()
308 wpa_printf(MSG_DEBUG, "EAP-EKE: Server IDType %u", idtype); in eap_eke_process_id()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_eke.c230 u8 idtype; in eap_eke_process_id() local
307 idtype = *pos++; in eap_eke_process_id()
308 wpa_printf(MSG_DEBUG, "EAP-EKE: Server IDType %u", idtype); in eap_eke_process_id()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_env.c303 int idtype; in cms_RecipientInfo_ktri_init() local
315 idtype = CMS_RECIPINFO_KEYIDENTIFIER; in cms_RecipientInfo_ktri_init()
318 idtype = CMS_RECIPINFO_ISSUER_SERIAL; in cms_RecipientInfo_ktri_init()
326 if (!ossl_cms_set1_SignerIdentifier(ktri->rid, recip, idtype, ctx)) in cms_RecipientInfo_ktri_init()
/third_party/openssl/crypto/cms/
H A Dcms_env.c284 int idtype; in cms_RecipientInfo_ktri_init() local
296 idtype = CMS_RECIPINFO_KEYIDENTIFIER; in cms_RecipientInfo_ktri_init()
299 idtype = CMS_RECIPINFO_ISSUER_SERIAL; in cms_RecipientInfo_ktri_init()
307 if (!ossl_cms_set1_SignerIdentifier(ktri->rid, recip, idtype, ctx)) in cms_RecipientInfo_ktri_init()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs457 pub idtype: ::idtype_t,
2807 pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int) in waitid()
3120 idtype: ::idtype_t, in pset_bind()
3128 idtype: ::idtype_t, in processor_bind()
3218 idtype: ::idtype_t, in lgrp_affinity_get()
3223 idtype: ::idtype_t, in lgrp_affinity_set()
3243 pub fn lgrp_home(idtype: ::idtype_t, id: ::id_t) -> ::lgrp_id_t; in lgrp_home()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1614 idtype: idtype_t, in waitid()
1654 pub fn procctl(idtype: ::idtype_t, id: ::id_t, cmd: ::c_int, data: *mut ::c_void) -> ::c_int; in procctl()
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h4021 "waitid($module, idtype, id, options, /)\n"
4026 " idtype\n"
4041 os_waitid_impl(PyObject *module, idtype_t idtype, id_t id, int options);
4047 idtype_t idtype; in os_waitid() local
4052 &idtype, &id, &options)) { in os_waitid()
4055 return_value = os_waitid_impl(module, idtype, id, options); in os_waitid()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1762 pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int) in waitid()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4080 idtype: idtype_t, in waitid()
4365 pub fn procctl(idtype: ::idtype_t, id: ::id_t, cmd: ::c_int, data: *mut ::c_void) -> ::c_int; in procctl()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1703 pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int) in waitid()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2685 idtype: idtype_t, in waitid()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2706 pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int) in waitid()
/third_party/python/Modules/
H A Dposixmodule.c8500 idtype: idtype_t
8516 os_waitid_impl(PyObject *module, idtype_t idtype, id_t id, int options) in os_waitid_impl() argument
8527 res = waitid(idtype, id, &si, options); in os_waitid_impl()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3916 pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int) in waitid()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5486 pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int) in waitid()

Completed in 104 milliseconds