Searched refs:match_int (Results 1 - 25 of 74) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dparser.h29 int match_int(substring_t *, int *result);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dparser.h29 int match_int(substring_t *, int *result);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hfsplus/
H A Doptions.c105 if (match_int(&args[0], &tmp)) {
112 if (match_int(&args[0], &tmp)) {
119 if (match_int(&args[0], &sbi->part)) {
125 if (match_int(&args[0], &sbi->session)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/hfsplus/
H A Doptions.c105 if (match_int(&args[0], &tmp)) {
112 if (match_int(&args[0], &tmp)) {
119 if (match_int(&args[0], &sbi->part)) {
125 if (match_int(&args[0], &sbi->session)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/autofs/
H A Dinode.c98 if (match_int(&args[0], &option))
103 if (match_int(&args[0], &option))
108 if (match_int(&args[0], &option))
113 if (match_int(&args[0], &option))
118 if (match_int(&args[0], &option))
123 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/autofs/
H A Dinode.c98 if (match_int(&args[0], &option))
103 if (match_int(&args[0], &option))
108 if (match_int(&args[0], &option))
113 if (match_int(&args[0], &option))
118 if (match_int(&args[0], &option))
123 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/autofs4/
H A Dinode.c199 if (match_int(args, pipefd))
203 if (match_int(args, &option))
208 if (match_int(args, &option))
213 if (match_int(args, &option))
218 if (match_int(args, &option))
223 if (match_int(args, &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/autofs4/
H A Dinode.c199 if (match_int(args, pipefd))
203 if (match_int(args, &option))
208 if (match_int(args, &option))
213 if (match_int(args, &option))
218 if (match_int(args, &option))
223 if (match_int(args, &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dparser.c146 * match_int: - scan a decimal representation of an integer from a substring_t
154 int match_int(substring_t *s, int *result) function
227 EXPORT_SYMBOL(match_int); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dparser.c146 * match_int: - scan a decimal representation of an integer from a substring_t
154 int match_int(substring_t *s, int *result) function
227 EXPORT_SYMBOL(match_int); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/core/
H A Dinode.c138 if (match_int(&args[0], &option))
143 if (match_int(&args[0], &option))
153 if (match_int(&args[0], &option))
158 if (match_int(&args[0], &option))
168 if (match_int(&args[0], &option))
173 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/core/
H A Dinode.c138 if (match_int(&args[0], &option))
143 if (match_int(&args[0], &option))
153 if (match_int(&args[0], &option))
158 if (match_int(&args[0], &option))
168 if (match_int(&args[0], &option))
173 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hfs/
H A Dsuper.c256 if (match_int(&args[0], &tmp)) {
263 if (match_int(&args[0], &tmp)) {
292 if (match_int(&args[0], &hsb->part)) {
298 if (match_int(&args[0], &hsb->session)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/hfs/
H A Dsuper.c256 if (match_int(&args[0], &tmp)) {
263 if (match_int(&args[0], &tmp)) {
292 if (match_int(&args[0], &hsb->part)) {
298 if (match_int(&args[0], &hsb->session)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/affs/
H A Dsuper.c200 if (match_int(&args[0], &n))
228 if (match_int(&args[0], reserved))
232 if (match_int(&args[0], root))
236 if (match_int(&args[0], &option))
242 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/affs/
H A Dsuper.c200 if (match_int(&args[0], &n))
228 if (match_int(&args[0], reserved))
232 if (match_int(&args[0], root))
236 if (match_int(&args[0], &option))
242 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/isofs/
H A Dinode.c428 if (match_int(&args[0], &option))
436 if (match_int(&args[0], &option))
449 if (match_int(&args[0], &option))
455 if (match_int(&args[0], &option))
461 if (match_int(&args[0], &option))
466 if (match_int(&args[0], &option))
474 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/isofs/
H A Dinode.c428 if (match_int(&args[0], &option))
436 if (match_int(&args[0], &option))
449 if (match_int(&args[0], &option))
455 if (match_int(&args[0], &option))
461 if (match_int(&args[0], &option))
466 if (match_int(&args[0], &option))
474 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/adfs/
H A Dsuper.c178 if (match_int(args, &option))
183 if (match_int(args, &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/devpts/
H A Dinode.c128 if (match_int(&args[0], &option))
134 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/hypfs/
H A Dinode.c247 if (match_int(&args[0], &option))
252 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/devpts/
H A Dinode.c128 if (match_int(&args[0], &option))
134 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/hypfs/
H A Dinode.c247 if (match_int(&args[0], &option))
252 if (match_int(&args[0], &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/adfs/
H A Dsuper.c178 if (match_int(args, &option))
183 if (match_int(args, &option))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/udf/
H A Dsuper.c433 if (match_int(&args[0], &option))
457 if (match_int(args, &option))
463 if (match_int(args, &option))
477 if (match_int(args, &option))
484 if (match_int(args, &option))
491 if (match_int(args, &option))
496 if (match_int(args, &option))
501 if (match_int(args, &option))
506 if (match_int(args, &option))
511 if (match_int(arg
[all...]

Completed in 285 milliseconds

123