Searched refs:bmode (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 72 mode_t bmode; local 78 ((bmode = (statb.st_mode & S_IFMT)) == S_IFBLK || 79 bmode == S_IFCHR)) { 92 (statb.st_mode & S_IFMT) != bmode || 112 mode_t bmode, cmode; local 139 ((bmode = (statb.st_mode & S_IFMT)) == S_IFBLK || 140 bmode == S_IFCHR)) { 156 (bstat == 1 && SDIFF(vfs_special, bmode, brdev)) ||
|
H A D | getmntent.c | 110 mode_t bmode; local 120 ((bmode = (statb.st_mode & S_IFMT)) == S_IFBLK || 121 bmode == S_IFCHR)) { 130 (bstat == 1 && SDIFF(mnt_special, bmode, brdev)) ||
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 1598 int bmode; local 1605 bmode = O_RDONLY; 1607 bmode = O_RDWR; 1610 bmode = O_WRONLY; 1617 fd = safe_file_open(filename, bmode, perms);
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | utilities.c | 756 int bmode; local 763 bmode = O_RDONLY; 765 bmode = O_RDWR; 768 bmode = O_WRONLY; 776 fd = safe_open(AT_FDCWD, filename, bmode, perms);
|
Completed in 67 milliseconds