Searched refs:STREQ (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_fb.c | 74 #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 D | gfxp_vgatext.c | 129 #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 D | ip_rcm.c | 90 #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 D | vgatext.c | 185 #define STREQ(a, b) (strcmp((a), (b)) == 0) macro
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1616 #define STREQ(a, b, n) (strlen(b) == (n) && strncmp(a, b, n) == 0) macro 1629 if (STREQ(str, "default", cur - str)) { in proc_str2content() 1631 } else if (STREQ(str, "all", cur - str)) { in proc_str2content() 1633 } else if (STREQ(str, "none", cur - str)) { in proc_str2content() 1638 while (!STREQ(str, content_str[i], cur - str)) { in proc_str2content()
|