HomeSort by relevance Sort by last modified time
    Searched refs:i_type (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/debugfs/
debugfs.c 807 const char *i_type; local
817 if (LINUX_S_ISDIR(inode->i_mode)) i_type = "directory";
818 else if (LINUX_S_ISREG(inode->i_mode)) i_type = "regular";
819 else if (LINUX_S_ISLNK(inode->i_mode)) i_type = "symlink";
820 else if (LINUX_S_ISBLK(inode->i_mode)) i_type = "block special";
821 else if (LINUX_S_ISCHR(inode->i_mode)) i_type = "character special";
822 else if (LINUX_S_ISFIFO(inode->i_mode)) i_type = "FIFO";
823 else if (LINUX_S_ISSOCK(inode->i_mode)) i_type = "socket";
824 else i_type = "bad type";
825 fprintf(out, "%sInode: %u Type: %s ", prefix, inode_num, i_type);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 119 ireq.i_type = op;
141 ireq->i_type = op;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 668 struct lp_type i_type = lp_int_type(bld->type); local
669 LLVMValueRef one = lp_build_const_int_vec(bld->gallivm, i_type, 1);
    [all...]
  /external/dhcpcd-6.8.2/
if-bsd.c 198 ireq.i_type = IEEE80211_IOC_SSID;
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 88 milliseconds