Home
last modified time | relevance | path

Searched refs:HOST_S_ISREG (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/kboot/include/
H A Dhost_syscall.h50 #define HOST_S_ISREG(mode) (((mode) & HOST_S_IFMT) == HOST_S_IFREG) macro
/freebsd/stand/kboot/kboot/
H A Dhostdisk.c257 if (!HOST_S_ISREG(sb.st_mode)) in hostdisk_fake_one_disk()