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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c72 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 Dgetmntent.c110 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 Ddumpmain.c1598 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 Dutilities.c756 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 101 milliseconds