Home
last modified time | relevance | path

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

/titanic_53/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_53/usr/src/uts/common/os/
H A Dsunddi.c9152 struct ptnode { struct
9154 struct ptnode *next; argument
9165 struct ptnode *head;
9171 struct ptnode **nextp; in visit_node()
9185 *nextp = kmem_zalloc(sizeof (struct ptnode), KM_SLEEP); in visit_node()
9316 struct ptnode *tnp; in create_prom_branch()
9371 kmem_free(tnp, sizeof (struct ptnode)); in create_prom_branch()
/titanic_53/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1530 tnode_t *ptnode, tnode_t *tnode, int *phycount, int64_t *connlist) in ses_set_expander_props() argument