Home
last modified time | relevance | path

Searched refs:ou (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/bus/vdev/
H A Dvdev.c399 struct vdev_param *ou = (struct vdev_param *)&mp_resp.param; in vdev_action() local
406 mp_resp.len_param = sizeof(*ou); in vdev_action()
411 ou->type = VDEV_SCAN_ONE; in vdev_action()
412 ou->num = 1; in vdev_action()
423 strlcpy(ou->name, devname, RTE_DEV_NAME_MAX_LEN); in vdev_action()
431 ou->type = VDEV_SCAN_REP; in vdev_action()
432 ou->num = num; in vdev_action()
/f-stack/freebsd/kern/
H A Dsys_generic.c964 return (kern_pselect(td, uap->nd, uap->in, uap->ou, uap->ex, tvp, in sys_pselect()
969 kern_pselect(struct thread *td, int nd, fd_set *in, fd_set *ou, fd_set *ex, in kern_pselect() argument
990 error = kern_select(td, nd, in, ou, ex, tvp, abi_nfdbits); in kern_pselect()
997 fd_set *in, *ou, *ex; member
1015 return (kern_select(td, uap->nd, uap->in, uap->ou, uap->ex, tvp, in sys_select()
H A Dsystrace_args.c550 uarg[2] = (intptr_t) p->ou; /* fd_set * */ in systrace_args()
2884 uarg[2] = (intptr_t) p->ou; /* fd_set * */ in systrace_args()
/f-stack/tools/compat/include/sys/
H A Dsysproto.h105 char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)]; member
289 char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)]; member
/f-stack/freebsd/sys/
H A Dsyscallsubr.h240 int kern_pselect(struct thread *td, int nd, fd_set *in, fd_set *ou,
H A Dsysproto.h331 char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)]; member
1554 char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)]; member