Home
last modified time | relevance | path

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

/freebsd/sys/dev/puc/
H A Dpuc.c100 bar->b_type = SYS_RES_IOPORT; in puc_get_bar()
101 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
105 bar->b_type = SYS_RES_MEMORY; in puc_get_bar()
106 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
115 rm = (bar->b_type == SYS_RES_IOPORT) ? &sc->sc_ioport : &sc->sc_iomem; in puc_get_bar()
120 bus_release_resource(sc->sc_dev, bar->b_type, bar->b_rid, in puc_get_bar()
296 rm = (bar->b_type == SYS_RES_IOPORT) in puc_bfe_attach()
387 bus_release_resource(sc->sc_dev, bar->b_type, in puc_bfe_attach()
432 bus_release_resource(sc->sc_dev, bar->b_type, in puc_bfe_detach()
497 if (type == port->p_bar->b_type) in puc_bus_alloc_resource()
[all …]
H A Dpuc_bfe.h44 int b_type; member
/freebsd/sbin/fsck_ffs/
H A Dfsutil.c377 bp->b_type = type; in getdatablk()
384 if (debug && bp->b_type != type) { in getdatablk()
405 readcnt[bp->b_type]++; in getblk()
412 timespecadd(&readtime[bp->b_type], &finish, in getblk()
413 &readtime[bp->b_type]); in getblk()
458 switch (bp->b_type) { in flush()
675 switch (bp->b_type) { in ckfini()
1403 "index %jd\n", bp, BT_BUFTYPE(bp->b_type), (intmax_t) bp->b_bno, in prtbuf()
H A Dfsck.h154 int b_type; /* BT_ type below */
233 (bp)->b_type = type; \
158 int b_type; /* BT_ type below */ global() member
H A Dsetup.c406 readcnt[sblk.b_type]++; in readsb()
/freebsd/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/sys/contrib/openzfs/include/sys/
H A Darc_impl.h476 arc_buf_contents_t b_type; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1572 VERIFY3U(hdr->b_type, ==, type); in arc_buf_type()
1742 hdr->b_type = type; in arc_buf_alloc_l2only()
2741 VERIFY(hdr->b_type == ARC_BUFC_DATA || in arc_buf_alloc_impl()
2742 hdr->b_type == ARC_BUFC_METADATA); in arc_buf_alloc_impl()
3281 hdr->b_type = type; in arc_hdr_alloc()
3538 arc_buf_contents_t type = hdr->b_type; in l2arc_hdr_arcstats_update()
5135 VERIFY3U(hdr->b_type, ==, type); in arc_free_data_impl()
6483 VERIFY3U(hdr->b_type, ==, type); in arc_release()
6569 VERIFY3U(nhdr->b_type, ==, type); in arc_release()
10957 L2BLK_SET_TYPE((le)->le_prop, hdr->b_type); in l2arc_log_blk_insert()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td478 string b_type = frags[1].ptx_elt_type;
506 !or(!ne(a_type, b_type),