Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c345 ! STRCMP(scheme, FM_FMRI_SCHEME_HC)) in fab_get_hcpath()
452 if (STRCMP(devNode->name, "range") && in fab_find_rppath_by_devbdf()
457 if (STRCMP(tprop, PCIEX_ROOT)) { in fab_find_rppath_by_devbdf()
471 if (STRCMP(devNode->name, "propgroup")) { in fab_find_rppath_by_devbdf()
474 if (STRCMP(tprop, "io")) { in fab_find_rppath_by_devbdf()
486 if (STRCMP(devNode->name, "propval")) { in fab_find_rppath_by_devbdf()
489 if (STRCMP(tprop, "dev")) { in fab_find_rppath_by_devbdf()
541 if (STRCMP(scheme, FM_FMRI_SCHEME_DEV)) { in fab_get_rcpath()
546 } else if (STRCMP(scheme, FM_FMRI_SCHEME_HC)) { in fab_get_rcpath()
696 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.h39 #define STRCMP(s1, s2) (strcmp((const char *)s1, (const char *)s2) == 0) macro
H A Dfx_fabric.c681 if (STRCMP(class, PCIEX_RC_FE_MSG)) in fab_prep_pcie_rc_erpt()
688 if (STRCMP(class, PCIEX_RC_NFE_MSG)) in fab_prep_pcie_rc_erpt()
709 if (STRCMP(class, PCIEX_RC_CE_MSG) && data->pcie_rp_ce_src_id) { in fab_prep_pcie_rc_erpt()
/titanic_50/usr/src/cmd/sh/
H A Dhash.c37 #define STRCMP(A, B) (cf(A, B) != 0) macro
131 while (p != 0 && (res = STRCMP(str, p->item.key)))
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c355 # define STRCMP(A, B) (COMPARE((A), (B)) > 0) macro
358 # define STRCMP(A, B) (COMPARE((A), (B)) < 0) macro
360 # define STRCMP(A, B) (COMPARE((A), (B)) != 0) macro
391 while(p != NULL && (res = STRCMP(item.key, p->item.key))) { in hsearch()
/titanic_50/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))) {
/titanic_50/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.h80 #define STRCMP(a, b) strcmp((a), (b)) macro
H A Drules.c55 return (STRCMP((myword + i - j), suffix)); in Suffix()