Searched refs:st (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7800-V1.0.2.28/scripts/config/
H A Dexpr.h118 #define for_all_properties(sym, st, tok) \
119 for (st = sym->prop; st; st = st->next) \
120 if (st->type == (tok))
121 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
122 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOIC
[all...]
H A Dconfdata.c394 struct stat st; local
397 if (!stat(name, &st) && S_ISDIR(st.st_mode)) {
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkdniimg.c76 struct stat st; local
140 err = stat(ifname, &st);
146 buflen = st.st_size + DNI_HDR_LEN + 1;
164 fread(buf + DNI_HDR_LEN, st.st_size, 1, infile);
171 for (i = 0; i < (st.st_size + DNI_HDR_LEN); i++)
175 buf[st.st_size + DNI_HDR_LEN] = csum;
H A Dmkwrgimg.c110 struct stat st; local
175 err = stat(ifname, &st);
181 buflen = st.st_size + sizeof(struct wrg_header);
195 fread(buf + sizeof(struct wrg_header), st.st_size, 1, infile);
208 put_u32(&header->size, st.st_size);
211 get_digest(header, buf + sizeof(struct wrg_header), st.st_size);
H A Dmkplanexfw.c129 struct stat st; local
189 err = stat(ifname, &st);
195 if (st.st_size > board->datalen) {
197 ifname, board->datalen, st.st_size - board->datalen);
224 fread(buf + sizeof(*hdr), st.st_size, 1, infile);
H A Dfix-u-media-header.c142 struct stat st; local
148 res = stat(fdata->file_name, &st);
154 fdata->file_size = st.st_size;
H A Dmkcameofw.c126 struct stat st; local
132 res = stat(fdata->file_name, &st);
138 fdata->file_size = st.st_size;
H A Dmkedimaximg.c136 struct stat st; local
200 if (stat(ifinfo.name, &st)) {
225 ifinfo.size = st.st_size;
H A Dosbridge-crc.c80 struct stat st; local
122 err = stat(ifname, &st);
128 buflen = st.st_size;
H A Dmkzcfw.c148 struct stat st; local
154 res = stat(fdata->file_name, &st);
160 fdata->file_size = st.st_size;
H A Dpc1crypt.c240 struct stat st; local
284 err = stat(ifname, &st);
290 total = st.st_size;
H A Dbuffalo-lib.c423 struct stat st; local
426 err = stat(name, &st);
430 return st.st_size;
H A Dseama.c188 struct stat st; local
200 if (stat(fname, &st) < 0) ERRBREAK("Unable to get the info of '%s'\n",fname);
204 if (msg) printf("FILE - %s (%d bytes)\n", fname, (int)st.st_size);
H A Dmkcasfw.c613 struct stat st; local
619 err = stat(desc->file_name, &st);
625 if (st.st_size > desc->out_size) {
633 desc->file_size = st.st_size;
H A Dmkmylofw.c422 struct stat st; local
434 if (stat(b->name, &st) < 0) {
441 if (st.st_size > b->blocklen) {
446 b->size = st.st_size;
H A Dmkcsysimg.c551 struct stat st; local
557 err = stat(block->file_name, &st);
563 block->file_size = st.st_size;
/netgear-R7800-V1.0.2.28/package/swconfig/src/
H A Duci.c288 struct swlib_setting *st = &early_settings[i]; local
289 if (!st->attr || !st->val)
291 swlib_set_attr_string(dev, st->attr, st->port_vlan, st->val);
296 struct swlib_setting *st = settings; local
299 swlib_set_attr_string(dev, st->attr, st->port_vlan, st
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Ddl_list.h54 #define ITERATE_OVER_LIST_ALLOW_REMOVE(pStart,pItem,st,offset) \
59 (pItem) = A_CONTAINING_STRUCT(pTemp,st,offset); \
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Djffs2.c158 struct stat st; local
162 if (stat(name, &st)) {
179 ri.mode = st.st_mode;
181 ri.atime = st.st_atime;
182 ri.ctime = st.st_ctime;
183 ri.mtime = st.st_mtime;
184 ri.isize = st.st_size;
/netgear-R7800-V1.0.2.28/package/dni-libmtd/src/
H A Dlibmtd_legacy.c234 struct stat st; local
240 if (stat(node, &st)) {
248 if (!S_ISCHR(st.st_mode)) {
254 mtd->major = major(st.st_rdev);
255 mtd->minor = minor(st.st_rdev);
H A Dlibmtd.c431 struct stat st; local
435 if (stat(node, &st))
438 if (!S_ISCHR(st.st_mode)) {
444 mjr = major(st.st_rdev);
445 mnr = minor(st.st_rdev);
645 struct stat st; local
654 return !stat(file, &st);
1286 struct stat st; local
1310 if (fstat(in_fd, &st)) {
1315 len = st
1380 struct stat st; local
[all...]
H A Dmtd.c113 struct stat st; local
114 if (fstat(rfd, &st)) {
118 imglen = st.st_size - imgoffset;
/netgear-R7800-V1.0.2.28/target/linux/ps3/
H A DMakefile25 The OpenWRT build will create both a 1st stage PS3-Linux image
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/nss_qdisc/
H A Dnss_codel.c206 struct tc_nsscodel_xstats st = { local
211 return gnet_stats_copy_app(d, &st, sizeof(st));
/netgear-R7800-V1.0.2.28/scripts/
H A Ddl_cleanup.py71 st = os.stat(filepath)
72 progversion = int(st.st_mtime) << 64

Completed in 214 milliseconds

12