Home
last modified time | relevance | path

Searched refs:F_MASK (Results 1 – 10 of 10) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/common/
H A Dbcache.c321 rw &= F_MASK; in read_strategy()
387 rw &= F_MASK; in bcache_strategy()
391 switch (rw & F_MASK) { in bcache_strategy()
H A Dmd.c109 switch (rw & F_MASK) { in md_strategy()
/titanic_53/usr/src/cmd/passmgmt/
H A Dpassmgmt.c61 #define F_MASK 02000 macro
399 if ((D_MASK|F_MASK) & optn_mask) in main()
408 optn_mask |= F_MASK; in main()
606 (L_MASK|C_MASK|H_MASK|U_MASK|G_MASK|S_MASK|F_MASK| in main()
644 (F_MASK & optn_mask)))) in main()
1078 if (F_MASK & optn_mask) in main()
/titanic_53/usr/src/boot/sys/boot/usb/storage/
H A Dumass_loader.c95 flag &= F_MASK; in umass_disk_strategy()
/titanic_53/usr/src/boot/sys/boot/userboot/userboot/
H A Duserboot_disk.c181 rw &= F_MASK; in userdisk_strategy()
/titanic_53/usr/src/boot/sys/boot/uboot/lib/
H A Ddisk.c153 rw &= F_MASK; in stor_strategy()
/titanic_53/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c271 if ((rw & F_MASK) != F_READ) in bc_realstrategy()
H A Dbiosdisk.c532 switch (rw & F_MASK) { in bd_realstrategy()
/titanic_53/usr/src/boot/lib/libstand/
H A Dstand.h199 #define F_MASK 0xFFFF macro
/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Defipart.c939 switch (rw & F_MASK) { in efipart_readwrite()