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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c418 if (libdiskmgt_str_eq(cp->ctype, "scsi")) {
422 if (libdiskmgt_str_eq(di_node_name(node), "scsi_vhci")) {
637 if (libdiskmgt_str_eq(di_minor_nodetype(minor),
704 if (libdiskmgt_str_eq(di_node_name(pnode), "scsi_vhci")) {
895 if (libdiskmgt_str_eq(dp->controllers[j]->name,
1048 } else if (libdiskmgt_str_eq(type, DDI_NT_FD)) {
1115 if (libdiskmgt_str_eq(name, "ide")) {
1119 if (libdiskmgt_str_eq(di_minor_name(minor), "scsa2usb")) {
1123 if (libdiskmgt_str_eq(type, DDI_NT_SCSI_NEXUS) ||
1124 libdiskmgt_str_eq(typ
[all...]
H A Dbus.c108 if (libdiskmgt_str_eq(name, buses[i]->p.bus->name)) {
199 if (libdiskmgt_str_eq(name, allbuses[i]->p.bus->pname)) {
202 libdiskmgt_str_eq(bp->pname, allbuses[i]->p.bus->name)) {
H A Dalias.c66 if (libdiskmgt_str_eq(dp->name, ap->alias)) {
133 if (libdiskmgt_str_eq(name, aliases[i]->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 Dcache.c594 if (libdiskmgt_str_eq(name, ap->alias)) {
618 libdiskmgt_str_eq(descp->name, name)) {
621 if (libdiskmgt_str_eq(descp->secondary_name,
722 if (libdiskmgt_str_eq(ap->alias, listp->alias)) {
942 if (libdiskmgt_str_eq(descp->p.bus->name, busp->name)) {
957 if (libdiskmgt_str_eq(descp->p.controller->name,
995 if (libdiskmgt_str_eq(descp->p.path->name,
H A Dmedia.c162 if (libdiskmgt_str_eq(name, media[i]->name)) {
360 return (libdiskmgt_str_eq(dp->name, NULL));
362 return (libdiskmgt_str_eq(dp->name, mname));
H A Devents.c345 if (libdiskmgt_str_eq(class_name, EC_DEV_ADD)) {
349 } else if (libdiskmgt_str_eq(class_name, EC_DEV_REMOVE)) {
H A Dpartition.c271 if (libdiskmgt_str_eq(name, partitions[i]->name)) {
708 return (libdiskmgt_str_eq(dp->secondary_name, NULL));
710 return (libdiskmgt_str_eq(dp->secondary_name, mname));
H A Dslice.c347 return (libdiskmgt_str_eq(dp->secondary_name, NULL));
349 return (libdiskmgt_str_eq(dp->secondary_name, mname));
833 if (libdiskmgt_str_eq(path, name)) {
H A Dcontroller.c150 if (libdiskmgt_str_eq(name, controllers[i]->p.controller->name)) {
H A Ddisks_private.h254 int libdiskmgt_str_eq(char *nm1, char *nm2);
H A Dpath.c111 if (libdiskmgt_str_eq(name, paths[i]->p.path->name)) {
H A Ddrive.c979 if (libdiskmgt_str_eq(diskname, kstat_name)) {
1045 if (libdiskmgt_str_eq(kstat_name, kstat_err_names[i])) {
H A Dentry.c1164 libdiskmgt_str_eq(char *nm1, char *nm2) function

Completed in 81 milliseconds