Home
last modified time | relevance | path

Searched refs:STRCMP (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c349 ! STRCMP(scheme, FM_FMRI_SCHEME_HC)) in fab_get_hcpath()
456 if (STRCMP(devNode->name, "range") && in fab_find_rppath_by_devbdf()
461 if (STRCMP(tprop, PCIEX_ROOT)) { in fab_find_rppath_by_devbdf()
475 if (STRCMP(devNode->name, "propgroup")) { in fab_find_rppath_by_devbdf()
478 if (STRCMP(tprop, "io")) { in fab_find_rppath_by_devbdf()
490 if (STRCMP(devNode->name, "propval")) { in fab_find_rppath_by_devbdf()
493 if (STRCMP(tprop, "dev")) { in fab_find_rppath_by_devbdf()
545 if (STRCMP(scheme, FM_FMRI_SCHEME_DEV)) { in fab_get_rcpath()
550 } else if (STRCMP(scheme, FM_FMRI_SCHEME_HC)) { in fab_get_rcpath()
700 if (STRCMP(devNode->name, "propgroup") && in fab_find_addr()
[all …]
H A Dfx_fire.c142 if (STRCMP(class, entry->err_class)) in fab_xlate_fire_ce()
172 if (STRCMP(class, entry->err_class)) in fab_xlate_fire_ue()
261 if (STRCMP(class, entry->err_class)) in fab_xlate_fire_oe()
324 if (STRCMP(class, entry->err_class) && in fab_xlate_fire_dmc()
H A Dfabric-xlate.h41 #define STRCMP(s1, s2) (strcmp((const char *)s1, (const char *)s2) == 0) macro
H A Dfx_fabric.c734 if (STRCMP(class, PCIEX_RC_FE_MSG)) in fab_prep_pcie_rc_erpt()
741 if (STRCMP(class, PCIEX_RC_NFE_MSG)) in fab_prep_pcie_rc_erpt()
762 if (STRCMP(class, PCIEX_RC_CE_MSG) && data->pcie_rp_ce_src_id) { in fab_prep_pcie_rc_erpt()
/illumos-gate/usr/src/cmd/sh/
H A Dhash.c34 #define STRCMP(A, B) (cf(A, B) != 0) macro
128 while (p != 0 && (res = STRCMP(str, p->item.key)))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c401 #define STRCMP(A, B) (COMPARE((A), (B)) > 0) macro
404 #define STRCMP(A, B) (COMPARE((A), (B)) < 0) macro
406 #define STRCMP(A, B) (COMPARE((A), (B)) != 0) macro
433 while (p != NULL && (res = STRCMP(item.key, p->item.key))) {
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.h81 #define STRCMP(a, b) strcmp((a), (b)) macro
H A Drules.c53 return (STRCMP((myword + i - j), suffix)); in Suffix()