| /src/sys/dev/i2c/ |
| i2c_enum.h | 44 const char *compat; member in struct:i2c_deventry 90 entry->compat, 0, entry->addr,
|
| i2c_enum.h | 44 const char *compat; member in struct:i2c_deventry 90 entry->compat, 0, entry->addr,
|
| /src/sys/arch/powerpc/mpc5200/ |
| mpc5200_ohci.c | 73 char compat[40]; local 79 len = OF_getprop(oba->obio_node, "compatible", compat, sizeof(compat)); 81 (strcmp(compat, "mpc5200-ohci") == 0 || 82 strcmp(compat, "mpc5200b-ohci") == 0 || 83 strcmp(compat, "mpc5200-usb-ohci") == 0 || 84 strcmp(compat, "mpc5200b-usb-ohci") == 0))
|
| sram.c | 66 char compat[32]; local 72 len = OF_getprop(oba->obio_node, "compatible", compat, sizeof(compat)); 74 (strcmp(compat, "mpc5200-sram") == 0 || 75 strcmp(compat, "mpc5200b-sram") == 0))
|
| mpc5200_ohci.c | 73 char compat[40]; local 79 len = OF_getprop(oba->obio_node, "compatible", compat, sizeof(compat)); 81 (strcmp(compat, "mpc5200-ohci") == 0 || 82 strcmp(compat, "mpc5200b-ohci") == 0 || 83 strcmp(compat, "mpc5200-usb-ohci") == 0 || 84 strcmp(compat, "mpc5200b-usb-ohci") == 0))
|
| sram.c | 66 char compat[32]; local 72 len = OF_getprop(oba->obio_node, "compatible", compat, sizeof(compat)); 74 (strcmp(compat, "mpc5200-sram") == 0 || 75 strcmp(compat, "mpc5200b-sram") == 0))
|
| /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 112 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) > 0 & [all...] |
| 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 112 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) > 0 & [all...] |
| 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) {
|
| 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) {
|
| bq4802_ebus.c | 85 char *compat; local 90 compat = prom_getpropstring(ea->ea_node, "compatible"); 91 if (compat != NULL && !strcmp(compat, "bq4802"))
|
| /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);
|
| 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)
|
| 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))
|
| interrupts.c | 58 const char *compat[] = { variable 84 while ((pic != 0) && !of_compatible(pic, 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;
|
| 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;
|
| 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;
|
| 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
|