Searched refs:IS_DEVICE (Results 1 – 1 of 1) sorted by relevance
34 #define IS_DEVICE(sbp) (S_ISBLK((sbp)->st_mode) || S_ISCHR((sbp)->st_mode)) macro63 if (sb.st_ino != -1 && IS_DEVICE (&sb)) in copy_file()177 return IS_DEVICE(&sb); in isdevice()