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

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c187 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 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
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c206 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 Drdr_param_types.h138 char *listopts; member in struct:__anon371
H A Drdr_messages.c318 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 Dcfga_sata.c1416 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 Dcfga_usb.c1462 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 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
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1375 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 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
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c230 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...]

Completed in 76 milliseconds