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

/freebsd-10.0-release/sys/dev/sec/
H A 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);
1365 int buftype, error = 0; local
1406 buftype = SEC_UIO;
1408 buftype = SEC_MBUF;
1410 buftype = SEC_MEMORY;
1453 error = ses->ss_eu->sem_make_desc(sc, ses, desc, crp, buftype);
1489 sec_build_common_ns_desc(struct sec_softc *sc, struct sec_desc *desc, struct sec_session *ses, struct cryptop *crp, struct cryptodesc *enc, int buftype) argument
1541 sec_build_common_s_desc(struct sec_softc *sc, struct sec_desc *desc, struct sec_session *ses, struct cryptop *crp, struct cryptodesc *enc, struct cryptodesc *mac, int buftype) argument
1625 sec_aesu_make_desc(struct sec_softc *sc, struct sec_session *ses, struct sec_desc *desc, struct cryptop *crp, int buftype) argument
1685 sec_deu_make_desc(struct sec_softc *sc, struct sec_session *ses, struct sec_desc *desc, struct cryptop *crp, int buftype) argument
1805 sec_mdeu_make_desc(struct sec_softc *sc, struct sec_session *ses, struct sec_desc *desc, struct cryptop *crp, int buftype) argument
[all...]
H A Dsec.h150 struct cryptop *crp, int buftype);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c130 static int sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype);
546 * is only set when the buftype is SA_BONUS
550 dmu_buf_t *db, sa_buf_type_t buftype, int *index, int *total,
560 if (buftype == SA_BONUS && sa->sa_force_spill) {
570 if (buftype == SA_BONUS)
576 full_space = (buftype == SA_BONUS) ? DN_MAX_BONUSLEN : db->db_size;
606 if (buftype == SA_BONUS)
618 if (buftype == SA_BONUS && *index == -1 &&
627 buftype == SA_BONUS)
656 sa_buf_type_t buftype; local
549 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 *index, int *total, boolean_t *will_spill) argument
1229 sa_byteswap(sa_handle_t *hdl, sa_buf_type_t buftype) argument
1270 sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype) argument
[all...]
/freebsd-10.0-release/sys/kgssapi/krb5/
H A Dkcrypto_des.c161 des1_encrypt_1(const struct krb5_key_state *ks, int buftype, void *buf, argument
184 crp->crp_flags = buftype | CRYPTO_F_CBIFSYNC;
H A Dkcrypto_aes.c132 aes_encrypt_1(const struct krb5_key_state *ks, int buftype, void *buf, argument
155 crp->crp_flags = buftype | CRYPTO_F_CBIFSYNC;
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_pass.c317 uintptr_t buftype; local
319 buftype = (uintptr_t)arg;
320 if (buftype == CDAI_TYPE_PHYS_PATH) {
H A Dscsi_da.c1635 uintptr_t buftype; local
1637 buftype = (uintptr_t)arg;
1638 if (buftype == CDAI_TYPE_PHYS_PATH) {
3708 cdai.buftype = CDAI_TYPE_RCAPLONG;
H A Dscsi_enc_ses.c1016 cdai.buftype = CDAI_TYPE_PHYS_PATH;
1028 cdai.buftype = CDAI_TYPE_PHYS_PATH;
1073 cdai.buftype = CDAI_TYPE_SCSI_DEVID;
H A Dscsi_xpt.c2426 switch(cdai->buftype) {
2517 (void *)(uintptr_t)cdai->buftype);
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dfsutil.c76 static char *buftype[BT_NUMBUFTYPES] = BT_NAMES; variable
269 buftype[bp->b_type], buftype[type]);
524 buftype[i], readcnt[i], readcnt[i] * 100 / diskreads,
/freebsd-10.0-release/sys/cam/ata/
H A Data_da.c1011 uintptr_t buftype; local
1013 buftype = (uintptr_t)arg;
1014 if (buftype == CDAI_TYPE_PHYS_PATH) {
H A Data_xpt.c1662 switch(cdai->buftype) {
1721 (void *)(uintptr_t)cdai->buftype);
/freebsd-10.0-release/sys/cam/
H A Dcam_ccb.h1144 uint32_t buftype; /* IN: Type of data being requested */ member in struct:ccb_dev_advinfo
1145 /* NB: buftype is interpreted on a per-transport basis */
H A Dcam_xpt.c1121 cdai.buftype = CDAI_TYPE_SERIAL_NUM;
1123 cdai.buftype = CDAI_TYPE_PHYS_PATH;
1126 cdai.buftype = CDAI_TYPE_SCSI_DEVID;
1141 if (cdai.buftype == CDAI_TYPE_SCSI_DEVID) {
/freebsd-10.0-release/sys/dev/mps/
H A Dmps_sas.c3185 uintptr_t buftype; local
3187 buftype = (uintptr_t)arg;
3195 if (buftype != CDAI_TYPE_RCAPLONG)
3230 cdai.buftype = CDAI_TYPE_RCAPLONG;
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c7120 ccb->cdai.buftype = CDAI_TYPE_SCSI_DEVID;

Completed in 229 milliseconds