/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
dbg_module.c | 42 #include <sys/stat.h>
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/ |
TNETWArb.h | 102 TNETWArbStat_t stat; member in struct:T_TNETWARB_CB
|
/development/simulator/app/ |
DeviceManager.cpp | [all...] |
/hardware/ti/wlan/wl1271/external_drivers/sdio/linux/ |
SdioDrv.c | 359 status = OMAP_HSMMC_READ(STAT); 363 PERR("sdiodrv_irq: ERROR in STAT = 0x%x\n", status); 424 static u32 sdiodrv_poll_status(u32 reg_offset, u32 stat, unsigned int msecs) 431 if(( status & stat)) 470 OMAP_HSMMC_WRITE(STAT, OMAP_HSMMC_STAT_CLEAR); 612 PERR("sdiodrv_send_data_xfer_commad() SDIO Command error! STAT = 0x%x\n", status); 683 PERR("sdiodrv_data_xfer_sync() transfer error! STAT = 0x%x\n", status); [all...] |
/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/ |
SdioDrv.c | 351 status = OMAP_HSMMC_READ(STAT); 355 PERR("sdiodrv_irq: ERROR in STAT = 0x%x\n", status); 425 static u32 sdiodrv_poll_status(u32 reg_offset, u32 stat, unsigned int msecs) 432 if(( status & stat)) 471 OMAP_HSMMC_WRITE(STAT, OMAP_HSMMC_STAT_CLEAR); 618 PERR("sdiodrv_send_data_xfer_commad() SDIO Command error! STAT = 0x%x\n", status); 689 PERR("sdiodrv_data_xfer_sync() transfer error! STAT = 0x%x\n", status); [all...] |
/external/qemu/block/ |
raw-posix.c | 746 struct stat st; 767 struct stat sb; 960 struct stat st; 966 if (stat(filename, &st) >= 0 && 1128 struct stat stat_buf; [all...] |
/external/libxml2/ |
xmlIO.c | 24 #include <sys/stat.h> 50 /* MS C library seems to define stat and _stat. The definition 53 # define stat(x,y) _stat(x,y) macro 60 # define stat _stat macro 625 xmlWrapStatUtf8(const char *path,struct stat *info) 639 retval = stat(path,info); 669 xmlWrapStatNative(const char *path,struct stat *info) 672 return stat(path,info); 678 typedef int (* xmlWrapStatFunc) (const char *f, struct stat *s); 720 * if stat is not available on the target machine [all...] |
/external/bzip2/ |
bzip2.c | 74 # include <sys/stat.h> 79 # define MY_STAT stat 102 # define MY_LSTAT stat 103 # define MY_STAT stat 131 # include <sys\stat.h> 902 are stat()d multiple times before use. This should be 1022 Reading of the man page for stat() (man 2 stat) on RedHat 7.2 seems 1042 /* Note use of stat here, not lstat. */ [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-unix.c | 48 #include <sys/stat.h> 637 * Just to be extra careful, I threw in the stat() - clearly 638 * the stat() can't *fix* any security issue, but it at least 642 struct stat sb; 644 if (stat (path, &sb) == 0 && 1161 struct stat sb; 1167 if (stat (directory, &sb) < 0) [all...] |
/hardware/ril/reference-ril/ |
reference-ril.c | 25 #include <sys/stat.h> 748 * +CREG: n, stat, [lac, cid] 750 * +CREG: stat, [lac, cid] 764 * +CGREG: n, stat [,lac, cid [,networkType]] 774 case 0: /* +CREG: <stat> */ 781 case 1: /* +CREG: <n>, <stat> */ 791 case 2: /* +CREG: <stat>, <lac>, <cid> */ 799 case 3: /* +CREG: <n>, <stat>, <lac>, <cid> */ 812 case 4: /* +CGREG: <n>, <stat>, <lac>, <cid>, <networkType> */ [all...] |
/external/clearsilver/util/ |
neo_hdf.c | 22 #include <sys/stat.h> [all...] |
/external/dropbear/libtomcrypt/testprof/ |
x86_prof.c | 815 int err, zz, stat; local 906 if ((err = rsa_verify_hash(buf[1], z, buf[0], 20, find_hash("sha1"), 8, &stat, &key)) != CRYPT_OK) { 910 if (stat == 0) { 1009 int err, stat; local 1124 if ((err = ecc_verify_hash(buf[1], z, buf[0], 20, &stat, &key)) != CRYPT_OK) { 1128 if (stat == 0) { [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 65 #include <sys/stat.h> 245 struct stat st; 270 if ((stat(fn, &st) < 0) || !S_ISREG(st.st_mode)) { 524 struct stat st; 543 if (stat(prf->filespec, &st)) { 559 * If we don't have the stat() call, assume that our in-core [all...] |
/dalvik/vm/ |
Ddm.c | 364 * This is currently generated by opening the appropriate "stat" file 403 sprintf(nameBuf, "/proc/%d/task/%d/stat", (int) pid, (int) tid);
|
/external/bison/ |
config.h | 243 /* Define to 1 if you have the <sys/stat.h> header file. */ 370 /* Define to 1 if you need to in order for `stat' and other things to work. */
|
config.hin | 242 /* Define to 1 if you have the <sys/stat.h> header file. */ 369 /* Define to 1 if you need to in order for `stat' and other things to work. */
|
/external/bluetooth/glib/gio/fen/ |
fen-data.c | 29 #include <sys/stat.h> 431 struct stat buf;
|
/external/bluetooth/glib/gmodule/ |
gmodule.c | 39 #include <sys/stat.h> 54 * (http://www.stat.umn.edu/~luke/xls/projects/dlbasics/dlbasics.html).
|
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 35 #include <sys/stat.h> 380 struct stat st;
|
/external/iproute2/misc/ |
nstat.c | 26 #include <sys/stat.h> 538 struct stat stb;
|
rtacct.c | 27 #include <sys/stat.h> 546 struct stat stb;
|
/external/kernel-headers/original/linux/ |
coda.h | 189 * Convert between stat structure types and directory types. 687 struct coda_statfs stat; member in struct:coda_statfs_out
|
/external/openssl/apps/ |
apps.c | 116 #include <sys/stat.h> 169 struct stat stbuf; 171 if (stat(file,&stbuf) < 0) return(0); [all...] |
/external/qemu/ |
arm-semi.c | 24 #include <sys/stat.h> 311 struct stat buf;
|
/external/qemu/distrib/sdl-1.2.12/src/video/svga/ |
SDL_svgavideo.c | 28 #include <sys/stat.h> 82 struct stat sb;
|