Home
last modified time | relevance | path

Searched refs:_ap (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/disk/ahci/
H A Dahci.h514 #define PORTNAME(_ap) ((_ap)->ap_name) argument
515 #define ATANAME(_ap, _at) ((_at) ? (_at)->at_name : (_ap)->ap_name) argument
576 #define ahci_pwait_clr(_ap, _r, _b) \ argument
577 ahci_pwait_eq((_ap), AHCI_PWAIT_TIMEOUT, (_r), (_b), 0)
578 #define ahci_pwait_clr_to(_ap, _to, _r, _b) \ argument
579 ahci_pwait_eq((_ap), _to, (_r), (_b), 0)
582 #define ahci_pwait_set(_ap, _r, _b) \ argument
583 ahci_pwait_eq((_ap), AHCI_PWAIT_TIMEOUT, (_r), (_b), (_b))
584 #define ahci_pwait_set_to(_ap, _to, _r, _b) \ argument
585 ahci_pwait_eq((_ap), _to, (_r), (_b), (_b))
/dragonfly/sys/dev/disk/sili/
H A Dsili.h798 #define PORTNAME(_ap) ((_ap)->ap_name) argument
799 #define ATANAME(_ap, _at) ((_at) ? (_at)->at_name : (_ap)->ap_name) argument
849 #define sili_pwait_clr(_ap, _r, _b) \ argument
850 sili_pwait_eq((_ap), SILI_PWAIT_TIMEOUT, (_r), (_b), 0)
851 #define sili_pwait_clr_to(_ap, _to, _r, _b) \ argument
852 sili_pwait_eq((_ap), _to, (_r), (_b), 0)
855 #define sili_pwait_set(_ap, _r, _b) \ argument
856 sili_pwait_eq((_ap), SILI_PWAIT_TIMEOUT, (_r), (_b), (_b))
857 #define sili_pwait_set_to(_ap, _to, _r, _b) \ argument
858 sili_pwait_eq((_ap), _to, (_r), (_b), (_b))
/dragonfly/contrib/openpam/include/security/
H A Dopenpam.h127 va_list _ap)
134 va_list _ap)
143 va_list _ap)
/dragonfly/sys/dev/raid/amr/
H A Damr.c733 _ap = NULL; in amr_ioctl()
828 _ap = &ac->ac_ccb->ccb_pthru; in amr_ioctl()
829 bzero(_ap, sizeof(struct amr_passthrough)); in amr_ioctl()
833 _ap->ap_cdb_length = len; in amr_ioctl()
834 bcopy(au_cmd + 3, _ap->ap_cdb, len); in amr_ioctl()
837 _ap->ap_timeout = au_cmd[len + 3] & 0x07; in amr_ioctl()
840 _ap->ap_logical_drive_no = au_cmd[len + 4]; in amr_ioctl()
841 _ap->ap_channel = au_cmd[len + 5]; in amr_ioctl()
842 _ap->ap_scsi_id = au_cmd[len + 6]; in amr_ioctl()
843 _ap->ap_request_sense_length = 14; in amr_ioctl()
[all …]
/dragonfly/include/
H A Dnsswitch.h111 typedef int (*nss_method)(void *_retval, void *_mdata, va_list _ap);