Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/puc/
H A Dpuc.c103 bar->b_type = SYS_RES_IOPORT; in puc_get_bar()
104 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
108 bar->b_type = SYS_RES_MEMORY; in puc_get_bar()
109 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
123 bus_release_resource(sc->sc_dev, bar->b_type, bar->b_rid, in puc_get_bar()
299 rm = (bar->b_type == SYS_RES_IOPORT) in puc_bfe_attach()
391 bus_release_resource(sc->sc_dev, bar->b_type, in puc_bfe_attach()
438 bus_release_resource(sc->sc_dev, bar->b_type, in puc_bfe_detach()
503 if (type == port->p_bar->b_type) in puc_bus_alloc_resource()
551 if (type == port->p_bar->b_type) { in puc_bus_release_resource()
[all …]
H A Dpuc_bfe.h47 int b_type; member
/freebsd-13.1/sbin/fsck_ffs/
H A Dfsutil.c371 bp->b_type = type; in getdatablk()
377 if (debug && bp->b_type != type) { in getdatablk()
400 readcnt[bp->b_type]++; in getblk()
403 if (bp->b_type != BT_EMPTY) in getblk()
411 timespecadd(&readtime[bp->b_type], &finish, in getblk()
412 &readtime[bp->b_type]); in getblk()
448 switch (bp->b_type) { in flush()
625 switch (bp->b_type) { in ckfini()
1253 "index %jd\n", msg, bp, BT_BUFTYPE(bp->b_type), (intmax_t) bp->b_bno, in prtbuf()
H A Dfsck.h160 int b_type; /* BT_ type below */ member
242 (bp)->b_type = type; \
H A Dsetup.c260 readcnt[sblk.b_type]++; in readsb()
/freebsd-13.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-13.1/sys/contrib/openzfs/module/zfs/
H A Darc.c1552 VERIFY3U(hdr->b_type, ==, type); in arc_buf_type()
1718 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()
3287 hdr->b_type = type; in arc_hdr_alloc()
3469 nhdr->b_type = hdr->b_type; in arc_hdr_realloc_crypt()
3512 hdr->b_type = ARC_BUFC_INVALID; in arc_hdr_realloc_crypt()
5341 VERIFY3U(hdr->b_type, ==, type); in arc_get_data_impl()
5423 VERIFY3U(hdr->b_type, ==, type); in arc_free_data_impl()
6651 VERIFY3U(hdr->b_type, ==, type); in arc_release()
[all …]
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Darc_impl.h466 arc_buf_contents_t b_type; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td452 string b_type = frags[1].ptx_elt_type;
480 !or(!ne(a_type, b_type),