| /freebsd-9-stable/sys/dev/sec/ |
| D | sec.c | 96 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 …]
|
| D | sec.h | 149 struct cryptop *crp, int buftype);
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | sa.c | 130 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/ |
| D | kcrypto_des.c | 161 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()
|
| D | kcrypto_aes.c | 132 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/ |
| D | scsi_pass.c | 317 uintptr_t buftype; in passasync() local 319 buftype = (uintptr_t)arg; in passasync() 320 if (buftype == CDAI_TYPE_PHYS_PATH) { in passasync()
|
| D | scsi_da.c | 1676 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()
|
| D | scsi_enc_ses.c | 1016 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()
|
| D | scsi_xpt.c | 2426 switch(cdai->buftype) { in scsi_dev_advinfo() 2517 (void *)(uintptr_t)cdai->buftype); in scsi_dev_advinfo()
|
| /freebsd-9-stable/sbin/fsck_ffs/ |
| D | fsutil.c | 76 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/ |
| D | ata_da.c | 1023 uintptr_t buftype; in adaasync() local 1025 buftype = (uintptr_t)arg; in adaasync() 1026 if (buftype == CDAI_TYPE_PHYS_PATH) { in adaasync()
|
| D | ata_xpt.c | 1662 switch(cdai->buftype) { in ata_dev_advinfo() 1721 (void *)(uintptr_t)cdai->buftype); in ata_dev_advinfo()
|
| /freebsd-9-stable/sys/dev/mpr/ |
| D | mpr_sas.c | 3026 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/ |
| D | mps_sas.c | 3183 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/ |
| D | cam_ccb.h | 1139 uint32_t buftype; /* IN: Type of data being requested */ member
|
| D | cam_xpt.c | 1123 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/ |
| D | camcontrol.c | 7151 ccb->cdai.buftype = CDAI_TYPE_SCSI_DEVID; in getdevid()
|