Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_fb.c74 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
137 if (!STREQ(parent_type, "pci") && in gfxp_check_for_console()
138 !STREQ(parent_type, "pciex")) { in gfxp_check_for_console()
227 if (STREQ(parent_type, "pci") || STREQ(parent_type, "pciex")) { in gfxp_fb_attach()
H A Dgfxp_vgatext.c129 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
160 if (STREQ(parent_type, "isa") || STREQ(parent_type, "eisa")) { in gfxp_vga_attach()
178 } else if (STREQ(parent_type, "pci") || STREQ(parent_type, "pciex")) { in gfxp_vga_attach()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c90 #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) macro
752 if (!STREQ(rsrc, RCM_RESOURCE_LINK_NEW)) { in ip_notify_event()
769 if (STREQ(nvpair_name(nvp), RCM_NV_LINKID)) { in ip_notify_event()
975 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()
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c185 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1601 #define STREQ(a, b, n) (strlen(b) == (n) && strncmp(a, b, n) == 0) macro
1614 if (STREQ(str, "default", cur - str)) { in proc_str2content()
1616 } else if (STREQ(str, "all", cur - str)) { in proc_str2content()
1618 } else if (STREQ(str, "none", cur - str)) { in proc_str2content()
1623 while (!STREQ(str, content_str[i], cur - str)) { in proc_str2content()