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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/unix/
H A DMakefile12 obj-y := af_unix.o garbage.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev67-strrchr.S52 lda t5, -1 # E : build garbage mask
55 mskqh t5, a0, t4 # E : Complete garbage mask
57 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
60 andnot t1, t4, t1 # E : clear garbage from null test
61 andnot t3, t4, t3 # E : clear garbage from char test
H A Dev67-strchr.S39 lda t4, -1 # E : build garbage mask
49 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
57 andnot t0, t4, t0 # E : clear garbage bits
H A Dstrchr.S26 lda t4, -1 # .. e1 : build garbage mask
32 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
37 andnot t0, t4, t0 # e0 : clear garbage bits
H A Dstrrchr.S30 lda t4, -1 # .. e1 : build garbage mask
36 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
38 andnot t1, t4, t1 # .. e1 : clear garbage from null test
39 andnot t3, t4, t3 # e0 : clear garbage from char test
H A Dev6-csum_ipv6_magic.S122 zapnot $4,3,$0 # U : clear upper garbage bits
H A Dev6-strncpy_from_user.S180 mskql t0, a0, t0 # U : mask trailing garbage in dst
184 mskqh t1, a0, t1 # U : mask leading garbage in src
H A Dev6-stxncpy.S198 mskql t0, a0, t0 # U : mask trailing garbage in dst
202 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
H A Dstrncpy_from_user.S147 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
150 mskqh t1, a0, t1 # e0 : mask leading garbage in src
H A Dstxncpy.S159 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
162 mskqh t1, a0, t1 # e0 : mask leading garbage in src
H A Dev6-stxcpy.S288 lda t2, -1 # E : mask out leading garbage in source
H A Dstxcpy.S258 lda t2, -1 # e1 : mask out leading garbage in source
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dmacserial.h457 #define ZS_CLEARFIFO(channel) do { volatile unsigned char garbage; \
458 garbage = read_zsdata(channel); \
459 garbage = read_zsdata(channel); \
460 garbage = read_zsdata(channel); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dzs.h411 #define ZS_CLEARFIFO(channel) do { volatile unsigned char garbage; \
412 garbage = read_zsdata(channel); \
413 garbage = read_zsdata(channel); \
414 garbage = read_zsdata(channel); \
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dauthdata.c225 uint32 garbage; local
232 if (!prs_uint32("unknown", ps, depth, &garbage))
234 if (!prs_uint32("unknown", ps, depth, &garbage))
236 if (!prs_uint32("bufferlen", ps, depth, &garbage))
238 if (!prs_uint32("bufferlenhi", ps, depth, &garbage))
240 if (!prs_uint32("pointer", ps, depth, &garbage))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dx_ovfl.S14 | If the instruction is move_out, then garbage is stored in the
H A Dx_snan.S13 | or l, then garbage is written to the dest (actually the upper 32 bits
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsvcauth_des.c192 garbage:
H A Dclnt.c832 goto garbage;
876 goto garbage; /* bad verifier, retry */
888 garbage:
889 dprintk("RPC: %4d call_verify: server saw garbage\n", task->tk_pid);
893 dprintk(KERN_WARNING "RPC: garbage, retrying %4d\n", task->tk_pid);
897 printk(KERN_WARNING "RPC: garbage, exit EIO\n");
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgtree.c381 GTreeNode *garbage; local
383 garbage = node;
400 garbage->right = node_free_list;
401 node_free_list = garbage;
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/thoralf/
H A Dsmb.conf79 comment = the garbage dump
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmsh.c480 static void garbage (void);
891 garbage();
1564 garbage() function
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dkeyspan_pda.S105 * lots of trailing binary garbage in them (appears as ????). Device strings
574 ;; driver are too long and are filled with trailing garbage (including
H A Dxircom_pgs.S105 * lots of trailing binary garbage in them (appears as ????). Device strings
612 ;; driver are too long and are filled with trailing garbage (including
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/
H A Dconfigure6665 /* First, make a file with some known garbage in it. */
6681 we see the same garbage. */

Completed in 117 milliseconds

12