Searched defs:_ap (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/dev/disk/sili/ |
H A D | sili.h | 798 #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 851 #define sili_pwait_clr_to(_ap, _to, _r, _b) \ argument 855 #define sili_pwait_set(_ap, _r, _b) \ argument 857 #define sili_pwait_set_to(_ap, _to, _r, _b) \ argument
|
/dflybsd-src/sys/dev/disk/ahci/ |
H A D | ahci.h | 514 #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 578 #define ahci_pwait_clr_to(_ap, _to, _r, _b) \ argument 582 #define ahci_pwait_set(_ap, _r, _b) \ argument 584 #define ahci_pwait_set_to(_ap, _to, _r, _b) \ argument
|
/dflybsd-src/sys/dev/raid/amr/ |
H A D | amr.c | 723 struct amr_passthrough *_ap; /* 60 bytes */ in amr_ioctl() local
|