Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_generic.c1082 u_int nbufbytes, ncpbytes, ncpubytes, nfdbits; in kern_select() local
1109 ncpubytes = roundup(nd, abi_nfdbits) / NBBY; in kern_select()
1137 error = copyin(name, ibits[x], ncpubytes); \ in kern_select()
1140 if (ncpbytes != ncpubytes) \ in kern_select()
1141 bzero((char *)ibits[x] + ncpubytes, \ in kern_select()
1142 ncpbytes - ncpubytes); \ in kern_select()
1227 if (name && (error2 = copyout(obits[x], name, ncpubytes))) \ in kern_select()