Home
last modified time | relevance | path

Searched refs:ptnode (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c492 smb_passid_t ptnode; in pwtree_walk_step() local
494 if (mdb_vread(&ptnode, sizeof (ptnode), wsp->walk_addr) == -1) { in pwtree_walk_step()
499 return (wsp->walk_callback(wsp->walk_addr, &ptnode, wsp->walk_cbdata)); in pwtree_walk_step()
/titanic_41/usr/src/uts/common/os/
H A Dsunddi.c9126 struct ptnode { struct
9128 struct ptnode *next; argument
9139 struct ptnode *head;
9145 struct ptnode **nextp; in visit_node()
9159 *nextp = kmem_zalloc(sizeof (struct ptnode), KM_SLEEP); in visit_node()
9290 struct ptnode *tnp; in create_prom_branch()
9345 kmem_free(tnp, sizeof (struct ptnode)); in create_prom_branch()
/titanic_41/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1453 tnode_t *ptnode, tnode_t *tnode, int *phycount, int64_t *connlist) in ses_set_expander_props() argument