/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 208 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 D | cfga.c | 177 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 D | cfga_scsi.c | 191 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 D | cfga_ib.c | 1627 * 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 D | cfga_sata.c | 1428 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 D | cfga_usb.c | 1460 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 D | cfga.c | 1500 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 D | shp.c | 1369 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 D | config_admin.c | 229 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...] |