Searched refs:b_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dssu_external.c129 char b_type[DNS_RDATATYPE_FORMATSIZE]; local
181 dns_rdatatype_format(type, b_type, sizeof(b_type));
189 strlen(b_type) + 1 + /* Type */
213 isc_buffer_putstr(&buf, b_type);
H A Dsdlz.c1148 char b_type[DNS_RDATATYPE_FORMATSIZE]; local
1161 dns_rdatatype_format(type, b_type, sizeof(b_type));
1164 result = sdlz->dlzimp->methods->delrdataset(name, b_type,
1705 char b_type[DNS_RDATATYPE_FORMATSIZE]; local
1734 dns_rdatatype_format(type, b_type, sizeof(b_type));
1748 ret = imp->methods->ssumatch(b_signer, b_name, b_addr, b_type, b_key,
/freebsd-9.3-release/sys/dev/puc/
H A Dpuc_bfe.h45 int b_type; member in struct:puc_bar
H A Dpuc.c97 bar->b_type = SYS_RES_IOPORT;
98 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type,
102 bar->b_type = SYS_RES_MEMORY;
103 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type,
112 rm = (bar->b_type == SYS_RES_IOPORT) ? &sc->sc_ioport : &sc->sc_iomem;
117 bus_release_resource(sc->sc_dev, bar->b_type, bar->b_rid,
293 rm = (bar->b_type == SYS_RES_IOPORT)
386 bus_release_resource(sc->sc_dev, bar->b_type,
434 bus_release_resource(sc->sc_dev, bar->b_type,
499 if (type == port->p_bar->b_type)
[all...]
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsetup.c252 readcnt[sblk.b_type]++;
326 readcnt[sblk.b_type]++;
342 readcnt[sblk.b_type]++;
H A Dfsck.h142 int b_type; member in struct:bufarea
215 (bp)->b_type = type; \
H A Dfsutil.c264 bp->b_type = type;
268 if (debug && bp->b_type != type)
270 buftype[bp->b_type], buftype[type]);
311 readcnt[bp->b_type]++;
318 timespecadd(&readtime[bp->b_type], &finish);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c358 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;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c561 arc_buf_contents_t b_type; member in struct:arc_buf_hdr
1239 if (ab->b_type == ARC_BUFC_METADATA)
1259 uint64_t *size = &ab->b_state->arcs_lsize[ab->b_type];
1294 uint64_t *size = &state->arcs_lsize[ab->b_type];
1338 uint64_t *size = &old_state->arcs_lsize[ab->b_type];
1365 uint64_t *size = &new_state->arcs_lsize[ab->b_type];
1486 hdr->b_type = type;
1581 if (hdr->b_type == ARC_BUFC_DATA) {
1618 demand, prefetch, hdr->b_type != ARC_BUFC_METADATA,
1655 arc_buf_contents_t type = buf->b_hdr->b_type;
[all...]

Completed in 125 milliseconds