Searched refs:i_type (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/debugfs/
H A Ddebugfs.c692 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/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c54 ireq.i_type = op;
73 ireq.i_type = op;
92 ireq.i_type = op;
110 ireq.i_type = op;
/external/dhcpcd/
H A Dif-bsd.c139 ireq.i_type = IEEE80211_IOC_SSID;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c76 ireq.i_type = op;
98 ireq->i_type = op;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c76 ireq.i_type = op;
98 ireq->i_type = op;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c76 ireq.i_type = op;
98 ireq->i_type = op;

Completed in 148 milliseconds