Searched defs:node (Results 601 - 604 of 604) sorted by relevance

<<2122232425

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c191 struct drmach_node *node; member in struct:__anon9972
198 pnode_t (*get_dnode)(struct drmach_node *node);
199 int (*walk)(struct drmach_node *node, void *data,
201 dev_info_t *(*n_getdip)(struct drmach_node *node);
202 int (*n_getproplen)(struct drmach_node *node, char *name,
204 int (*n_getprop)(struct drmach_node *node, char *name,
206 int (*get_parent)(struct drmach_node *node,
234 drmach_node_t *node; member in struct:__anon9975
630 nargs->nwargs->node->here = (void *)dip;
638 nargs->nwargs->node
1123 drmach_device_new(drmach_node_t *node, drmach_board_t *bp, int portid, drmachid_t *idp) argument
3784 drmach_node_t *node = proto->node; local
4710 drmach_node_t *node = args->node; local
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1052 be_node_list_t *be_nodes, *node; local
1107 for (node = be_nodes; node != NULL; node = node->be_next_node)
1108 if (strcmp(root_ds, node->be_root_ds) == 0)
1111 if (node == NULL)
1116 if (node == NULL) {
1121 node->be_node_name);
1123 node
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c534 xmlNodePtr node; local
535 node = xmlNewComment((xmlChar *) comment);
537 if (node != NULL)
538 (void) xmlAddPrevSibling(handle->zone_dh_top, node);
1642 newprop(xmlNodePtr node, const xmlChar *attrname, char *src) argument
1646 newattr = xmlNewProp(node, attrname, (xmlChar *)src);
1648 xmlUnlinkNode(node);
1649 xmlFreeNode(node);
5214 /* Allocate a new priv list node. */
5222 /* Insert the new priv list node int
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h43 struct emlxs_node *node; member in struct:emlxs_buf
409 NAME_TYPE nlp_nodename; /* node name */
455 /* when node needs */
488 #define MEM_NLP 0 /* memory segment to hold node list entries */

Completed in 139 milliseconds

<<2122232425