Home
last modified time | relevance | path

Searched refs:STREQ (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/tnf/tnfdump/
H A Dcooked.c43 #define STREQ(s1, s2, n) (strncmp(s1, s2, n) == 0) macro
131 if (STREQ(name_str, PROBE_TYPE, strlen(name_str))) in describe_c_record()
161 if ((!STREQ(slotname, TNF_N_TAG, slot_len)) && in describe_probe_type()
162 (!STREQ(slotname, TNF_N_PROPERTIES, slot_len)) && in describe_probe_type()
163 (!STREQ(slotname, TNF_N_SLOT_TYPES, slot_len)) && in describe_probe_type()
164 (!STREQ(slotname, TNF_N_TYPE_SIZE, slot_len)) && in describe_probe_type()
165 (!STREQ(slotname, TNF_N_SLOT_NAMES, slot_len))) { in describe_probe_type()
/titanic_50/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c242 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
296 if (!STREQ(parent_type, "pci") && in gfxp_check_for_console()
297 !STREQ(parent_type, "pciex")) { in gfxp_check_for_console()
368 if (STREQ(parent_type, "isa") || STREQ(parent_type, "eisa")) { in gfxp_vgatext_attach()
387 } else if (STREQ(parent_type, "pci") || STREQ(parent_type, "pciex")) { in gfxp_vgatext_attach()
/titanic_50/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c326 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
406 if (!STREQ(parent_type, "pci") && in vgatext_check_for_console()
407 !STREQ(parent_type, "pciex")) { in vgatext_check_for_console()
489 if (STREQ(parent_type, "isa") || STREQ(parent_type, "eisa")) { in vgatext_attach()
506 } else if (STREQ(parent_type, "pci") || STREQ(parent_type, "pciex")) { in vgatext_attach()
/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c89 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
751 if (!STREQ(rsrc, RCM_RESOURCE_LINK_NEW)) { in ip_notify_event()
768 if (STREQ(nvpair_name(nvp), RCM_NV_LINKID)) { in ip_notify_event()
974 STREQ(rsrc, probe->ip_resource)) { in cache_lookup()
1882 STREQ(arg, IP_MOD_NAME) || STREQ(arg, ARP_MOD_NAME)) { in modop()
2489 if (STREQ("group", token) && in isgrouped()
/titanic_50/usr/src/lib/libproc/common/
H A DPgcore.c1525 #define STREQ(a, b, n) (strlen(b) == (n) && strncmp(a, b, n) == 0) macro
1538 if (STREQ(str, "default", cur - str)) { in proc_str2content()
1540 } else if (STREQ(str, "all", cur - str)) { in proc_str2content()
1542 } else if (STREQ(str, "none", cur - str)) { in proc_str2content()
1547 while (!STREQ(str, content_str[i], cur - str)) { in proc_str2content()