Searched refs:b_type (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/dev/puc/ |
| H A D | puc.c | 100 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 D | puc_bfe.h | 44 int b_type; member
|
| /freebsd/sbin/fsck_ffs/ |
| H A D | fsutil.c | 377 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 D | fsck.h | 155 int b_type; /* BT_ type below */ member 234 (bp)->b_type = type; \
|
| H A D | setup.c | 405 readcnt[sblk.b_type]++; in readsb()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | socket_wrapper.c | 356 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 D | arc_impl.h | 531 arc_buf_contents_t b_type; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 2598 foreach b_type = ["s", "u"] in { 2600 def DOT4_ # a_type # b_type : 2603 "dp4a." # a_type # "32." # b_type # "32", 2605 (!cast<Intrinsic>("int_nvvm_idp4a_" # a_type # "_" # b_type) 2612 def DOT2_ # lohi_suffix # _ # a_type # b_type : 2615 "dp2a." # lohi_suffix # "." # a_type # "32." # b_type # "32", 2617 (!cast<Intrinsic>("int_nvvm_idp2a_" # a_type # "_" # b_type)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 621 string b_type = frags[1].ptx_elt_type; 649 !or(!ne(a_type, b_type), 1075 foreach b_type = ["s", "u"] in { 1076 def int_nvvm_idp4a_ # a_type # _ # b_type : 1080 def int_nvvm_idp2a_ # a_type # _ # b_type :
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 1614 VERIFY3U(hdr->b_type, ==, type); in arc_buf_type() 1784 hdr->b_type = type; in arc_buf_alloc_l2only() 2783 VERIFY(hdr->b_type == ARC_BUFC_DATA || in arc_buf_alloc_impl() 2784 hdr->b_type == ARC_BUFC_METADATA); in arc_buf_alloc_impl() 3329 hdr->b_type = type; in arc_hdr_alloc() 3586 arc_buf_contents_t type = hdr->b_type; in l2arc_hdr_arcstats_update() 5370 VERIFY3U(hdr->b_type, ==, type); in arc_free_data_impl() 6776 VERIFY3U(nhdr->b_type, ==, type); in arc_release() 11619 L2BLK_SET_TYPE((le)->le_prop, hdr->b_type); in l2arc_log_blk_insert()
|