Searched refs:snid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dautoconf.c248 register int nid, snid, cnid; local
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)) {
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dsignotify.c74 u_longlong_t snid = 0; local
76 quad_t *tquad = (quad_t *)&snid;
82 return (snid);
109 /* get snid for the given user address of signotifyid_t */

Completed in 333 milliseconds