mq_attr
int mq_getattr(mqd_t, struct mq_attr *);
int mq_setattr(mqd_t, const struct mq_attr *__restrict,
struct mq_attr *__restrict);
__mq_getattr(mqd_t mqd, struct mq_attr *attr)
__mq_setattr(mqd_t mqd, const struct mq_attr *newattr, struct mq_attr *oldattr)
const struct mq_attr *attr)
typedef int (__sys_kmq_open_t)(const char *, int, mode_t, const struct mq_attr *);
typedef int (__sys_kmq_setattr_t)(int, const struct mq_attr *, struct mq_attr *);
struct mq_attr;
int __sys_kmq_open(const char * path, int flags, mode_t mode, const struct mq_attr * attr);
int __sys_kmq_setattr(int mqd, const struct mq_attr * attr, struct mq_attr * oattr);
char attr_l_[PADL_(struct mq_attr *)]; struct mq_attr * attr; char attr_r_[PADR_(struct mq_attr *)];
char attr_l_[PADL_(const struct mq_attr *)]; const struct mq_attr * attr; char attr_r_[PADR_(const struct mq_attr *)];
char oattr_l_[PADL_(struct mq_attr *)]; struct mq_attr * oattr; char oattr_r_[PADR_(struct mq_attr *)];
char attr_l_[PADL_(struct mq_attr *)]; struct mq_attr * attr; char attr_r_[PADR_(struct mq_attr *)];
char attr_l_[PADL_(const struct mq_attr *)]; const struct mq_attr * attr; char attr_r_[PADR_(const struct mq_attr *)];
char oattr_l_[PADL_(struct mq_attr *)]; struct mq_attr * oattr; char oattr_r_[PADR_(struct mq_attr *)];
char attr_l_[PADL_(struct mq_attr *)]; struct mq_attr * attr; char attr_r_[PADR_(struct mq_attr *)];
char attr_l_[PADL_(const struct mq_attr *)]; const struct mq_attr * attr; char attr_r_[PADR_(const struct mq_attr *)];
char oattr_l_[PADL_(struct mq_attr *)]; struct mq_attr * oattr; char oattr_r_[PADR_(struct mq_attr *)];
struct mq_attr attr;
struct mq_attr attr, oattr;
char attr_l_[PADL_(struct mq_attr *)]; struct mq_attr * attr; char attr_r_[PADR_(struct mq_attr *)];
char attr_l_[PADL_(const struct mq_attr *)]; const struct mq_attr * attr; char attr_r_[PADR_(const struct mq_attr *)];
char oattr_l_[PADL_(struct mq_attr *)]; struct mq_attr * oattr; char oattr_r_[PADR_(struct mq_attr *)];
mqueue_alloc(const struct mq_attr *attr)
const struct mq_attr *attr)
struct mq_attr attr;
kern_kmq_setattr(struct thread *td, int mqd, const struct mq_attr *attr,
struct mq_attr *oattr)
struct mq_attr attr, oattr;
static struct mqueue *mqueue_alloc(const struct mq_attr *attr);
mq_attr_from32(const struct mq_attr32 *from, struct mq_attr *to)
mq_attr_to32(const struct mq_attr *from, struct mq_attr32 *to)
struct mq_attr attr;
struct mq_attr attr, oattr;
const struct mq_attr *);
int kern_kmq_setattr(struct thread *, int, const struct mq_attr *,
struct mq_attr *);
struct mq_attr;
char attr_l_[PADL_(const struct mq_attr *)]; const struct mq_attr * attr; char attr_r_[PADR_(const struct mq_attr *)];
char attr_l_[PADL_(const struct mq_attr *)]; const struct mq_attr * attr; char attr_r_[PADR_(const struct mq_attr *)];
char oattr_l_[PADL_(struct mq_attr *)]; struct mq_attr * oattr; char oattr_r_[PADR_(struct mq_attr *)];
struct mq_attr mqa;
extern int __sys_kmq_open(const char *, int, mode_t, const struct mq_attr *);
extern int __sys_kmq_setattr(int, const struct mq_attr *__restrict, struct mq_attr *__restrict);
struct mq_attr attr, attr2;
struct mq_attr attr;
struct mq_attr attr;
struct mq_attr attr;
struct mq_attr attr;
struct mq_attr stuff = {
struct mq_attr actual;
struct mq_attr actual;
struct mq_attr actual;