Searched refs:isblk (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/rump/librump/rumpvfs/
H A Ddevnodes.c97 doesitexist(const char *path, bool isblk, devmajor_t dmaj, devminor_t dmin) argument
109 if (isblk && !S_ISBLK(sb.st_mode))
111 if (!isblk && !S_ISCHR(sb.st_mode))
/netbsd-current/sbin/swapctl/
H A Dswapctl.c716 int isblk; local
759 isblk = 0;
812 isblk = 1;
819 if (strcmp(tflag, "blk") == 0 && isblk == 0)
821 if (strcmp(tflag, "noblk") == 0 && isblk == 1)

Completed in 182 milliseconds