/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | getsubopt.c | 33 NoN(getsubopt) 42 getsubopt(register char** op, char* const* tp, char** vp)
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getsubopt.c | 33 #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 D | exportlist.c | 116 switch (getsubopt(&p, optlist, &val)) { in export() 139 switch (getsubopt(&p, optlist, &val)) { in export()
|
H A D | nfs_cmd.c | 132 if (getsubopt(&next, charopts, &val) >= 0) { in charmap_search()
|
H A D | mountd.c | 2129 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 D | ast_getopt.h | 40 extern int getsubopt(char**, char* const*, char**);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 84 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 D | fslib.c | 311 (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 D | fssnapsup.c | 149 order[i++] = getsubopt(&suboptions, infosubopts, &v); in fssnap_show_status()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | automount.c | 412 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 D | mount.c | 124 switch (getsubopt(&in_arg, pcfs_opts, &val)) { in main()
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/ |
H A D | mount.c | 129 switch (getsubopt(&options, myopts, in main()
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdlib.h | 181 int getsubopt(char **, char *const *, char **);
|
/illumos-gate/usr/src/lib/madv/common/ |
H A D | madv.c | 299 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 D | mount.c | 494 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 D | mount.c | 211 switch (getsubopt(&subopts, myopts, &value)) { in parse_subopts()
|
/illumos-gate/usr/src/cmd/rcap/rcapadm/ |
H A D | rcapadm.c | 218 switch (getsubopt(&subopts, subopt_v, in main()
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | main.c | 137 suboption = getsubopt(&suboptions, in main()
|
/illumos-gate/usr/src/head/ |
H A D | stdlib.h | 234 extern int getsubopt(char **, char *const *, char **);
|
H A D | stdio.h | 327 extern int getsubopt(char **, char *const *, char **);
|
/illumos-gate/usr/src/cmd/pcitool/ |
H A D | pcitool_ui.c | 924 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 D | fsck_main.c | 252 switch (c = getsubopt(&optsstr, LegalOpts, &value)) { in parseSubOptions()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | subr.c | 225 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 D | opl_dev_led.c | 325 switch (getsubopt(&optptr, opl_opts, &value)) { in plat_dev_led()
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | map | 118 #undef getsubopt 119 #define getsubopt _ast_getsubopt
|