Lines Matching defs:node

142 static int serial_port_create(di_minor_t minor, di_node_t node);
143 static int onbrd_port_create(di_minor_t minor, di_node_t node);
144 static int dialout_create(di_minor_t minor, di_node_t node);
145 static int onbrd_dialout_create(di_minor_t minor, di_node_t node);
146 static int rsc_port_create(di_minor_t minor, di_node_t node);
147 static int lom_port_create(di_minor_t minor, di_node_t node);
244 serial_port_create(di_minor_t minor, di_node_t node)
250 devfspath = di_devfs_path(node);
291 (void) devfsadm_mklink(l_path, node, minor, 0);
318 dialout_create(di_minor_t minor, di_node_t node)
323 devfspath = di_devfs_path(node);
361 (void) devfsadm_mklink(l_path, node, minor, 0);
416 check_compat_ports(di_node_t node, char *phys_path, char *minor)
426 if (devfsadm_read_link(node, port, &devfs_path) == DEVFSADM_SUCCESS &&
435 if (devfsadm_read_link(node, port, &devfs_path) == DEVFSADM_SUCCESS &&
460 onbrd_port_create(di_minor_t minor, di_node_t node)
465 devfspath = di_devfs_path(node);
497 buf = check_compat_ports(node, p_path, minor_name);
513 (void) devfsadm_mklink(l_path, node, minor, 0);
523 onbrd_dialout_create(di_minor_t minor, di_node_t node)
528 devfspath = di_devfs_path(node);
559 buf = check_compat_ports(node, p_path, mn);
578 (void) devfsadm_mklink(l_path, node, minor, 0);
589 rsc_port_create(di_minor_t minor, di_node_t node)
595 devfspath = di_devfs_path(node);
611 * node.
614 (void) devfsadm_mklink("term/rsc-console", node, minor, 0);
621 * node.
624 (void) devfsadm_mklink("rsc-control", node, minor, 0);
629 /* This is not an RSC node, continue... */
639 lom_port_create(di_minor_t minor, di_node_t node)
644 devfspath = di_devfs_path(node);
660 * then we are done with this node.
663 (void) devfsadm_mklink("term/lom-console", node, minor, 0);
668 /* This is not a LOM node, continue... */