Symbol: athregrec
sys/dev/ath/ah_osdep.c
210
sizeof (struct athregrec), ath_hal_alq_qsize);
sys/dev/ath/ah_osdep.c
254
struct athregrec *r =
sys/dev/ath/ah_osdep.c
255
(struct athregrec *) ale->ae_data;
sys/dev/ath/ah_osdep.c
288
struct athregrec *r = (struct athregrec *) ale->ae_data;
sys/dev/ath/ah_osdep.c
329
struct athregrec *r = (struct athregrec *) ale->ae_data;
sys/dev/ath/ah_osdep.c
346
struct athregrec *r = (struct athregrec *) ale->ae_data;
tools/tools/ath/arcode/arcode.c
43
op_read(struct athregrec *a)
tools/tools/ath/arcode/arcode.c
49
op_write(struct athregrec *a)
tools/tools/ath/arcode/arcode.c
55
op_device(struct athregrec *a)
tools/tools/ath/arcode/arcode.c
61
op_mark(struct athregrec *a)
tools/tools/ath/arcode/arcode.c
75
struct athregrec a;
tools/tools/ath/athdecode/main.c
109
opmark(FILE *fd, int i, const struct athregrec *r)
tools/tools/ath/athdecode/main.c
199
opdevice(const struct athregrec *r)
tools/tools/ath/athdecode/main.c
373
oprw(FILE *fd, int recnum, struct athregrec *r)
tools/tools/ath/athdecode/main.c
53
static void opdevice(const struct athregrec *r);
tools/tools/ath/athdecode/main.c
54
static const char* opmark(FILE *, int, const struct athregrec *);
tools/tools/ath/athdecode/main.c
55
static void oprw(FILE *fd, int recnum, struct athregrec *r);
tools/tools/ath/athdecode/main.c
64
struct athregrec *rprev;
tools/tools/ath/athdecode/main.c
76
nrecs = sb.st_size / sizeof (struct athregrec);
tools/tools/ath/athdecode/main.c
82
struct athregrec *r = &((struct athregrec *) addr)[i];