Home
last modified time | relevance | path

Searched refs:idtype (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c343 if(idtype == NG_L2CAP_L2CA_IDTYPE_ATT){ in ng_l2cap_new_chan()
345 }else if(idtype == NG_L2CAP_L2CA_IDTYPE_SMP){ in ng_l2cap_new_chan()
352 ch->idtype = idtype; in ng_l2cap_new_chan()
386 if((idtype == NG_L2CAP_L2CA_IDTYPE_ATT)|| in ng_l2cap_chan_by_scid()
387 (idtype == NG_L2CAP_L2CA_IDTYPE_SMP)){ in ng_l2cap_chan_by_scid()
392 if((idtype != NG_L2CAP_L2CA_IDTYPE_BREDR)&& in ng_l2cap_chan_by_scid()
395 if((idtype != NG_L2CAP_L2CA_IDTYPE_LE)&& in ng_l2cap_chan_by_scid()
635 int idtype; in ng_l2cap_get_cid() local
640 idtype = NG_L2CAP_L2CA_IDTYPE_LE; in ng_l2cap_get_cid()
645 idtype = NG_L2CAP_L2CA_IDTYPE_BREDR; in ng_l2cap_get_cid()
[all …]
H A Dng_l2cap_ulpi.c131 if(ip->idtype == NG_L2CAP_L2CA_IDTYPE_ATT){ in ng_l2cap_l2ca_con_req()
198 op->idtype = NG_L2CAP_L2CA_IDTYPE_ATT; in ng_l2cap_l2ca_con_rsp()
201 op->idtype = NG_L2CAP_L2CA_IDTYPE_SMP; in ng_l2cap_l2ca_con_rsp()
890 l2ca_hdr->idtype); in ng_l2cap_l2ca_write_req()
965 op->idtype = NG_L2CAP_L2CA_IDTYPE_ATT; in ng_l2cap_l2ca_write_rsp()
968 op->idtype = NG_L2CAP_L2CA_IDTYPE_SMP; in ng_l2cap_l2ca_write_rsp()
995 int idtype; in ng_l2cap_l2ca_receive() local
1008 idtype = NG_L2CAP_L2CA_IDTYPE_ATT; in ng_l2cap_l2ca_receive()
1018 idtype = NG_L2CAP_L2CA_IDTYPE_SMP; in ng_l2cap_l2ca_receive()
1082 *idp = idtype; in ng_l2cap_l2ca_receive()
[all …]
H A Dng_l2cap_evnt.c465 int idtype; in ng_l2cap_process_con_req() local
479 idtype = NG_L2CAP_L2CA_IDTYPE_ATT; in ng_l2cap_process_con_req()
481 idtype = NG_L2CAP_L2CA_IDTYPE_SMP; in ng_l2cap_process_con_req()
483 idtype = NG_L2CAP_L2CA_IDTYPE_LE; in ng_l2cap_process_con_req()
485 idtype = NG_L2CAP_L2CA_IDTYPE_BREDR; in ng_l2cap_process_con_req()
492 ch = ng_l2cap_new_chan(l2cap, con, psm, idtype); in ng_l2cap_process_con_req()
H A Dng_l2cap_var.h158 uint16_t idtype; member
/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c177 char *idtype, *id, *protocol, *portnumber, *p; in parse_rule_element() local
184 idtype = strsep(&element, ":"); in parse_rule_element()
185 if (idtype == NULL) { in parse_rule_element()
199 if (strcmp(idtype, UID_STRING) == 0) in parse_rule_element()
201 else if (strcmp(idtype, GID_STRING) == 0) in parse_rule_element()
272 const char *idtype, *protocol;
276 idtype = GID_STRING;
279 idtype = UID_STRING;
296 sbuf_printf(sb, "%s:%jd:%s:%d", idtype, (intmax_t)rule->r_id,
/f-stack/freebsd/kern/
H A Dkern_exit.c810 idtype_t idtype; in sys_wait6() local
814 idtype = uap->idtype; in sys_wait6()
994 switch (idtype) { in proc_to_reap()
1141 idtype_t idtype; in kern_wait() local
1151 idtype = P_ALL; in kern_wait()
1154 idtype = P_PGID; in kern_wait()
1157 idtype = P_PID; in kern_wait()
1224 if ((pid_t)id == WAIT_MYPGRP && (idtype == P_PID || idtype == P_PGID)) { in kern_wait6()
1228 idtype = P_PGID; in kern_wait6()
1256 ret = proc_to_reap(td, p, idtype, id, status, options, in kern_wait6()
[all …]
H A Dkern_procctl.c574 idtype_t idtype; member
593 return (cpu_procctl(td, uap->idtype, uap->id, in sys_procctl()
648 error = kern_procctl(td, uap->idtype, uap->id, uap->com, data); in sys_procctl()
719 kern_procctl(struct thread *td, idtype_t idtype, id_t id, int com, void *data) in kern_procctl() argument
743 if (idtype != P_PID) in kern_procctl()
797 switch (idtype) { in kern_procctl()
H A Dsystrace_args.c2978 iarg[0] = p->idtype; /* idtype_t */ in systrace_args()
3087 iarg[0] = p->idtype; /* idtype_t */ in systrace_args()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h357 uint16_t idtype; member
370 uint8_t idtype; member
376 uint16_t idtype; /*ID type*/ member
468 u_int16_t idtype; member
491 uint16_t idtype; member
609 uint8_t idtype; member
H A Dng_btsocket_l2cap.h141 uint8_t idtype; member
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c705 op->idtype); in ng_btsocket_l2cap_process_l2ca_enc_change()
1109 ip->idtype); in ng_btsocket_l2cap_process_l2ca_discon_ind()
1246 ip->idtype = pcb->idtype; in ng_btsocket_l2cap_send_l2ca_con_req()
1385 ip->idtype = pcb->idtype; in ng_btsocket_l2cap_send_l2ca_discon_req()
1409 uint16_t idtype; in ng_btsocket_l2cap_data_input() local
1425 idtype = *mtod(m, uint16_t *); in ng_btsocket_l2cap_data_input()
2203 idtype =NG_L2CAP_L2CA_IDTYPE_SMP; in ng_btsocket_l2cap_connect()
2228 pcb->idtype = idtype; in ng_btsocket_l2cap_connect()
2545 switch(pcb->idtype){ in ng_btsocket_l2cap_peeraddr()
2674 hdr->idtype = pcb->idtype; in ng_btsocket_l2cap_send2()
[all …]
/f-stack/freebsd/sys/
H A Dsyscallsubr.h44 enum idtype;
235 int kern_procctl(struct thread *td, enum idtype idtype, id_t id, int com,
336 int kern_wait6(struct thread *td, enum idtype idtype, id_t id, int *status,
H A Dwait.h96 idtype /* pollutes XPG4.2 namespace */ enum
H A Dproc.h1144 int cpu_procctl(struct thread *td, int idtype, id_t id, int com,
H A Dsysproto.h1608 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)]; member
1669 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)]; member
/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c444 cpu_procctl(struct thread *td, int idtype, id_t id, int com, void *data) in cpu_procctl() argument
454 if (idtype != P_PID) { in cpu_procctl()
/f-stack/freebsd/arm/arm/
H A Dvm_machdep.c315 cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, in cpu_procctl()
/f-stack/freebsd/arm64/arm64/
H A Dvm_machdep.c287 cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, in cpu_procctl()
/f-stack/freebsd/i386/i386/
H A Dvm_machdep.c380 cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, in cpu_procctl()
/f-stack/freebsd/mips/mips/
H A Dvm_machdep.c455 cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, in cpu_procctl()
/f-stack/freebsd/arm64/linux/
H A Dlinux_systrace_args.c752 iarg[0] = p->idtype; /* l_int */ in systrace_args()
H A Dlinux_proto.h398 char idtype_l_[PADL_(l_int)]; l_int idtype; char idtype_r_[PADR_(l_int)]; member
/f-stack/freebsd/arm/linux/
H A Dlinux_systrace_args.c1737 iarg[0] = p->idtype; /* int */ in systrace_args()
H A Dlinux_proto.h792 char idtype_l_[PADL_(int)]; int idtype; char idtype_r_[PADR_(int)]; member
/f-stack/freebsd/amd64/linux/
H A Dlinux_systrace_args.c1869 iarg[0] = p->idtype; /* l_int */ in systrace_args()

12