Searched refs:nodetype (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h66 uint32_t nodetype; /* minor node type */ member in struct:db_minor
109 char *nodetype; /* minor nodetype */ member in struct:cache_minor
305 cache_node_t *pcnp, const char *name, const char *nodetype,
343 const char *nodetype, const int flags);
H A Ddevinfo_devlink.c595 char *name, *nodetype; local
610 nodetype = get_string(hdp, dmp->nodetype);
612 cmnp = minor_insert(hdp, pcnp, name, nodetype, NULL);
891 dmp->nodetype = write_string(hdp, cmnp->nodetype, next);
892 if (dmp->name == DB_NIL || dmp->nodetype == DB_NIL) {
893 dmp->name = dmp->nodetype = DB_NIL;
1344 free(cmnp->nodetype);
1382 const char *nodetype,
1379 lookup_minor( struct di_devlink_handle *hdp, const char *minor_path, const char *nodetype, const int flags) argument
2703 minor_insert( struct di_devlink_handle *hdp, cache_node_t *pcnp, const char *name, const char *nodetype, cache_minor_t **prev) argument
[all...]
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c437 get_dev_link_path(di_node_t node, char *nodetype, char *re, char **devlink, char **minor_path, char **minor_name) argument
468 if (strcmp(di_minor_nodetype(minor), nodetype) == 0) {
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h158 const char *nodetype; member in struct:__anon923
H A Dcfga_list.c849 /* if property fails, use minor nodetype */
851 char *nodetype; local
855 ((nodetype = di_minor_nodetype(minor)) != NULL)) {
858 (strcmp(nodetype, device_list[i].ntype)
H A Dcfga_cvt.c152 u.minor_args.nodetype = DDI_NT_SCSI_ATTACHMENT_POINT;
H A Dcfga_utils.c488 rv = di_walk_minor(walk_root, up->minor_args.nodetype, 0, arg,
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h165 const char *nodetype; member in struct:__anon879
H A Dcfga_list.c3401 /* if property fails, use minor nodetype */
3403 char *nodetype; local
3407 ((nodetype = di_minor_nodetype(minor)) != NULL)) {
3410 (strcmp(nodetype, device_list[i].ntype)
H A Dcfga_utils.c589 rv = di_walk_minor(root, up->walkmode.minor_args.nodetype, 0,
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c2469 char nodetype[MAXPATHLEN]; local
2483 (void) snprintf(nodetype, sizeof (nodetype), "%s%s%s",
2507 (void) di_walk_minor(rnode, nodetype,
/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1521 int nodetype = rvp[0][0] & 0377; local
1523 if (nodetype != CANONHOST &&
1524 nodetype != CANONUSER)
1543 switch (nodetype)

Completed in 90 milliseconds