Lines Matching defs:client_name
937 * Given client_name return whether it is a phci or vhci based name.
938 * client_name is /devices name of a client without the /devices prefix.
940 * client_name Return value
946 client_name_type(char *client_name)
951 logdmsg(("client_name_type: client_name = %s\n", client_name));
953 if (strncmp(client_name, SLASH_SCSI_VHCI,
957 if (*client_name != '/')
960 if ((p1 = strrchr(client_name, '/')) == NULL)
965 if ((p2 = strrchr(client_name, '/')) != NULL &&