Searched refs:nhp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c133 topo_nodehash_t *nhp; local
151 nhp = node->tn_phash;
152 for (i = 0; i < nhp->th_arrlen; i++) {
153 if (node == nhp->th_nodearr[i]) {
154 nhp->th_nodearr[i] = NULL;
181 while ((nhp = topo_list_next(&node->tn_children)) != NULL) {
182 for (i = 0; i < nhp->th_arrlen; i++) {
183 assert(nhp->th_nodearr[i] == NULL);
185 hmod = nhp->th_enum;
186 topo_mod_strfree(hmod, nhp
282 topo_nodehash_t *nhp; local
316 node_create_seterror(topo_mod_t *mod, tnode_t *pnode, topo_nodehash_t *nhp, int err) argument
341 topo_nodehash_t *nhp; local
389 node_extend_seterror(topo_mod_t *mod, tnode_t *pnode, topo_nodehash_t *nhp, int err) argument
427 topo_nodehash_t *nhp = NULL; local
496 topo_nodehash_t *nhp; local
535 topo_nodehash_t *nhp; local
563 topo_node_hash(topo_nodehash_t *nhp, topo_instance_t inst) argument
645 topo_nodehash_t *nhp; local
734 topo_nodehash_t *nhp; local
[all...]
H A Dtopo_list.c145 topo_nodehash_t *nhp; local
147 for (nhp = topo_list_next(&pnode->tn_children); nhp != NULL;
148 nhp = topo_list_next(nhp)) {
149 for (i = 0; i < nhp->th_arrlen; ++i) {
150 if (nhp->th_nodearr[i] != NULL)
151 return (nhp->th_nodearr[i]);
163 topo_nodehash_t *nhp; local
175 for (nhp
[all...]
H A Dtopo_snap.c576 topo_nodehash_t *nhp; local
598 while ((nhp = topo_list_next(&root->tn_children)) != NULL) {
599 for (i = 0; i < nhp->th_arrlen; i++) {
600 assert(nhp->th_nodearr[i] == NULL);
602 mod = nhp->th_enum;
603 topo_mod_strfree(mod, nhp->th_name);
604 topo_mod_free(mod, nhp->th_nodearr,
605 nhp->th_arrlen * sizeof (tnode_t *));
606 topo_list_delete(&root->tn_children, nhp);
607 topo_mod_free(mod, nhp, sizeo
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Denvelope.c659 register HDR **nhp; local
716 nhp = &e->e_header;
719 *nhp = (HDR *) sm_rpool_malloc_x(rpool, sizeof(*bh));
720 memmove((char *) *nhp, (char *) bh, sizeof(*bh));
722 nhp = &(*nhp)->h_link;

Completed in 26 milliseconds