Searched refs:aep (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/sys/dev/isp/ |
| D | isp_target.c | 580 at2_entry_t *aep = arg; in isp_target_put_atio() local 584 atun._atio2.at_scclun = aep->at_scclun; in isp_target_put_atio() 586 atun._atio2.at_lun = (uint8_t) aep->at_lun; in isp_target_put_atio() 589 atun._atio2e.at_iid = ((at2e_entry_t *)aep)->at_iid; in isp_target_put_atio() 591 atun._atio2.at_iid = aep->at_iid; in isp_target_put_atio() 593 atun._atio2.at_rxid = aep->at_rxid; in isp_target_put_atio() 596 at_entry_t *aep = arg; in isp_target_put_atio() local 599 atun._atio.at_handle = aep->at_handle; in isp_target_put_atio() 600 atun._atio.at_iid = aep->at_iid; in isp_target_put_atio() 601 atun._atio.at_tgt = aep->at_tgt; in isp_target_put_atio() [all …]
|
| D | isp_freebsd.c | 2203 isp_handle_platform_atio(ispsoftc_t *isp, at_entry_t *aep) in isp_handle_platform_atio() argument 2219 status = aep->at_status; in isp_handle_platform_atio() 2227 isp_endcmd(isp, aep, SCSI_STATUS_BUSY, 0); in isp_handle_platform_atio() 2232 isp_endcmd(isp, aep, SCSI_STATUS_BUSY, 0); in isp_handle_platform_atio() 2236 bus = GET_BUS_VAL(aep->at_iid); in isp_handle_platform_atio() 2237 tptr = get_lun_statep(isp, bus, aep->at_lun); in isp_handle_platform_atio() 2250 isp_endcmd(isp, aep, SCSI_STATUS_BUSY, 0); in isp_handle_platform_atio() 2267 ((atp == NULL)? "ATPs" : "ATIOs"), aep->at_lun, aep->at_iid); in isp_handle_platform_atio() 2268 isp_endcmd(isp, aep, SCSI_STATUS_BUSY, 0); in isp_handle_platform_atio() 2275 atp->tag = aep->at_handle; in isp_handle_platform_atio() [all …]
|
| D | ispmbox.h | 1990 #define AT_MAKE_TAGID(tid, aep) \ argument 1991 tid = aep->at_handle; \ 1992 if (aep->at_flags & AT_TQAE) { \ 1993 tid |= (aep->at_tag_val << 16); \ 2072 #define AT2_MAKE_TAGID(tid, bus, inst, aep) \ argument 2073 tid = aep->at_rxid; \
|
| /freebsd-9-stable/sys/dev/amr/ |
| D | amr_cam.c | 421 struct amr_ext_passthrough *aep; in amr_cam_command() local 428 aep = NULL; in amr_cam_command() 450 aep = &ac->ac_ccb->ccb_epthru; in amr_cam_command() 451 aep->ap_timeout = 2; in amr_cam_command() 452 aep->ap_ars = 1; in amr_cam_command() 453 aep->ap_request_sense_length = 14; in amr_cam_command() 454 aep->ap_islogical = 0; in amr_cam_command() 455 aep->ap_channel = bus; in amr_cam_command() 456 aep->ap_scsi_id = target; in amr_cam_command() 457 aep->ap_logical_drive_no = csio->ccb_h.target_lun; in amr_cam_command() [all …]
|
| D | amr.c | 1688 struct amr_ext_passthrough *aep = &ac->ac_ccb->ccb_epthru; in amr_setup_ccb() local 1704 aep->ap_no_sg_elements = ac->ac_nsegments; in amr_setup_ccb() 1705 aep->ap_data_transfer_address = ac->ac_mb_physaddr; in amr_setup_ccb()
|
| /freebsd-9-stable/lib/libusb/ |
| D | libusb01.c | 343 struct libusb20_endpoint *aep; in usb_parse_endpoint() local 345 aep = ps->a.currep; in usb_parse_endpoint() 350 bep->bLength = aep->desc.bLength; in usb_parse_endpoint() 351 bep->bDescriptorType = aep->desc.bDescriptorType; in usb_parse_endpoint() 352 bep->bEndpointAddress = aep->desc.bEndpointAddress; in usb_parse_endpoint() 353 bep->bmAttributes = aep->desc.bmAttributes; in usb_parse_endpoint() 354 bep->wMaxPacketSize = aep->desc.wMaxPacketSize; in usb_parse_endpoint() 355 bep->bInterval = aep->desc.bInterval; in usb_parse_endpoint() 356 bep->bRefresh = aep->desc.bRefresh; in usb_parse_endpoint() 357 bep->bSynchAddress = aep->desc.bSynchAddress; in usb_parse_endpoint() [all …]
|
| /freebsd-9-stable/contrib/libc++/ |
| D | CREDITS.TXT | 76 E: aep at exys dot org
|
| /freebsd-9-stable/crypto/openssl/engines/ |
| D | Makefile | 23 LIBNAMES= 4758cca aep atalla cswift gmp chil nuron sureware ubsec capi 175 e_aep.o: e_aep_err.c e_aep_err.h vendor_defns/aep.h
|
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_attr_leaf.c | 2433 attrlist_ent_t *aep; in xfs_attr_put_listent() local 2471 aep = (attrlist_ent_t *)&(((char *)context->alist)[ context->firstu ]); in xfs_attr_put_listent() 2472 aep->a_valuelen = valuelen; in xfs_attr_put_listent() 2473 memcpy(aep->a_name, name, namelen); in xfs_attr_put_listent() 2474 aep->a_name[ namelen ] = 0; in xfs_attr_put_listent()
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 3078 Processing, www.aep.ie. (Use engine 'aep') 5004 Encryption Processing, www.aep.ie. (Use engine 'aep')
|