| /src/external/mpl/bind/dist/lib/dns/ |
| ssu_external.c | 121 char b_type[DNS_RDATATYPE_FORMATSIZE]; local 177 dns_rdatatype_format(type, b_type, sizeof(b_type)); 185 strlen(b_type) + 1 + /* Type */ 204 isc_buffer_putstr(&buf, b_type);
|
| sdlz.c | 1097 char b_type[DNS_RDATATYPE_FORMATSIZE]; local 1111 dns_rdatatype_format(type, b_type, sizeof(b_type)); 1115 name, b_type, sdlz->dlzimp->driverarg, sdlz->dbdata, version); 1611 char b_type[DNS_RDATATYPE_FORMATSIZE]; local 1643 dns_rdatatype_format(type, b_type, sizeof(b_type)); 1658 ret = imp->methods->ssumatch(b_signer, b_name, b_addr, b_type, b_key,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| ssu_external.c | 127 char b_type[DNS_RDATATYPE_FORMATSIZE]; local 183 dns_rdatatype_format(type, b_type, sizeof(b_type)); 191 strlen(b_type) + 1 + /* Type */ 210 isc_buffer_putstr(&buf, b_type);
|
| sdlz.c | 1169 char b_type[DNS_RDATATYPE_FORMATSIZE]; local 1183 dns_rdatatype_format(type, b_type, sizeof(b_type)); 1187 name, b_type, sdlz->dlzimp->driverarg, sdlz->dbdata, version); 1740 char b_type[DNS_RDATATYPE_FORMATSIZE]; local 1772 dns_rdatatype_format(type, b_type, sizeof(b_type)); 1787 ret = imp->methods->ssumatch(b_signer, b_name, b_addr, b_type, b_key,
|
| /src/regress/sys/uvm/pdsim/ |
| lirs.c | 47 int b_type; member in struct:buf 74 (bp->b_type == B_L) ? "L" : 75 (bp->b_type == (B_H | B_R)) ? "HR" : 76 (bp->b_type == B_H) ? "H" : 77 (bp->b_type == 0) ? "free" : 107 if (bufs->b_type == 0) { 128 assert(bp->b_type == (B_H | B_R)); 130 bp->b_type &= ~B_R; 142 if (bp->b_type == B_L) { 149 if ((bp->b_type & B_R) == 0) [all...] |
| /src/usr.sbin/wsmoused/ |
| wsmoused.h | 82 int b_type; member in struct:block
|
| /src/games/hunt/huntd/ |
| hunt.h | 113 char b_type; member in struct:bullet_def
|
| /src/sys/arch/xen/xen/ |
| pciback.c | 96 int b_type; member in struct:pciback_pci_softc::pci_bar 243 sc->sc_bars[i].b_type = pci_mapreg_type(pa->pa_pc, pa->pa_tag, 246 sc->sc_bars[i].b_type, 0, 252 (sc->sc_bars[i].b_type == PCI_MAPREG_TYPE_IO) ? 258 if (sc->sc_bars[i].b_type == 330 (sc->sc_bars[i].b_type == PCI_MAPREG_TYPE_IO) ?
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| socket_wrapper.c | 358 char b_type = '\0'; local 368 b_type = SOCKET_TYPE_CHAR_UDP; 378 } else if (b_type && addr == 0x7FFFFFFF) { 381 type = b_type; 458 char b_type = '\0'; local 472 b_type = SOCKET_TYPE_CHAR_UDP; 486 } else if (b_type && addr == 0x7FFFFFFF) { 489 type = b_type;
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| arc.c | 1039 arc_buf_contents_t b_type; member in struct:arc_buf_hdr 1909 VERIFY3U(hdr->b_type, ==, type); 2499 VERIFY(hdr->b_type == ARC_BUFC_DATA || 2500 hdr->b_type == ARC_BUFC_METADATA); 2879 hdr->b_type = type; 4418 VERIFY3U(hdr->b_type, ==, type); 4483 VERIFY3U(hdr->b_type, ==, type); 5358 VERIFY3U(hdr->b_type, ==, type); 5446 VERIFY3U(nhdr->b_type, ==, type);
|