OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_type
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/debugfs/
debugfs.c
692
const char *
i_type
;
local
702
if (LINUX_S_ISDIR(inode->i_mode))
i_type
= "directory";
703
else if (LINUX_S_ISREG(inode->i_mode))
i_type
= "regular";
704
else if (LINUX_S_ISLNK(inode->i_mode))
i_type
= "symlink";
705
else if (LINUX_S_ISBLK(inode->i_mode))
i_type
= "block special";
706
else if (LINUX_S_ISCHR(inode->i_mode))
i_type
= "character special";
707
else if (LINUX_S_ISFIFO(inode->i_mode))
i_type
= "FIFO";
708
else if (LINUX_S_ISSOCK(inode->i_mode))
i_type
= "socket";
709
else
i_type
= "bad type";
710
fprintf(out, "%sInode: %u Type: %s ", prefix, inode_num,
i_type
);
[
all
...]
/external/dhcpcd/
if-bsd.c
139
ireq.
i_type
= IEEE80211_IOC_SSID;
/external/wpa_supplicant_8/src/drivers/
driver_bsd.c
103
ireq.
i_type
= op;
125
ireq->
i_type
= op;
[
all
...]
Completed in 54 milliseconds