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

/freebsd-10.0-release/sys/kern/
H A Dsys_generic.c968 u_int nbufbytes, ncpbytes, ncpubytes, nfdbits; local
995 ncpubytes = roundup(nd, abi_nfdbits) / NBBY;
1023 error = copyin(name, ibits[x], ncpubytes); \
1026 bzero((char *)ibits[x] + ncpubytes, \
1027 ncpbytes - ncpubytes); \
1112 if (name && (error2 = copyout(obits[x], name, ncpubytes))) \

Completed in 109 milliseconds