| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_misc.c | 343 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 D | ng_l2cap_ulpi.c | 131 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 D | ng_l2cap_evnt.c | 465 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 D | ng_l2cap_var.h | 158 uint16_t idtype; member
|
| /f-stack/freebsd/security/mac_portacl/ |
| H A D | mac_portacl.c | 177 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 D | kern_exit.c | 810 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 D | kern_procctl.c | 574 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 D | systrace_args.c | 2978 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 D | ng_l2cap.h | 357 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 D | ng_btsocket_l2cap.h | 141 uint8_t idtype; member
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_l2cap.c | 705 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 D | syscallsubr.h | 44 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 D | wait.h | 96 idtype /* pollutes XPG4.2 namespace */ enum
|
| H A D | proc.h | 1144 int cpu_procctl(struct thread *td, int idtype, id_t id, int com,
|
| H A D | sysproto.h | 1608 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 D | vm_machdep.c | 444 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 D | vm_machdep.c | 315 cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, in cpu_procctl()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | vm_machdep.c | 287 cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, in cpu_procctl()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | vm_machdep.c | 380 cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, in cpu_procctl()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | vm_machdep.c | 455 cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, in cpu_procctl()
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_systrace_args.c | 752 iarg[0] = p->idtype; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 398 char idtype_l_[PADL_(l_int)]; l_int idtype; char idtype_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_systrace_args.c | 1737 iarg[0] = p->idtype; /* int */ in systrace_args()
|
| H A D | linux_proto.h | 792 char idtype_l_[PADL_(int)]; int idtype; char idtype_r_[PADR_(int)]; member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_systrace_args.c | 1869 iarg[0] = p->idtype; /* l_int */ in systrace_args()
|