Searched refs:num_args (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/include/linux/ |
D | mISDNdsp.h | 17 int num_args; member
|
D | device-mapper.h | 268 unsigned *num_args, char **error); 278 void dm_consume_args(struct dm_arg_set *as, unsigned num_args);
|
/linux-3.4.99/arch/sparc/kernel/ |
D | head_64.S | 169 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1 193 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4 217 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1 236 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4 256 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 3 289 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 7 344 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1 365 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4
|
/linux-3.4.99/drivers/isdn/mISDN/ |
D | dsp_hwec.c | 46 .num_args = ARRAY_SIZE(args),
|
D | dsp_pipeline.c | 64 for (i = 0; i < elem->num_args; i++) in attr_show_args()
|
/linux-3.4.99/drivers/s390/cio/ |
D | chp.c | 255 int num_args; in chp_status_write() local 258 num_args = sscanf(buf, "%5s", cmd); in chp_status_write() 259 if (!num_args) in chp_status_write()
|
/linux-3.4.99/drivers/md/ |
D | dm-table.c | 907 void dm_consume_args(struct dm_arg_set *as, unsigned num_args) in dm_consume_args() argument 909 BUG_ON(as->argc < num_args); in dm_consume_args() 910 as->argc -= num_args; in dm_consume_args() 911 as->argv += num_args; in dm_consume_args()
|