| /src/sys/arch/sparc64/dev/ |
| pcfiic_ebus.c | 64 char compat[32]; local 73 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) == -1) 76 if (strcmp(compat, "pcf8584") == 0 || 77 strcmp(compat, "i2cpcf,8584") == 0 || 78 strcmp(compat, "SUNW,i2c-pic16f747") == 0 || 79 strcmp(compat, "SUNW,bbc-i2c") == 0) 91 char compat[32]; local 107 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) > 0 & [all...] |
| bq4802_ebus.c | 81 char *compat; local 86 compat = prom_getpropstring(ea->ea_node, "compatible"); 87 if (compat != NULL && !strcmp(compat, "bq4802"))
|
| com_ebus.c | 81 char *compat; local 84 compat = prom_getpropstring(ea->ea_node, "compatible"); 85 if (strcmp(compat, "su16550") == 0 || 86 strcmp(compat, "su16552") == 0 || 87 strcmp(compat, "su") == 0 || 88 strcmp(compat, "FJSV,su") == 0) {
|
| jbus-i2c.c | 140 char name[64], compat[256]; local 160 memset(compat, 0, sizeof(compat)); 162 compat, 255) <= 0) 171 prop_dictionary_set_data(dev, "compatible", compat, 172 strlen(compat)+1);
|
| /src/sys/dev/i2c/ |
| i2c_enum.h | 44 const char *compat; member in struct:i2c_deventry 90 entry->compat, 0, entry->addr,
|
| fan53555.c | 93 { .compat = "silergy,syr827", .value = FAN_VENDOR_SILERGY }, 94 { .compat = "silergy,syr828", .value = FAN_VENDOR_SILERGY }, 304 const struct device_compatible_entry *compat; local 312 compat = iic_compatible_lookup(ia, compat_data); 313 KASSERT(compat != NULL); 315 if (fan53555_init(sc, compat->value) != 0)
|
| /src/sys/arch/macppc/dev/ |
| smuiic.c | 78 char compat[256]; local 101 compat, 256) <= 0) 108 data = prop_data_create_copy(compat, strlen(compat)+1);
|
| uni-n.c | 81 char compat[32]; local 87 memset(compat, 0, sizeof(compat)); 89 OF_getprop(ca->ca_node, "compatible", compat, sizeof(compat)); 90 if (strcmp(compat, "uni-north") != 0)
|
| /src/sys/arch/macppc/macppc/ |
| interrupts.c | 58 const char *compat[] = { variable 84 while ((pic != 0) && !of_compatible(pic, compat))
|
| pic_heathrow.c | 74 static const char *compat[] = { variable 91 if (! of_compatible(heathrow, compat))
|
| /src/external/gpl3/binutils/dist/bfd/ |
| cpu-i386.c | 33 const bfd_arch_info_type *compat = bfd_default_compatible (a, b); local 36 if (compat 38 compat = NULL; 40 return compat;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cpu-i386.c | 33 const bfd_arch_info_type *compat = bfd_default_compatible (a, b); local 36 if (compat 38 compat = NULL; 40 return compat;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cpu-i386.c | 33 const bfd_arch_info_type *compat = bfd_default_compatible (a, b); local 36 if (compat 38 compat = NULL; 40 return compat;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cpu-i386.c | 33 const bfd_arch_info_type *compat = bfd_default_compatible (a, b); local 36 if (compat 38 compat = NULL; 40 return compat;
|
| /src/crypto/external/bsd/openssh/dist/ |
| packet.h | 73 uint32_t compat; member in struct:ssh
|
| ssh-pkcs11-helper.c | 108 u_int compat; local 117 (r = sshbuf_get_u32(iqueue, &compat)) != 0) 126 alg, NULL, NULL, compat)) != 0) {
|
| ssh-sk-helper.c | 98 const char *sk_pin, u_int compat) 114 uint32_t compat; local 124 (r = sshbuf_get_u32(req, &compat)) != 0 || 138 "msg len %zu, compat 0x%lx", sshkey_type(key), 139 provider, msglen, (u_long)compat); 144 message, msglen, compat, pin)) != 0) {
|
| /src/sys/arch/amd64/stand/prekern/ |
| locore.S | 535 jmp compat 536 compat: label
|
| /src/sys/arch/macppc/pci/ |
| grackle.c | 63 char compat[32]; local 68 memset(compat, 0, sizeof(compat)); 69 OF_getprop(ca->ca_node, "compatible", compat, sizeof(compat)); 70 if (strcmp(compat, "grackle") != 0)
|
| u3.c | 78 char compat[32]; local 83 memset(compat, 0, sizeof(compat)); 84 OF_getprop(ca->ca_node, "compatible", compat, sizeof(compat)); 86 if (strcmp(compat, "u3-ht") != 0)
|
| uninorth.c | 66 char compat[32]; local 71 memset(compat, 0, sizeof(compat)); 72 OF_getprop(ca->ca_node, "compatible", compat, sizeof(compat)); 73 if (strcmp(compat, "uni-north") != 0 && 74 strcmp(compat, "u3-agp") != 0 && 75 strcmp(compat, "u4-pcie") != 0) 90 char compat[32]; local 101 memset(compat, 0, sizeof(compat)) [all...] |
| /src/sys/arch/amd64/amd64/ |
| locore.S | 856 jmp compat 857 compat: label
|
| /src/sys/dev/ebus/ |
| cs4231_ebus.c | 141 char *compat; local 148 compat = NULL; 149 if (prom_getprop(ea->ea_node, "compatible", 1, &total_size, &compat) == 0) { 151 if (strcmp(compat, AUDIOCS_PROM_NAME) == 0) 156 if (strcmp(compat, "cs4231") == 0) 159 len = strlen(compat) + 1; 161 compat += len;
|
| /src/usr.bin/fmt/ |
| fmt.c | 105 int compat = 1; local 124 compat = 0; 129 compat = 0; 144 if (compat && argc > 0 && getnum(*argv, "goal", &goal_length, 0)) {
|
| /src/usr.sbin/nfsd/ |
| nfsd.c | 426 int s, compat; local 432 compat = reregister = 0; 474 compat |= 2; 479 compat |= 1; 491 if (compat == 3) {
|