Home
last modified time | relevance | path

Searched refs:num_args (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/include/linux/
DmISDNdsp.h17 int num_args; member
Ddevice-mapper.h268 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/
Dhead_64.S169 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/
Ddsp_hwec.c46 .num_args = ARRAY_SIZE(args),
Ddsp_pipeline.c64 for (i = 0; i < elem->num_args; i++) in attr_show_args()
/linux-3.4.99/drivers/s390/cio/
Dchp.c255 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/
Ddm-table.c907 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()