Home
last modified time | relevance | path

Searched refs:buftype (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/contrib/libder/tests/
HDfuzz_stream.c119 if (fparams->buftype >= BUFFER_END) in fuzz_file()
125 switch (fparams->buftype) { in fuzz_file()
231 if (fparams->type != STREAM_FILE && fparams->buftype != BUFFER_NONE) in LLVMFuzzerTestOneInput()
HDmake_corpus.c70 params->buftype, params->strict, seed->seed_name) != -1); in write_one()
119 params.buftype = buffered; in main()
HDfuzzers.h28 enum stream_buffer buftype; member
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDsa.c133 static int sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype);
555 dmu_buf_t *db, sa_buf_type_t buftype, int full_space, int *index, in sa_find_sizes() argument
563 if (buftype == SA_BONUS && sa->sa_force_spill) { in sa_find_sizes()
606 buftype == SA_BONUS && *index == -1 && in sa_find_sizes()
611 if (buftype == SA_SPILL || in sa_find_sizes()
622 ASSERT(buftype == SA_BONUS); in sa_find_sizes()
639 buftype == SA_BONUS) in sa_find_sizes()
663 sa_buf_type_t buftype; in sa_build_layouts() local
725 buftype = SA_BONUS; in sa_build_layouts()
742 if (buftype == SA_BONUS && !sa->sa_force_spill) { in sa_build_layouts()
[all …]
/freebsd-14-stable/sbin/fsck_ffs/
HDfsck.h210 extern char *buftype[];
212 type < BT_NUMBUFTYPES ? buftype[type] : buftype[BT_UNKNOWN]
HDfsutil.c88 char *buftype[BT_NUMBUFTYPES] = BT_NAMES; variable
859 buftype[i], readcnt[i], readcnt[i] * 100 / diskreads, in printIOstats()
/freebsd-14-stable/sys/kgssapi/krb5/
HDkcrypto_aes.c138 aes_encrypt_1(const struct krb5_key_state *ks, int buftype, void *buf, in aes_encrypt_1() argument
157 if (buftype == CRYPTO_BUF_MBUF) in aes_encrypt_1()
/freebsd-14-stable/sys/cam/nvme/
HDnvme_da.c686 uintptr_t buftype; in ndaasync() local
688 buftype = (uintptr_t)arg; in ndaasync()
689 if (buftype == CDAI_TYPE_PHYS_PATH) { in ndaasync()
HDnvme_xpt.c661 switch(cdai->buftype) { in nvme_dev_advinfo()
736 (void *)(uintptr_t)cdai->buftype); in nvme_dev_advinfo()
/freebsd-14-stable/sys/cam/scsi/
HDscsi_pass.c528 uintptr_t buftype; in passasync() local
530 buftype = (uintptr_t)arg; in passasync()
531 if (buftype == CDAI_TYPE_PHYS_PATH) { in passasync()
HDscsi_enc_ses.c1048 cdai.buftype = CDAI_TYPE_PHYS_PATH; in ses_setphyspath_callback()
1059 cdai.buftype = CDAI_TYPE_PHYS_PATH; in ses_setphyspath_callback()
1110 cdai.buftype = CDAI_TYPE_SCSI_DEVID; in ses_set_physpath()
HDscsi_da.c2169 uintptr_t buftype; in daasync() local
2171 buftype = (uintptr_t)arg; in daasync()
2172 if (buftype == CDAI_TYPE_PHYS_PATH) { in daasync()
6205 cdai.buftype = CDAI_TYPE_RCAPLONG; in dasetgeom()
HDscsi_xpt.c2512 switch(cdai->buftype) { in scsi_dev_advinfo()
2614 (void *)(uintptr_t)cdai->buftype); in scsi_dev_advinfo()
HDscsi_sa.c2563 cdai.buftype = CDAI_TYPE_EXT_INQ; in saregister()
/freebsd-14-stable/sys/cam/mmc/
HDmmc_xpt.c342 ("%s: request %x\n", __func__, cdai->buftype)); in mmc_dev_advinfo()
348 switch(cdai->buftype) { in mmc_dev_advinfo()
HDmmc_da.c705 uintptr_t buftype; in sddaasync() local
709 buftype = (uintptr_t)arg; in sddaasync()
710 if (buftype == CDAI_TYPE_PHYS_PATH) { in sddaasync()
/freebsd-14-stable/sys/dev/mps/
HDmps_sas.c3155 uintptr_t buftype; in mpssas_async() local
3157 buftype = (uintptr_t)arg; in mpssas_async()
3165 if (buftype != CDAI_TYPE_RCAPLONG) in mpssas_async()
3204 cdai.buftype = CDAI_TYPE_RCAPLONG; in mpssas_async()
/freebsd-14-stable/sys/dev/mpr/
HDmpr_sas.c3343 uintptr_t buftype; in mprsas_async() local
3345 buftype = (uintptr_t)arg; in mprsas_async()
3353 if (buftype != CDAI_TYPE_RCAPLONG) in mprsas_async()
3392 cdai.buftype = CDAI_TYPE_RCAPLONG; in mprsas_async()
/freebsd-14-stable/sys/cam/ata/
HData_da.c1378 uintptr_t buftype; in adaasync() local
1380 buftype = (uintptr_t)arg; in adaasync()
1381 if (buftype == CDAI_TYPE_PHYS_PATH) { in adaasync()
HData_xpt.c1722 switch(cdai->buftype) { in ata_dev_advinfo()
1779 (void *)(uintptr_t)cdai->buftype); in ata_dev_advinfo()
/freebsd-14-stable/sys/cam/
HDcam_ccb.h1311 uint32_t buftype; /* IN: Type of data being requested */ member
HDcam_xpt.c1177 cdai.buftype = CDAI_TYPE_SERIAL_NUM; in xpt_getattr()
1179 cdai.buftype = CDAI_TYPE_PHYS_PATH; in xpt_getattr()
1182 cdai.buftype = CDAI_TYPE_SCSI_DEVID; in xpt_getattr()
1197 switch(cdai.buftype) { in xpt_getattr()
/freebsd-14-stable/sbin/camcontrol/
HDcamcontrol.c755 advi->buftype = CDAI_TYPE_MMC_PARAMS; in print_dev_mmcsd()
796 advi->buftype = CDAI_TYPE_NVME_CNTRL; in nvme_get_cdata()
8768 ccb->cdai.buftype = CDAI_TYPE_SCSI_DEVID; in getdevid()