Searched refs:subopts (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1285 char *subopts, *value; local
1296 subopts = (char *)options;
1297 if (subopts == (char *)NULL) {
1305 while (*subopts != '\0') {
1306 switch (getsubopt(&subopts, cfg_opts, &value)) {
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1315 char *subopts, *val; local
1332 subopts = (char *)options;
1333 if (subopts == (char *)NULL) {
1341 while (*subopts != '\0') {
1342 switch (getsubopt(&subopts, ib_service_subopts, &val)) {

Completed in 28 milliseconds