Searched refs:athregrec (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/tools/tools/ath/arcode/
H A Darcode.c45 op_read(struct athregrec *a)
51 op_write(struct athregrec *a)
57 op_device(struct athregrec *a)
63 op_mark(struct athregrec *a)
77 struct athregrec a;
/freebsd-10.3-release/sys/dev/ath/ath_hal/
H A Dah_decode.h31 struct athregrec { struct
/freebsd-10.3-release/sys/dev/ath/
H A Dah_osdep.c192 sizeof (struct athregrec), ath_hal_alq_qsize);
234 struct athregrec *r =
235 (struct athregrec *) ale->ae_data;
259 struct athregrec *r = (struct athregrec *) ale->ae_data;
289 struct athregrec *r = (struct athregrec *) ale->ae_data;
306 struct athregrec *r = (struct athregrec *) ale->ae_data;
/freebsd-10.3-release/tools/tools/ath/athdecode/
H A Dmain.c55 static void opdevice(const struct athregrec *r);
56 static const char* opmark(FILE *, int, const struct athregrec *);
57 static void oprw(FILE *fd, int recnum, struct athregrec *r);
66 struct athregrec *rprev;
78 nrecs = sb.st_size / sizeof (struct athregrec);
84 struct athregrec *r = &((struct athregrec *) addr)[i];
111 opmark(FILE *fd, int i, const struct athregrec *r)
201 opdevice(const struct athregrec *r)
372 oprw(FILE *fd, int recnum, struct athregrec *
[all...]

Completed in 34 milliseconds