Searched refs:int_arg (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.101.5/bsd/kern/ |
| H A D | sys_socket.c | 168 int int_arg; in soioctl() local 204 bcopy(data, &int_arg, sizeof(int_arg)); in soioctl() 205 if (int_arg) { in soioctl() 214 bcopy(data, &int_arg, sizeof(int_arg)); in soioctl() 215 if (int_arg) { in soioctl() 239 int_arg = (so->so_state & SS_RCVATMARK) != 0; in soioctl() 240 bcopy(&int_arg, data, sizeof(int_arg)); in soioctl()
|
| /xnu-8796.101.5/bsd/net/ |
| H A D | bpf.c | 1805 u_int int_arg; in bpfioctl() local 2143 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl() 2144 d->bd_hdrcmplt = int_arg ? 1 : 0; in bpfioctl() 2203 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl() 2204 if (int_arg) { in bpfioctl() 2238 int_arg = d->bd_flags & BPF_WANT_PKTAP ? 1 : 0; in bpfioctl() 2239 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl() 2243 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl() 2244 if (int_arg) { in bpfioctl() 2252 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl() [all …]
|