Searched refs:ctlslot_visible (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/sndiod/ |
H A D | dev.h | 366 int ctlslot_visible(struct ctlslot *, struct ctl *);
|
H A D | dev.c | 2032 if (!ctlslot_visible(s, c)) in ctlslot_new() 2061 ctlslot_visible(struct ctlslot *s, struct ctl *c) in ctlslot_visible() function 2099 if (!ctlslot_visible(s, c)) in ctlslot_lookup() 2113 refs_mask = ctlslot_visible(s, c) ? s->self : 0; in ctlslot_update() 2293 if (ctlslot_visible(s, c)) in ctl_new() 2316 refs_mask = ctlslot_visible(s, c) ? s->self : 0; in ctl_update()
|
H A D | sock.c | 1029 if (ctlslot_visible(f->ctlslot, c)) in sock_execmsg() 1283 type = ctlslot_visible(f->ctlslot, c) ? in sock_buildmsg() 1333 if (!ctlslot_visible(f->ctlslot, c)) in sock_buildmsg()
|