Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/puc/
H A Dpuc.c102 bar->b_type = SYS_RES_IOPORT; in puc_get_bar()
103 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
107 bar->b_type = SYS_RES_MEMORY; in puc_get_bar()
108 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
122 bus_release_resource(sc->sc_dev, bar->b_type, bar->b_rid, in puc_get_bar()
298 rm = (bar->b_type == SYS_RES_IOPORT) in puc_bfe_attach()
390 bus_release_resource(sc->sc_dev, bar->b_type, in puc_bfe_attach()
437 bus_release_resource(sc->sc_dev, bar->b_type, in puc_bfe_detach()
502 if (type == port->p_bar->b_type) in puc_bus_alloc_resource()
550 if (type == port->p_bar->b_type) { in puc_bus_release_resource()
[all …]
H A Dpuc_bfe.h47 int b_type; member
/freebsd-12.1/sbin/fsck_ffs/
H A Dfsutil.c287 bp->b_type = type; in getdatablk()
291 if (debug && bp->b_type != type) in getdatablk()
293 buftype[bp->b_type], buftype[type]); in getdatablk()
312 readcnt[bp->b_type]++; in getblk()
319 timespecadd(&readtime[bp->b_type], &finish, in getblk()
320 &readtime[bp->b_type]); in getblk()
346 switch (bp->b_type) { in flush()
H A Dfsck.h144 int b_type; member
217 (bp)->b_type = type; \
H A Dsetup.c263 readcnt[sblk.b_type]++; in setup()
325 readcnt[sblk.b_type]++; in readsb()
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c356 char b_type = '\0'; in convert_in_un_remote() local
366 b_type = SOCKET_TYPE_CHAR_UDP; in convert_in_un_remote()
376 } else if (b_type && addr == 0x7FFFFFFF) { in convert_in_un_remote()
379 type = b_type; in convert_in_un_remote()
456 char b_type = '\0'; in convert_in_un_alloc() local
470 b_type = SOCKET_TYPE_CHAR_UDP; in convert_in_un_alloc()
484 } else if (b_type && addr == 0x7FFFFFFF) { in convert_in_un_alloc()
487 type = b_type; in convert_in_un_alloc()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1183 arc_buf_contents_t b_type; member
2169 VERIFY3U(hdr->b_type, ==, type); in arc_buf_type()
2984 VERIFY(hdr->b_type == ARC_BUFC_DATA || in arc_buf_alloc_impl()
2985 hdr->b_type == ARC_BUFC_METADATA); in arc_buf_alloc_impl()
3423 hdr->b_type = type; in arc_hdr_alloc()
5238 VERIFY3U(hdr->b_type, ==, type); in arc_get_data_impl()
5321 VERIFY3U(hdr->b_type, ==, type); in arc_free_data_impl()
6326 VERIFY3U(hdr->b_type, ==, type); in arc_release()
6412 VERIFY3U(nhdr->b_type, ==, type); in arc_release()