Searched refs:getsubopt (Results 26 - 50 of 91) sorted by relevance

1234

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/
H A Dopl_dev_led.c328 switch (getsubopt(&optptr, opl_opts, &value)) {
/illumos-gate/usr/src/head/
H A Dstdio.h327 extern int getsubopt(char **, char *const *, char **);
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c218 switch (getsubopt(&subopts, subopt_v,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/
H A Dencr.c72 switch (getsubopt(&arg, opts, &value)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
H A Dickey.c109 switch (getsubopt(&options, progopts,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/
H A Dkeymgmt.c75 switch (getsubopt(&arg, opts, &value)) {
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c211 switch (getsubopt(&subopts, myopts, &value)) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dfssnapsup.c83 * getsubopt()) corresponding to the options list defined above. These
151 order[i++] = getsubopt(&suboptions, infosubopts, &v);
H A Dmount.c663 switch (getsubopt(&mntopts, myopts, &value)) {
878 * we make a copy of the option string to pass to getsubopt(),
879 * because getsubopt() modifies the string. We also save
880 * the original pointer returned by strdup, because getsubopt
889 if (getsubopt(&my_opts, mntopts, &value) == IGNORE)
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c233 switch (c = getsubopt(&optsstr, LegalOpts, &value)) {
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c118 suboption = getsubopt(&suboptions,
/illumos-gate/usr/src/lib/madv/common/
H A Dmadv.c301 return (getsubopt(&locstr, legal_madvice, &dummy));
312 opt = getsubopt(&optstr, legal_optstr, &value);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c493 * Same as getsubopt(3C).
496 getsubopt(char **optionsp, char * const *tokens, char **valuep) function
669 switch (getsubopt(&opts, optlist, &val)) {
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c218 * Same as getsubopt(3C).
221 getsubopt(char **optionsp, char * const *tokens, char **valuep) function
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h195 int getsubopt(char **optionsp, char * const *tokens, char **valuep);
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c923 switch (getsubopt(&input, nexus_opts, &value)) {
1061 /* Needed by getsubopt(3C) */
1078 /* Needed by getsubopt(3C) */
1105 switch (getsubopt(&input, bdf_opts, &value)) {
1446 /* Needed by getsubopt(3C) */
1459 switch (getsubopt(&input, p1_bdf_opts, &value)) {
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c43 * on the content of a getsubopt-like string.
245 int idx = getsubopt(&opts, tokens, &value);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c478 if (getsubopt(&s, mntopts, &value) == IGNORE) {
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c211 subopt = getsubopt(&options, suboptstr, &value);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c81 switch (getsubopt(&arg, opts, &value)) {
/illumos-gate/usr/src/cmd/cpc/common/
H A Dstrtoset.c36 * While processing the string using getsubopt(), we will use an array of
156 * getsubopt(3C). We start our search for an available pic _after_ the highest
400 * NULL token to signify end of list to getsubopt(3C).
495 int idx = getsubopt(&opts, toks, &val);
/illumos-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_main.c420 switch (getsubopt(&optarg, type_subopts,
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c123 switch (getsubopt(&options, labelit_subopts,
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c219 switch (getsubopt(&suboptions, subopts,
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1998 if (getsubopt(&p, optlist, &val) == OPT_SEC) {
2041 switch (getsubopt(&p, optlist, &val)) {
2107 switch (getsubopt(&p, optlist, &val)) {
2333 switch (getsubopt(&p, optlist, &val)) {
2691 switch (getsubopt(&p, optlist, &val)) {

Completed in 106 milliseconds

1234