HomeSort by: relevance | last modified time | path
    Searched defs:use_pnbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_vnops.c 604 bool use_pnbuf; local in function:cd9660_readlink
643 use_pnbuf = !VMSPACE_IS_KERNEL_P(uio->uio_vmspace) ||
645 if (use_pnbuf) {
655 if (use_pnbuf) {
669 if (use_pnbuf) {
cd9660_vnops.c 604 bool use_pnbuf; local in function:cd9660_readlink
643 use_pnbuf = !VMSPACE_IS_KERNEL_P(uio->uio_vmspace) ||
645 if (use_pnbuf) {
655 if (use_pnbuf) {
669 if (use_pnbuf) {
cd9660_vnops.c 604 bool use_pnbuf; local in function:cd9660_readlink
643 use_pnbuf = !VMSPACE_IS_KERNEL_P(uio->uio_vmspace) ||
645 if (use_pnbuf) {
655 if (use_pnbuf) {
669 if (use_pnbuf) {

Completed in 32 milliseconds