Home
last modified time | relevance | path

Searched full:nodev (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_mknodat.c58 return NODEV; in get_devnull()
77 ATF_REQUIRE((dev = get_devnull()) != NODEV); in ATF_TC_BODY()
99 ATF_REQUIRE((dev = get_devnull()) != NODEV); in ATF_TC_BODY()
119 ATF_REQUIRE((dev = get_devnull()) != NODEV); in ATF_TC_BODY()
135 ATF_REQUIRE((dev = get_devnull()) != NODEV); in ATF_TC_BODY()
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dbaikal,bt1-apb.yaml37 - const: nodev
76 reg-names = "ehb", "nodev";
/freebsd/lib/libc/gen/
H A Ddevname.c47 if (dev == NODEV || !(S_ISCHR(type) || S_ISBLK(type))) { in devname_r()
48 strlcpy(buf, "#NODEV", len); in devname_r()
/freebsd/sys/compat/linux/
H A Dlinux.h66 return (_dev == NODEV ? 0 : linux_encode_dev(major(_dev), minor(_dev))); in linux_new_encode_dev()
73 return (_dev == NODEV ? 0 : major(_dev) & 0xfff); in linux_encode_major()
80 return (_dev == NODEV ? 0 : minor(_dev) & 0xfffff); in linux_encode_minor()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h170 NODEV : (((unsigned int)(x) >> O_BITSMINOR) & O_MAXMAJ)
180 NODEV : (((dev_t)(x) >> L_BITSMINOR) & L_MAXMAJ))
201 (((x) == NODEV32) ? NODEV : \
210 ((x) & L_MAXMIN) > O_MAXMIN) ? NODEV : \
/freebsd/contrib/libfido2/fuzz/
H A Dpreload-fuzz.c27 #define FUZZ_DEV_PREFIX "nodev"
H A Dmutator_aux.c317 fido_dev_open(dev, "nodev") != FIDO_OK) in open_dev()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh87 "nodev" "dev"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dmountpoint_003_pos.ksh68 "nodev" "dev" \
/freebsd/sys/fs/devfs/
H A Ddevfs_devs.c93 ud = ud_compat == (uint32_t)NODEV ? NODEV : ud_compat; in sysctl_devname()
99 if (ud == NODEV) in sysctl_devname()
/freebsd/bin/ps/
H A Dprint.c336 if (dev == NODEV) in tdev()
351 if (dev == NODEV || (ttname = devname(dev, S_IFCHR)) == NULL) in tname()
373 if (dev == NODEV || (ttname = devname(dev, S_IFCHR)) == NULL) in longtname()
H A Dps.c579 if ((kp->ki_tdev == NODEV || in main()
1320 * TTY's are sorted in ascending order, except that all NODEV in pscomp()
1324 if (ka->ki_p->ki_tdev == NODEV) in pscomp()
1326 if (kb->ki_p->ki_tdev == NODEV) in pscomp()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h148 (((x) == NODEV32) ? NODEV : \
157 ((x) & L_MAXMIN) > O_MAXMIN) ? NODEV : \
/freebsd/sys/contrib/openzfs/include/sys/
H A Dmntent.h57 #define MNTOPT_NODEVICES "nodev" /* device-special disallowed */
/freebsd/stand/libsa/
H A Ddev.c38 nodev(void) in nodev() function
/freebsd/usr.sbin/pstat/
H A Dpstat.c248 xt.xt_dev = (uint32_t)NODEV; in ttymode_kvm()
574 if (xsw.xsw_dev == NODEV) in swapmode_sysctl()
/freebsd/share/doc/smm/06.nfs/
H A D1.t475 If the swap device == NODEV, it specifies an NFS mounted swap area and should
516 and swdevt[0].sw_dev == NODEV if it is to do nfs swapping as well
/freebsd/bin/chmod/
H A Dchmod.c230 static dev_t previous_dev = NODEV; in may_have_nfs4acl()
/freebsd/usr.bin/lastcomm/
H A Dlastcomm.c247 if (dev == NODEV) /* Special case. */ in getdev()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c218 #ifdef NODEV in audit_set_terminal_port()
219 *p = NODEV; in audit_set_terminal_port()
/freebsd/sbin/fsck_ffs/
H A Dpass1.c308 (dev_t)DIP(dp, di_rdev) == NODEV) { in checkinode()
310 printf("bad special-file rdev NODEV:"); in checkinode()
/freebsd/lib/libkvm/
H A Dkvm_getswapinfo.c82 if (dev == NODEV) { \
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c353 DEFDIRMODE, 0, NULL, NODEV, parent, &tnp); in tarfs_lookup_path()
552 rdev = NODEV; in tarfs_alloc_one()
906 root_gid, root_mode & ALLPERMS, 0, NULL, NODEV, NULL, &root); in tarfs_alloc_mount()
/freebsd/contrib/netbsd-tests/rump/rumpvfs/
H A Dt_etfs.c179 if (system("mount_mfs -s 64m -o nosuid,nodev mfs mfsdir") != 0) in ATF_TC_BODY()
/freebsd/sys/dev/snp/
H A Dsnp.c286 *(dev_t *)data = NODEV; in snp_ioctl()

123