Home | History | Annotate | Download | only in block

Lines Matching refs:st_mode

588     if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) {
643 if (!fstat(fd, &sb) && (S_IFCHR & sb.st_mode)) {
831 (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode))) {
987 else if (!S_ISBLK(stat_buf.st_mode) && !S_ISCHR(stat_buf.st_mode))