Searched refs:status_buf (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_ddi_impl.c | 63 char status_buf[64]; in check_status() local 69 if (status_okay(id, status_buf, sizeof (status_buf))) in check_status()
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_ddi_impl.c | 88 char status_buf[64]; in check_status() local 99 if (status_okay(id, status_buf, sizeof (status_buf))) in check_status() 131 status_buf, path, board_buf); in check_status()
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp.c | 926 char status_buf[OBP_MAXPROPNAME]; in sbdp_get_comp_status() local 944 if (prom_getprop(nodeid, (char *)status, status_buf) < 0) { in sbdp_get_comp_status() 949 if (strncmp(status_buf, failed, strlen(failed)) == 0) { in sbdp_get_comp_status() 954 if (strcmp(status_buf, disabled) == 0) { in sbdp_get_comp_status()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 273 char status_buf[OBP_MAXPROPNAME]; in status_okay() local 297 bufp = status_buf; in status_okay() 298 len = sizeof (status_buf); in status_okay() 337 char status_buf[64]; in check_status() local 344 if (status_okay(id, status_buf, sizeof (status_buf))) in check_status() 361 cmn_err(CE_WARN, "status '%s' for '%s'", status_buf, name); in check_status()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | ddi_impl.c | 1658 char status_buf[OBP_MAXPROPNAME]; in status_okay() local 1682 bufp = status_buf; in status_okay() 1683 len = sizeof (status_buf); in status_okay()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 5089 char *status_buf; in sbd_get_comp_cond() local 5113 status_buf = kmem_zalloc(sizeof (char) * OBP_MAXPROPNAME, KM_SLEEP); in sbd_get_comp_cond() 5115 (char *)status, status_buf, &len) != DDI_PROP_SUCCESS) { in sbd_get_comp_cond() 5120 if (strncmp(status_buf, failed, strlen(failed)) == 0) { in sbd_get_comp_cond() 5122 kmem_free(status_buf, sizeof (char) * OBP_MAXPROPNAME); in sbd_get_comp_cond() 5126 if (strcmp(status_buf, disabled) == 0) { in sbd_get_comp_cond() 5128 kmem_free(status_buf, sizeof (char) * OBP_MAXPROPNAME); in sbd_get_comp_cond() 5132 kmem_free(status_buf, sizeof (char) * OBP_MAXPROPNAME); in sbd_get_comp_cond()
|