Searched refs:opt_val (Results 1 – 9 of 9) sorted by relevance
34 opt.opt_val = NULL;41 if (opt.opt_val == NULL)44 printf("%s=%s\n", opt.opt_name, opt.opt_val);
86 optv[i].opt_val = sm_strdup_x(val);
626 optionUnloadNested(tOptionValue const * opt_val) in optionUnloadNested() argument628 if (opt_val == NULL) return; in optionUnloadNested()629 if (opt_val->valType != OPARG_TYPE_HIERARCHY) { in optionUnloadNested()634 unload_arg_list(opt_val->v.nestVal); in optionUnloadNested()636 AGFREE(opt_val); in optionUnloadNested()816 tOptionValue * opt_val = optionLoadNested( in optionNestedVal() local819 if (opt_val != NULL) in optionNestedVal()820 addArgListEntry(&(od->optCookie), VOIDP(opt_val)); in optionNestedVal()
291 tOptionValue * opt_val = *(ovlist++); in optionGetValue() local292 if (strcmp(opt_val->pzName, vname) == 0) { in optionGetValue()293 res = opt_val; in optionGetValue()
20 char *opt_val; member
335 mbdbname.opt_val = "pw";337 err = sm_mbdb_initialize(mbdbname.opt_val);
2285 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val) in zpool_vdev_script_alloc_env() argument2326 opt_val ? opt_val : ""); in zpool_vdev_script_alloc_env()
8541 <parameter type-id='80f4b756' name='opt_val'/>
347 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val);