Home
last modified time | relevance | path

Searched refs:swd (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/opencrypto/
HDcryptosoft.c832 struct swcr_data **swd; in swcr_newsession() local
845 swd = &swd_base; in swcr_newsession()
848 *swd = kmalloc(sizeof(struct swcr_data), in swcr_newsession()
881 (*swd)->sw_exf = txf; in swcr_newsession()
903 (*swd)->sw_kschedule = kmalloc(txf->ctxsize, in swcr_newsession()
907 error = txf->setkey((*swd)->sw_kschedule, in swcr_newsession()
915 (*swd)->sw_exf = txf; in swcr_newsession()
939 (*swd)->sw_ictx = kmalloc(axf->ctxsize, M_CRYPTO_DATA, in swcr_newsession()
941 (*swd)->sw_octx = kmalloc(axf->ctxsize, M_CRYPTO_DATA, in swcr_newsession()
945 swcr_authprepare(axf, *swd, cri->cri_key, in swcr_newsession()
[all …]
/dragonfly/contrib/tcsh-6/
HDsh.dir.c127 struct stat swd, shp; in dinit() local
130 swd_ok = stat(short2str(tcp), &swd) == 0; in dinit()
135 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) && in dinit()
136 swd.st_ino == shp.st_ino) in dinit()
146 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) && in dinit()
147 swd.st_ino == shp.st_ino) { in dinit()
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/
HDcrtfastmath.c102 unsigned short int swd; in set_fast_math() member
/dragonfly/sys/dev/disk/isp/
HDisp_library.c2028 uint16_t swd = ct->rsp.m0.ct_scsi_status & 0xff; in isp_send_tgt_cmd() local
2030 if ((ct->ct_flags & CT2_SENDSTATUS) && (swd || ct->ct_resid)) { in isp_send_tgt_cmd()
2049 if (swd == SCSI_CHECK && snsptr && snslen) { in isp_send_tgt_cmd()
2052 swd |= CT2_SNSLEN_VALID; in isp_send_tgt_cmd()
2055 swd |= CT2_DATA_UNDER; in isp_send_tgt_cmd()
2057 swd |= CT2_DATA_OVER; in isp_send_tgt_cmd()
2059 ct2->rsp.m1.ct_scsi_status = swd; in isp_send_tgt_cmd()
2074 uint16_t swd = ct->ct_scsi_status & 0xff; in isp_send_tgt_cmd() local
2078 if ((ct->ct_flags & CT7_SENDSTATUS) && (swd || ct->ct_resid)) { in isp_send_tgt_cmd()
2097 if (swd == SCSI_CHECK && snsptr && snslen) { in isp_send_tgt_cmd()
[all …]