Searched refs:nm1 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h254 int libdiskmgt_str_eq(char *nm1, char *nm2);
H A Dentry.c1164 libdiskmgt_str_eq(char *nm1, char *nm2) argument
1166 if (nm1 == NULL) {
1168 (void) fprintf(stderr, "WARNING: str_eq nm1 NULL\n");
1178 /* nm1 != NULL */
1187 if (strcmp(nm1, nm2) == 0) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c927 const char *nm1 = ((rdsk_node_t *)arg1)->rn_name; local
936 nm1slice = strstr(nm1, "s0");
944 nm1slice = strstr(nm1, "s2");
953 rv = strcmp(nm1, nm2);
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c843 char *nm1 = NULL; local
848 (void) nvlist_lookup_string(hcp1[i], FM_FMRI_HC_NAME, &nm1);
852 if (nm1 == NULL || nm2 == NULL || id1 == NULL || id2 == NULL)
855 if (strcmp(nm1, nm2) == 0 &&
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c401 char *nm1 = NULL; local
406 (void) nvlist_lookup_string(hcp1[i], FM_FMRI_HC_NAME, &nm1);
410 if (nm1 == NULL || nm2 == NULL || id1 == NULL || id2 == NULL)
413 if (strcmp(nm1, nm2) == 0 && strcmp(id1, id2) == 0)

Completed in 80 milliseconds