/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_rcm.c | 200 const char *infostr; local 214 if ((infostr = rcm_info_info(tuple)) != NULL) { 218 if ((w = strlen(infostr)) > w_info) 315 if ((infostr = rcm_info_info(tuple)) != NULL) { 317 format, rcm_info_rsrc(tuple), infostr);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_rcm.c | 267 const char *infostr; local 279 if ((infostr = rcm_info_info(tuple)) != NULL) { 283 if ((w = strlen(infostr)) > w_info) 358 if ((infostr = rcm_info_info(tuple)) != NULL) { 362 infostr);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_rcm.c | 220 const char *infostr; local 235 if ((infostr = rcm_info_info(tuple)) != NULL) { 239 if ((w = strlen(infostr)) > w_info) 339 if ((infostr = rcm_info_info(tuple)) != NULL) { 341 format, rcm_info_rsrc(tuple), infostr);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_rcm.c | 268 const char *infostr; local 283 if ((infostr = rcm_info_info(tuple)) != NULL) { 287 if ((w = strlen(infostr)) > w_info) 385 if ((infostr = rcm_info_info(tuple)) != NULL) { 387 format, rcm_info_rsrc(tuple), infostr);
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | cluster_rcm.c | 156 char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) 159 assert(rsrcname != NULL && infostr != NULL); 161 if ((*infostr = strdup(OS_USAGE)) == NULL) 155 cluster_getinfo(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) argument
|
H A D | dump_rcm.c | 162 char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) 167 assert(rsrcname != NULL && infostr != NULL); 179 return ((alloc_usage(infostr, conf_flags) == 0) ? 161 dump_getinfo(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) argument
|
H A D | mpxio_rcm.c | 268 char **infostr, char **errstr, nvlist_t *props, rcm_info_t **infop) 279 *infostr = NULL; 294 *infostr = strdup(MPXIO_MSG_USAGEUNKNOWN); 301 *infostr = buf; 267 mpxio_getinfo(rcm_handle_t *hdl, char *rsrc, id_t id, uint_t flags, char **infostr, char **errstr, nvlist_t *props, rcm_info_t **infop) argument
|
H A D | ip_anon_rcm.c | 476 char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) 479 assert(rsrcname != NULL && infostr != NULL); 481 if ((*infostr = strdup(IP_ANON_USAGE)) == NULL) 475 ip_anon_getinfo(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) argument
|
H A D | swap_rcm.c | 176 char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) 178 assert(rsrcname != NULL && infostr != NULL); 188 (void) alloc_usage(infostr); 175 swap_getinfo(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) argument
|
H A D | rcm_subr.c | 415 char *modname, const char *infostr, const char *errstr, 459 if (infostr) { 461 (char *)infostr)) { 414 add_busy_rsrc_to_list(char *alias, pid_t pid, int state, int seq_num, char *modname, const char *infostr, const char *errstr, nvlist_t *client_props, rcm_info_t **list) argument
|
H A D | ip_rcm.c | 604 char *infostr; local 626 infostr = ip_usage(node); 628 if (infostr == NULL) { 641 /* Set usage property, infostr will be freed by caller */ 642 *usagep = infostr; 645 rsrc, infostr);
|
/illumos-gate/usr/src/cmd/captoinfo/ |
H A D | captoinfo.c | 615 addpadding(int cappadding, char *infostr) argument 623 if (cap = getinfostr(infostr)) 632 putstr(infostr, tempbuffer); 636 putstr(infostr, tempbuffer); 686 char *infostr; local 720 infostr = getinfostr 722 if (infostr == NULL) { 729 if (strcmp(capstr, infostr) != 0) { 740 tpr(stderr, infostr); 801 char *infostr; local [all...] |
/illumos-gate/usr/src/cmd/boot/common/ |
H A D | bblk_einfo.c | 265 prepare_and_write_einfo(unsigned char *dest, char *infostr, bblk_hs_t *hs, argument 306 if (infostr == NULL) { 311 einfo->str_size = strlen(infostr); 320 (void) memcpy(data, infostr, einfo->str_size);
|
/illumos-gate/usr/src/cmd/drd/ |
H A D | drd_rcm.c | 1118 const char *infostr; local 1130 if ((infostr = rcm_info_info(tuple)) != NULL) { 1134 if ((w = strlen(infostr)) > w_info) 1201 if ((infostr = rcm_info_info(tuple)) != NULL) { 1205 infostr);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 403 const char *infostr; local 415 if ((infostr = rcm_info_info(tuple)) != NULL) { 419 if ((w = strlen(infostr)) > w_info) 493 if ((infostr = rcm_info_info(tuple)) != NULL) { 497 infostr);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_rcm.c | 1347 const char *infostr; local 1364 if ((infostr = (*rcm->info_info)(tuple)) != NULL) { 1368 if ((w = strlen(infostr)) > w_info) 1443 if ((infostr = (*rcm->info_info)(tuple)) != NULL) { 1446 (*rcm->info_rsrc)(tuple), infostr);
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 1635 rcm_ignore(char *rsrc, char *infostr) argument 1640 if (strncmp(infostr, *cpp, strlen(*cpp)) == 0) {
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 422 const char *infostr; local
|