Searched refs:libdiskmgt_str_eq (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c416 if (libdiskmgt_str_eq(cp->ctype, "scsi")) {
420 if (libdiskmgt_str_eq(di_node_name(node), "scsi_vhci")) {
635 if (libdiskmgt_str_eq(di_minor_nodetype(minor),
702 if (libdiskmgt_str_eq(di_node_name(pnode), "scsi_vhci")) {
962 } else if (libdiskmgt_str_eq(type, DDI_NT_FD)) {
1029 if (libdiskmgt_str_eq(name, "ide")) {
1033 if (libdiskmgt_str_eq(di_minor_name(minor), "scsa2usb")) {
1037 if (libdiskmgt_str_eq(type, DDI_NT_SCSI_NEXUS) ||
1038 libdiskmgt_str_eq(type, DDI_NT_SCSI_ATTACHMENT_POINT)) {
1042 if (libdiskmgt_str_eq(typ
[all...]
H A Dalias.c62 if (libdiskmgt_str_eq(dp->name, ap->alias_cxtydz) ||
63 libdiskmgt_str_eq(dp->name, ap->alias_did)) {
130 if (libdiskmgt_str_eq(name, aliases[i]->name)) {
H A Dcache.c660 if (libdiskmgt_str_eq(name, ap->alias_cxtydz) ||
661 libdiskmgt_str_eq(name, ap->alias_did)) {
687 libdiskmgt_str_eq(descp->name, name)) {
690 if (libdiskmgt_str_eq(descp->secondary_name,
790 if (libdiskmgt_str_eq(ap->alias_cxtydz, listp->alias_cxtydz) ||
791 libdiskmgt_str_eq(ap->alias_cxtydz, listp->alias_did) ||
792 libdiskmgt_str_eq(ap->alias_did, listp->alias_cxtydz) ||
793 libdiskmgt_str_eq(ap->alias_did, listp->alias_did)) {
1016 if (libdiskmgt_str_eq(descp->p.bus->name, busp->name)) {
1031 if (libdiskmgt_str_eq(desc
[all...]
H A Dbus.c104 if (libdiskmgt_str_eq(name, buses[i]->p.bus->name)) {
195 if (libdiskmgt_str_eq(name, allbuses[i]->p.bus->pname)) {
198 libdiskmgt_str_eq(bp->pname, allbuses[i]->p.bus->name)) {
H A Dinuse_mnt.c107 if (libdiskmgt_str_eq(slice, listp->special)) {
184 if (libdiskmgt_str_eq(elementp->special, listp->special) &&
185 libdiskmgt_str_eq(elementp->mountp, listp->mountp)) {
H A Devents.c341 if (libdiskmgt_str_eq(class_name, EC_DEV_ADD)) {
345 } else if (libdiskmgt_str_eq(class_name, EC_DEV_REMOVE)) {
H A Dmedia.c162 if (libdiskmgt_str_eq(name, media[i]->name)) {
358 return (libdiskmgt_str_eq(dp->name, NULL));
360 return (libdiskmgt_str_eq(dp->name, mname));
H A Dpartition.c270 if (libdiskmgt_str_eq(name, partitions[i]->name)) {
707 return (libdiskmgt_str_eq(dp->secondary_name, NULL));
709 return (libdiskmgt_str_eq(dp->secondary_name, mname));
H A Dslice.c338 return (libdiskmgt_str_eq(dp->secondary_name, NULL));
340 return (libdiskmgt_str_eq(dp->secondary_name, mname));
846 if (libdiskmgt_str_eq(path, name)) {
H A Dcontroller.c146 if (libdiskmgt_str_eq(name, controllers[i]->p.controller->name)) {
H A Dpath.c108 if (libdiskmgt_str_eq(name, paths[i]->p.path->name)) {
H A Ddisks_private.h260 int libdiskmgt_str_eq(char *nm1, char *nm2);
H A Ddrive.c1024 if (libdiskmgt_str_eq(diskname, kstat_name)) {
1090 if (libdiskmgt_str_eq(kstat_name, kstat_err_names[i])) {
H A Dentry.c1511 libdiskmgt_str_eq(char *nm1, char *nm2) function

Completed in 53 milliseconds