Searched refs:S_IFCHR (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DUtility.h42 case S_IFCHR:
/haiku/headers/posix/sys/
H A Dstat.h62 #define S_IFCHR 00000020000 /* character special */ macro
69 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR)
/haiku/src/bin/pcmcia-cs/
H A Ddump_cisreg.c97 if (mknod(fn, (S_IFCHR|S_IREAD|S_IWRITE), dev) == 0) {
H A Dcardctl.c113 if (mknod(fn, (S_IFCHR|S_IREAD|S_IWRITE), dev) == 0) {
H A Ddump_cis.c98 if (mknod(fn, (S_IFCHR|S_IREAD|S_IWRITE), dev) == 0) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Defs.h168 S_IFREG, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFSOCK, S_IFIFO,
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.cpp102 case S_IFCHR:
232 case S_IFCHR:
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp98 case S_IFCHR:
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp770 node->stream.type = S_IFCHR | 0644;
2047 status = unpublish_node(sDeviceFileSystem, node, S_IFCHR);
2085 status = unpublish_node(sDeviceFileSystem, node, S_IFCHR);
2171 status = unpublish_node(sDeviceFileSystem, node, S_IFCHR);
2200 status = unpublish_node(sDeviceFileSystem, node, S_IFCHR);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c1457 * S_IFCHR to create character device
1463 * @dev is used only if @type is S_IFBLK or S_IFCHR, in other cases its value
1621 case S_IFCHR:
1641 if (type == S_IFCHR)
1749 case S_IFCHR :
1824 if (type != S_IFCHR && type != S_IFBLK) {
H A Dreparse.c1394 case S_IFCHR :
H A Dwin32_io.c1778 st_mode = S_IFCHR;
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c266 stbuf->st_mode = S_IFCHR;
710 case S_IFCHR:
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp348 case S_IFCHR:
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1289 #define S_IFCHR FSSH_S_IFCHR macro
/haiku/src/system/kernel/fs/
H A Dvfs.cpp5748 case S_IFCHR:
6413 case S_IFCHR:
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2915 case S_IFCHR: modestr[0] = 'c'; break;

Completed in 508 milliseconds