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

/freebsd-11-stable/sys/dev/puc/
H A Dpuc_bfe.h45 int b_type; member in struct:puc_bar
H A Dpuc.c100 bar->b_type = SYS_RES_IOPORT;
101 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type,
105 bar->b_type = SYS_RES_MEMORY;
106 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type,
115 rm = (bar->b_type == SYS_RES_IOPORT) ? &sc->sc_ioport : &sc->sc_iomem;
120 bus_release_resource(sc->sc_dev, bar->b_type, bar->b_rid,
296 rm = (bar->b_type == SYS_RES_IOPORT)
388 bus_release_resource(sc->sc_dev, bar->b_type,
435 bus_release_resource(sc->sc_dev, bar->b_type,
500 if (type == port->p_bar->b_type)
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dsetup.c259 readcnt[sblk.b_type]++;
330 readcnt[sblk.b_type]++;
346 readcnt[sblk.b_type]++;
H A Dfsck.h142 int b_type; member in struct:bufarea
215 (bp)->b_type = type; \
H A Dfsutil.c284 bp->b_type = type;
288 if (debug && bp->b_type != type)
290 buftype[bp->b_type], buftype[type]);
331 readcnt[bp->b_type]++;
338 timespecadd(&readtime[bp->b_type], &finish);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c356 char b_type = '\0'; local
366 b_type = SOCKET_TYPE_CHAR_UDP;
376 } else if (b_type && addr == 0x7FFFFFFF) {
379 type = b_type;
456 char b_type = '\0'; local
470 b_type = SOCKET_TYPE_CHAR_UDP;
484 } else if (b_type && addr == 0x7FFFFFFF) {
487 type = b_type;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1106 arc_buf_contents_t b_type; member in struct:arc_buf_hdr
2080 VERIFY3U(hdr->b_type, ==, type);
2834 VERIFY(hdr->b_type == ARC_BUFC_DATA ||
2835 hdr->b_type == ARC_BUFC_METADATA);
3273 hdr->b_type = type;
4932 VERIFY3U(hdr->b_type, ==, type);
5015 VERIFY3U(hdr->b_type, ==, type);
5978 VERIFY3U(hdr->b_type, ==, type);
6064 VERIFY3U(nhdr->b_type, ==, type);

Completed in 119 milliseconds