Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sec/
Dsec.c96 struct cryptodesc *enc, int buftype);
99 struct cryptodesc *enc, struct cryptodesc *mac, int buftype);
109 int buftype);
116 int buftype);
126 int buftype);
1361 int buftype, error = 0; in sec_process() local
1402 buftype = SEC_UIO; in sec_process()
1404 buftype = SEC_MBUF; in sec_process()
1406 buftype = SEC_MEMORY; in sec_process()
1449 error = ses->ss_eu->sem_make_desc(sc, ses, desc, crp, buftype); in sec_process()
[all …]
Dsec.h149 struct cryptop *crp, int buftype);
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dsa.c130 static int sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype);
550 dmu_buf_t *db, sa_buf_type_t buftype, int *index, int *total, in sa_find_sizes() argument
560 if (buftype == SA_BONUS && sa->sa_force_spill) { in sa_find_sizes()
570 if (buftype == SA_BONUS) in sa_find_sizes()
576 full_space = (buftype == SA_BONUS) ? DN_MAX_BONUSLEN : db->db_size; in sa_find_sizes()
606 if (buftype == SA_BONUS) in sa_find_sizes()
618 if (buftype == SA_BONUS && *index == -1 && in sa_find_sizes()
627 buftype == SA_BONUS) in sa_find_sizes()
656 sa_buf_type_t buftype; in sa_build_layouts() local
715 buftype = SA_BONUS; in sa_build_layouts()
[all …]
/freebsd-9-stable/sys/kgssapi/krb5/
Dkcrypto_des.c161 des1_encrypt_1(const struct krb5_key_state *ks, int buftype, void *buf, in des1_encrypt_1() argument
184 crp->crp_flags = buftype | CRYPTO_F_CBIFSYNC; in des1_encrypt_1()
Dkcrypto_aes.c132 aes_encrypt_1(const struct krb5_key_state *ks, int buftype, void *buf, in aes_encrypt_1() argument
155 crp->crp_flags = buftype | CRYPTO_F_CBIFSYNC; in aes_encrypt_1()
/freebsd-9-stable/sys/cam/scsi/
Dscsi_pass.c317 uintptr_t buftype; in passasync() local
319 buftype = (uintptr_t)arg; in passasync()
320 if (buftype == CDAI_TYPE_PHYS_PATH) { in passasync()
Dscsi_da.c1676 uintptr_t buftype; in daasync() local
1678 buftype = (uintptr_t)arg; in daasync()
1679 if (buftype == CDAI_TYPE_PHYS_PATH) { in daasync()
3768 cdai.buftype = CDAI_TYPE_RCAPLONG; in dasetgeom()
Dscsi_enc_ses.c1016 cdai.buftype = CDAI_TYPE_PHYS_PATH; in ses_setphyspath_callback()
1028 cdai.buftype = CDAI_TYPE_PHYS_PATH; in ses_setphyspath_callback()
1073 cdai.buftype = CDAI_TYPE_SCSI_DEVID; in ses_set_physpath()
Dscsi_xpt.c2426 switch(cdai->buftype) { in scsi_dev_advinfo()
2517 (void *)(uintptr_t)cdai->buftype); in scsi_dev_advinfo()
/freebsd-9-stable/sbin/fsck_ffs/
Dfsutil.c76 static char *buftype[BT_NUMBUFTYPES] = BT_NAMES; variable
270 buftype[bp->b_type], buftype[type]); in getdatablk()
527 buftype[i], readcnt[i], readcnt[i] * 100 / diskreads, in printIOstats()
/freebsd-9-stable/sys/cam/ata/
Data_da.c1023 uintptr_t buftype; in adaasync() local
1025 buftype = (uintptr_t)arg; in adaasync()
1026 if (buftype == CDAI_TYPE_PHYS_PATH) { in adaasync()
Data_xpt.c1662 switch(cdai->buftype) { in ata_dev_advinfo()
1721 (void *)(uintptr_t)cdai->buftype); in ata_dev_advinfo()
/freebsd-9-stable/sys/dev/mpr/
Dmpr_sas.c3026 uintptr_t buftype; in mprsas_async() local
3028 buftype = (uintptr_t)arg; in mprsas_async()
3036 if (buftype != CDAI_TYPE_RCAPLONG) in mprsas_async()
3086 cdai.buftype = CDAI_TYPE_RCAPLONG; in mprsas_async()
/freebsd-9-stable/sys/dev/mps/
Dmps_sas.c3183 uintptr_t buftype; in mpssas_async() local
3185 buftype = (uintptr_t)arg; in mpssas_async()
3193 if (buftype != CDAI_TYPE_RCAPLONG) in mpssas_async()
3228 cdai.buftype = CDAI_TYPE_RCAPLONG; in mpssas_async()
/freebsd-9-stable/sys/cam/
Dcam_ccb.h1139 uint32_t buftype; /* IN: Type of data being requested */ member
Dcam_xpt.c1123 cdai.buftype = CDAI_TYPE_SERIAL_NUM; in xpt_getattr()
1125 cdai.buftype = CDAI_TYPE_PHYS_PATH; in xpt_getattr()
1128 cdai.buftype = CDAI_TYPE_SCSI_DEVID; in xpt_getattr()
1143 if (cdai.buftype == CDAI_TYPE_SCSI_DEVID) { in xpt_getattr()
/freebsd-9-stable/sbin/camcontrol/
Dcamcontrol.c7151 ccb->cdai.buftype = CDAI_TYPE_SCSI_DEVID; in getdevid()