Searched defs:listopts (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c208 const char *listopts,
203 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dcfga.c177 const char *listopts,
172 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlist, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c191 const char *listopts,
186 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1627 * listopts - "-s" specific options
1640 const char *options, const char *listopts, char **errstring,
1639 cfga_list_ext(const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c1428 const char *listopts,
1423 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1460 const char *listopts,
1455 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1500 int *nlist, const char *options, const char *listopts, char **errstring,
1499 cfga_list_ext(const char *ap_id, cfga_list_data_t **cs, int *nlist, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1369 int *nlist, const char *options, const char *listopts, char **errstring,
1368 cfga_list_ext(const char *ap_id, cfga_list_data_t **cs, int *nlist, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c229 static cfga_err_t parse_listopt(char *listopts, char **classpp,
667 const char *listopts,
689 if ((rc = parse_listopt((char *)listopts, &class, errstring))
986 * listopts is a string in the getsubopt(3C) style:
990 parse_listopt(char *listopts, char **classpp, char **errstring) argument
998 * NULL is a legal value for listopts
1000 if (listopts == NULL) {
1004 if ((bufp = config_calloc_check(1, strlen(listopts) + 1, errstring))
1008 (void) strcpy(bufp, listopts);
2851 * The listopts argumen
661 config_list_ext( int num_ap_ids, char *const *ap_ids, struct cfga_list_data **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
[all...]

Completed in 48 milliseconds