Home
last modified time | relevance | path

Searched refs:getsubopt (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgetsubopt.c33 NoN(getsubopt)
42 getsubopt(register char** op, char* const* tp, char** vp)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetsubopt.c33 #pragma weak _getsubopt = getsubopt
42 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() function
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dexportlist.c116 switch (getsubopt(&p, optlist, &val)) { in export()
139 switch (getsubopt(&p, optlist, &val)) { in export()
H A Dnfs_cmd.c132 if (getsubopt(&next, charopts, &val) >= 0) { in charmap_search()
H A Dmountd.c2129 if (getsubopt(&p, optlist, &val) == OPT_SEC) { in newopts()
2172 switch (getsubopt(&p, optlist, &val)) { in getclientsflavors_old()
2238 switch (getsubopt(&p, optlist, &val)) { in getclientsflavors_new()
2464 switch (getsubopt(&p, optlist, &val)) { in check_client_old()
2822 switch (getsubopt(&p, optlist, &val)) { in check_client_new()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_getopt.h40 extern int getsubopt(char**, char* const*, char**);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c84 switch (getsubopt(&hw_option_p, fp_cs_hw_opts, in cfga_change_state()
242 switch (getsubopt(&hw_option_p, fp_list_hw_opts, in cfga_list_ext()
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c311 (void) getsubopt(&requested_opts, empty_opt_vector, in cmp_requested_to_actual_options()
354 (void) getsubopt(&actual_opt_hold, empty_opt_vector, in cmp_requested_to_actual_options()
H A Dfssnapsup.c149 order[i++] = getsubopt(&suboptions, infosubopts, &v); in fssnap_show_status()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c412 if (getsubopt(&optr, ignore_opts, &valp) == -1) {
438 if (getsubopt(&optr, ignore_opts, &valp) == -1) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c124 switch (getsubopt(&in_arg, pcfs_opts, &val)) { in main()
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c129 switch (getsubopt(&options, myopts, in main()
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h181 int getsubopt(char **, char *const *, char **);
/illumos-gate/usr/src/lib/madv/common/
H A Dmadv.c299 return (getsubopt(&locstr, legal_madvice, &dummy)); in strtoadv()
310 opt = getsubopt(&optstr, legal_optstr, &value); in advice_opts()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c494 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() function
667 switch (getsubopt(&opts, optlist, &val)) { in boot_nfs_mountroot()
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c211 switch (getsubopt(&subopts, myopts, &value)) { in parse_subopts()
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c218 switch (getsubopt(&subopts, subopt_v, in main()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c137 suboption = getsubopt(&suboptions, in main()
/illumos-gate/usr/src/head/
H A Dstdlib.h234 extern int getsubopt(char **, char *const *, char **);
H A Dstdio.h327 extern int getsubopt(char **, char *const *, char **);
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c924 switch (getsubopt(&input, nexus_opts, &value)) { in parse_nexus_opts()
1106 switch (getsubopt(&input, bdf_opts, &value)) { in parse_device_opts()
1460 switch (getsubopt(&input, p1_bdf_opts, &value)) { in parse_probeone_opts()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_main.c252 switch (c = getsubopt(&optsstr, LegalOpts, &value)) { in parseSubOptions()
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c225 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() function
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/
H A Dopl_dev_led.c325 switch (getsubopt(&optptr, opl_opts, &value)) { in plat_dev_led()
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap118 #undef getsubopt
119 #define getsubopt _ast_getsubopt

1234