Searched refs:trash (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dstnic.c76 vword trash; local
77 trash = *(vword *) 0xa0000000;
78 trash = *(vword *) 0xa0000000;
79 trash = *(vword *) 0xa0000000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mvme147/
H A Dconfig.c175 volatile int trash; local
178 trash = n;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpasswd.c253 char trash[BUFSIZ]; local
255 r = BIO_gets(in, trash, sizeof trash);
256 while ((r > 0) && (!strchr(trash, '\n')));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpasswd.c253 char trash[BUFSIZ]; local
255 r = BIO_gets(in, trash, sizeof trash);
256 while ((r > 0) && (!strchr(trash, '\n')));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpasswd.c268 char trash[BUFSIZ]; local
270 r = BIO_gets(in, trash, sizeof trash);
271 while ((r > 0) && (!strchr(trash, '\n')));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.c286 unsigned long trash; local
305 sscanf(buff, "%lu %lu %lu %lu", itlb_access, itlb_miss, &trash, jtlb_miss);
311 unsigned long trash; local
330 sscanf(buff, "%lu %lu %lu %lu", djtlb_access, djtlb_miss, &trash, &trash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h112 u_int32_t trash[3]; /* 464-475: Trash space - Do not use */ member in struct:_btmeta33
141 u_int32_t trash[3]; /* 464-475: Trash space - Do not use */ member in struct:_hashmeta33
169 u_int32_t trash[3]; /* 464-475: Trash space - Do not use */ member in struct:_qmeta33
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Ddaemon.c274 bool trash = false; local
275 int test = tr_ctorGetDeleteSource( ctor, &trash );
279 if( !test && trash )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.h183 int trash; /* Marker for files to delete */ member in struct:zlist
650 int trash OF((void));
H A Dzip.c244 int r; /* return value from trash() */
320 if ((r = trash()) != ZE_OK)
4366 z->trash = tf && tf >= before &&
4370 z->trash ? "up to date" : "missing or early");
4373 z->trash ? "up to date" : "missing or early");
H A Dzipfile.c1981 z->trash = 0;
2833 z->trash = 0;
4919 z->trash = 0;
6719 int trash()
6732 if (z->mark == 1 || z->trash)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dml403-ac97cr.c475 volatile u32 trash; local
477 trash = CR_RECDATA(in_be32(CR_REG(ml403_ac97cr, RECFIFO)));
481 trash++;

Completed in 213 milliseconds