Searched refs:idtype (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sys/kern/ |
| HD | kern_exit.c | 920 idtype_t idtype; in sys_wait4() local 926 idtype = P_ALL; in sys_wait4() 928 idtype = P_PGID; in sys_wait4() 931 idtype = P_PGID; in sys_wait4() 934 idtype = P_PID; in sys_wait4() 937 error = kern_wait(idtype, id, &status, options, &wrusage, in sys_wait4() 959 idtype_t idtype; in sys_wait6() local 966 idtype = uap->idtype; in sys_wait6() 970 switch(idtype) { in sys_wait6() 974 idtype = P_PGID; in sys_wait6() [all …]
|
| HD | kern_fork.c | 993 if (uap->idtype != P_PID) in sys_procctl()
|
| /dragonfly/lib/libc/gen/ |
| HD | waitid.c | 45 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) in __waitid() argument 50 ret = _wait6(idtype, id, &status, flags, NULL, info); in __waitid()
|
| /dragonfly/sys/sys/ |
| HD | procctl.h | 49 typedef enum idtype { enum 120 int procctl(idtype_t idtype, id_t id, int cmd, void *arg);
|
| HD | wait.h | 108 idtype enum
|
| HD | kern_syscall.h | 82 int kern_wait(idtype_t idtype, id_t id, int *status, int options,
|
| HD | sysproto.h | 1358 idtype_t idtype; char idtype_[PAD_(idtype_t)]; member 1419 idtype_t idtype; char idtype_[PAD_(idtype_t)]; member
|
| /dragonfly/crypto/libressl/crypto/cms/ |
| HD | cms_env.c | 193 int idtype; in cms_RecipientInfo_ktri_init() local 204 idtype = CMS_RECIPINFO_KEYIDENTIFIER; in cms_RecipientInfo_ktri_init() 207 idtype = CMS_RECIPINFO_ISSUER_SERIAL; in cms_RecipientInfo_ktri_init() 215 if (!cms_set1_SignerIdentifier(ktri->rid, recip, idtype)) in cms_RecipientInfo_ktri_init()
|
| /dragonfly/contrib/wpa_supplicant/src/eap_peer/ |
| HD | eap_eke.c | 230 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()
|