Searched refs:getlongprop_buf (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | autoconf.c | 225 getlongprop_buf(int id, char *name, char *buf, int maxlen) in getlongprop_buf() function 287 if (getlongprop_buf(snid, OBP_NAME, buf, in get_neighbors() 303 if (getlongprop_buf(cnid, OBP_NAME, buf, sizeof (buf)) > 0) { in get_neighbors() 310 if (getlongprop_buf(cnid, OBP_NAME, in get_neighbors() 348 if (getlongprop_buf(nid, OBP_NAME, buf, OBP_MAXPROPNAME) > 0) { in i_ddi_create_branch()
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_ddi_impl.c | 73 static int getlongprop_buf(); 107 if (getlongprop_buf(id, OBP_DEVICETYPE, devtype_buf, in check_status() 168 getlongprop_buf(int id, char *name, char *buf, int maxlen) in getlongprop_buf() function
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 99 static int getlongprop_buf(); 352 if (getlongprop_buf(id, OBP_DEVICETYPE, devtype_buf, in check_status() 388 getlongprop_buf(int id, char *name, char *buf, int maxlen) in getlongprop_buf() function
|