Home
last modified time | relevance | path

Searched refs:childs (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dmixer.h60 void mix_setparentchild(struct snd_mixer *m, u_int32_t parent, u_int32_t childs);
H A Dmixer.c566 mix_setparentchild(struct snd_mixer *m, u_int32_t parent, u_int32_t childs) in mix_setparentchild() argument
576 if (childs & (1 << i)) { in mix_setparentchild()
/freebsd/crypto/krb5/src/util/verto/
H A Dev.c2626 static WL childs [EV_PID_HASHSIZE]; variable
2641 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next) in child_reap()
3214 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next) in ev_verify()
4176 wlist_add (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); in ev_child_start()
4190 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); in ev_child_stop()
5089 for (wl = childs [i]; wl; ) in ev_walk()