Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/puc/
H A Dpuc.c101 bar->b_type = SYS_RES_IOPORT; in puc_get_bar()
102 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
106 bar->b_type = SYS_RES_MEMORY; in puc_get_bar()
107 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
121 bus_release_resource(sc->sc_dev, bar->b_type, bar->b_rid, in puc_get_bar()
297 rm = (bar->b_type == SYS_RES_IOPORT) in puc_bfe_attach()
389 bus_release_resource(sc->sc_dev, bar->b_type, in puc_bfe_attach()
436 bus_release_resource(sc->sc_dev, bar->b_type, in puc_bfe_detach()
501 if (type == port->p_bar->b_type) in puc_bus_alloc_resource()
549 if (type == port->p_bar->b_type) { in puc_bus_release_resource()
[all …]
H A Dpuc_bfe.h44 int b_type; member
/freebsd-14.2/sbin/fsck_ffs/
H A Dfsutil.c384 bp->b_type = type; in getdatablk()
391 if (debug && bp->b_type != type) { in getdatablk()
412 readcnt[bp->b_type]++; in getblk()
419 timespecadd(&readtime[bp->b_type], &finish, in getblk()
420 &readtime[bp->b_type]); in getblk()
465 switch (bp->b_type) { in flush()
682 switch (bp->b_type) { in ckfini()
1410 "index %jd\n", bp, BT_BUFTYPE(bp->b_type), (intmax_t) bp->b_bno, in prtbuf()
H A Dfsck.h159 int b_type; /* BT_ type below */ member
238 (bp)->b_type = type; \
H A Dsetup.c413 readcnt[sblk.b_type]++; in readsb()
/freebsd-14.2/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-14.2/sys/contrib/openzfs/include/sys/
H A Darc_impl.h476 arc_buf_contents_t b_type; member
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Darc.c1555 VERIFY3U(hdr->b_type, ==, type); in arc_buf_type()
1723 hdr->b_type = type; in arc_buf_alloc_l2only()
2723 VERIFY(hdr->b_type == ARC_BUFC_DATA || in arc_buf_alloc_impl()
2724 hdr->b_type == ARC_BUFC_METADATA); in arc_buf_alloc_impl()
3263 hdr->b_type = type; in arc_hdr_alloc()
3522 arc_buf_contents_t type = hdr->b_type; in l2arc_hdr_arcstats_update()
4988 VERIFY3U(hdr->b_type, ==, type); in arc_free_data_impl()
6253 VERIFY3U(hdr->b_type, ==, type); in arc_release()
6339 VERIFY3U(nhdr->b_type, ==, type); in arc_release()
10591 L2BLK_SET_TYPE((le)->le_prop, hdr->b_type); in l2arc_log_blk_insert()
/freebsd-14.2/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),