Searched defs:ptnode (Results 1 - 3 of 3) sorted by relevance

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

Completed in 138 milliseconds