Lines Matching defs:snid
248 register int nid, snid, cnid;
257 snid = cnid = 0;
263 snid = (int)prom_nextnode((pnode_t)nid);
266 snid = (int)prom_nextnode((pnode_t)nid);
274 if (snid && (snid != -1) && ((parent = ddi_get_parent(di)) != NULL)) {
278 for (; snid && (snid != -1);
279 snid = (int)prom_nextnode((pnode_t)snid)) {
280 if (getlongprop_buf(snid, OBP_NAME, buf,
282 if (check_status(snid, buf, parent) ==
285 snid, -1);