Searched refs:argstr (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/net/ceph/ |
D | ceph_common.c | 289 substring_t argstr[MAX_OPT_ARGS]; in ceph_parse_options() local 322 token = match_token((char *)c, opt_tokens, argstr); in ceph_parse_options() 333 ret = match_int(&argstr[0], &intval); in ceph_parse_options() 342 argstr[0].from); in ceph_parse_options() 348 err = ceph_parse_ips(argstr[0].from, in ceph_parse_options() 349 argstr[0].to, in ceph_parse_options() 358 err = parse_fsid(argstr[0].from, &opt->fsid); in ceph_parse_options() 363 opt->name = kstrndup(argstr[0].from, in ceph_parse_options() 364 argstr[0].to-argstr[0].from, in ceph_parse_options() 373 err = ceph_crypto_key_unarmor(opt->key, argstr[0].from); in ceph_parse_options() [all …]
|
/linux-2.6.39/fs/ceph/ |
D | super.c | 161 substring_t argstr[MAX_OPT_ARGS]; in parse_fsopt_token() local 164 token = match_token((char *)c, fsopt_tokens, argstr); in parse_fsopt_token() 169 ret = match_int(&argstr[0], &intval); in parse_fsopt_token() 178 argstr[0].from); in parse_fsopt_token() 186 fsopt->snapdir_name = kstrndup(argstr[0].from, in parse_fsopt_token() 187 argstr[0].to-argstr[0].from, in parse_fsopt_token()
|
/linux-2.6.39/drivers/media/video/cx18/ |
D | cx18-mailbox.c | 120 char argstr[MAX_MB_ARGUMENTS*11+1]; in dump_mb() local 127 u32arr2hex(mb->args, MAX_MB_ARGUMENTS, argstr)); in dump_mb() 547 char argstr[MAX_MB_ARGUMENTS*11+1]; in cx18_api_call() local 560 u32arr2hex(data, args, argstr)); in cx18_api_call() 564 u32arr2hex(data, args, argstr)); in cx18_api_call()
|
/linux-2.6.39/drivers/block/ |
D | rbd.c | 328 substring_t argstr[MAX_OPT_ARGS]; in parse_rbd_opts_token() local 331 token = match_token((char *)c, rbdopt_tokens, argstr); in parse_rbd_opts_token() 336 ret = match_int(&argstr[0], &intval); in parse_rbd_opts_token() 345 argstr[0].from); in parse_rbd_opts_token()
|