Searched refs:getlongprop_buf (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | autoconf.c | 218 getlongprop_buf(int id, char *name, char *buf, int maxlen) in getlongprop_buf() function 280 if (getlongprop_buf(snid, OBP_NAME, buf, in get_neighbors() 296 if (getlongprop_buf(cnid, OBP_NAME, buf, sizeof (buf)) > 0) { in get_neighbors() 303 if (getlongprop_buf(cnid, OBP_NAME, in get_neighbors() 341 if (getlongprop_buf(nid, OBP_NAME, buf, OBP_MAXPROPNAME) > 0) { in i_ddi_create_branch()
|
/titanic_41/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
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 96 static int getlongprop_buf(); 358 if (getlongprop_buf(id, OBP_DEVICETYPE, devtype_buf, in check_status() 394 getlongprop_buf(int id, char *name, char *buf, int maxlen) in getlongprop_buf() function
|