Searched refs:buftype (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dsa.c134 static int sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype);
552 * the buftype is SA_BONUS.
556 dmu_buf_t *db, sa_buf_type_t buftype, int full_space, int *index,
564 if (buftype == SA_BONUS && sa->sa_force_spill) {
607 buftype == SA_BONUS && *index == -1 &&
612 if (buftype == SA_SPILL ||
623 ASSERT(buftype == SA_BONUS);
640 buftype == SA_BONUS)
664 sa_buf_type_t buftype; local
726 buftype
555 sa_find_sizes(sa_os_t *sa, sa_bulk_attr_t *attr_desc, int attr_count, dmu_buf_t *db, sa_buf_type_t buftype, int full_space, int *index, int *total, boolean_t *will_spill) argument
1234 sa_byteswap(sa_handle_t *hdl, sa_buf_type_t buftype) argument
1275 sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype) argument
[all...]
/freebsd-current/sbin/fsck_ffs/
H A Dfsck.h213 extern char *buftype[];
215 type < BT_NUMBUFTYPES ? buftype[type] : buftype[BT_UNKNOWN]
H A Dfsutil.c81 char *buftype[BT_NUMBUFTYPES] = BT_NAMES; variable
852 buftype[i], readcnt[i], readcnt[i] * 100 / diskreads,
/freebsd-current/sys/kgssapi/krb5/
H A Dkcrypto_aes.c137 aes_encrypt_1(const struct krb5_key_state *ks, int buftype, void *buf, argument
156 if (buftype == CRYPTO_BUF_MBUF)
/freebsd-current/sys/cam/nvme/
H A Dnvme_da.c685 uintptr_t buftype; local
687 buftype = (uintptr_t)arg;
688 if (buftype == CDAI_TYPE_PHYS_PATH) {
H A Dnvme_xpt.c660 switch(cdai->buftype) {
735 (void *)(uintptr_t)cdai->buftype);
/freebsd-current/sys/cam/scsi/
H A Dscsi_pass.c527 uintptr_t buftype; local
529 buftype = (uintptr_t)arg;
530 if (buftype == CDAI_TYPE_PHYS_PATH) {
H A Dscsi_enc_ses.c1047 cdai.buftype = CDAI_TYPE_PHYS_PATH;
1058 cdai.buftype = CDAI_TYPE_PHYS_PATH;
1109 cdai.buftype = CDAI_TYPE_SCSI_DEVID;
H A Dscsi_xpt.c2510 switch(cdai->buftype) {
2612 (void *)(uintptr_t)cdai->buftype);
H A Dscsi_da.c2163 uintptr_t buftype; local
2165 buftype = (uintptr_t)arg;
2166 if (buftype == CDAI_TYPE_PHYS_PATH) {
6208 cdai.buftype = CDAI_TYPE_RCAPLONG;
H A Dscsi_sa.c2562 cdai.buftype = CDAI_TYPE_EXT_INQ;
/freebsd-current/sys/cam/mmc/
H A Dmmc_xpt.c340 ("%s: request %x\n", __func__, cdai->buftype));
346 switch(cdai->buftype) {
370 panic("Unknown buftype");
H A Dmmc_da.c702 uintptr_t buftype; local
706 buftype = (uintptr_t)arg;
707 if (buftype == CDAI_TYPE_PHYS_PATH) {
/freebsd-current/sys/cam/ata/
H A Data_da.c1377 uintptr_t buftype; local
1379 buftype = (uintptr_t)arg;
1380 if (buftype == CDAI_TYPE_PHYS_PATH) {
H A Data_xpt.c1720 switch(cdai->buftype) {
1777 (void *)(uintptr_t)cdai->buftype);
/freebsd-current/sys/dev/mpr/
H A Dmpr_sas.c3343 uintptr_t buftype; local
3345 buftype = (uintptr_t)arg;
3353 if (buftype != CDAI_TYPE_RCAPLONG)
3392 cdai.buftype = CDAI_TYPE_RCAPLONG;
/freebsd-current/sys/dev/mps/
H A Dmps_sas.c3155 uintptr_t buftype; local
3157 buftype = (uintptr_t)arg;
3165 if (buftype != CDAI_TYPE_RCAPLONG)
3204 cdai.buftype = CDAI_TYPE_RCAPLONG;
/freebsd-current/sys/cam/
H A Dcam_xpt.c1174 cdai.buftype = CDAI_TYPE_SERIAL_NUM;
1176 cdai.buftype = CDAI_TYPE_PHYS_PATH;
1179 cdai.buftype = CDAI_TYPE_SCSI_DEVID;
1194 switch(cdai.buftype) {
H A Dcam_ccb.h1327 uint32_t buftype; /* IN: Type of data being requested */ member in struct:ccb_dev_advinfo
1328 /* NB: buftype is interpreted on a per-transport basis */
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.c755 advi->buftype = CDAI_TYPE_MMC_PARAMS;
796 advi->buftype = CDAI_TYPE_NVME_CNTRL;
8782 ccb->cdai.buftype = CDAI_TYPE_SCSI_DEVID;

Completed in 488 milliseconds