/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.c | 187 const char *listopts, 182 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
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 206 const char *listopts, 201 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
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rdr_param_types.h | 138 char *listopts; member in struct:__anon371
|
H A D | rdr_messages.c | 318 static int find_listopts_sizes(char *listopts, 1159 if (lparam->listopts != NULL) { 1160 free((void *)lparam->listopts); 1161 lparam->listopts = NULL; 2861 if (find_listopts_sizes(params->listopts, &var_msg_info)) { 2937 if (params->listopts != NULL) { 2938 (void) memcpy(bufptr, params->listopts, 2997 * handle getting the listopts 2999 if (get_string_from_buf(&(params->listopts), 4285 find_listopts_sizes(char *listopts, rdr_variable_message_info_ argument [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 1416 const char *listopts, 1411 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
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 1462 const char *listopts, 1457 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
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1375 int *nlist, const char *options, const char *listopts, char **errstring, 1374 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
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 230 static cfga_err_t parse_listopt(char *listopts, char **classpp, 668 const char *listopts, 690 if ((rc = parse_listopt((char *)listopts, &class, errstring)) 987 * listopts is a string in the getsubopt(3C) style: 991 parse_listopt(char *listopts, char **classpp, char **errstring) argument 999 * NULL is a legal value for listopts 1001 if (listopts == NULL) { 1005 if ((bufp = config_calloc_check(1, strlen(listopts) + 1, errstring)) 1009 (void) strcpy(bufp, listopts); 2852 * The listopts argumen 662 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...] |