Home
last modified time | relevance | path

Searched refs:sio_pgrp (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsigio.h60 #define sio_pgrp sio_u.siu_pgrp macro
/f-stack/lib/
H A Dff_glue.c996 PGRP_LOCK(sigio->sio_pgrp);
997 LIST_FOREACH(p, &sigio->sio_pgrp->pg_members, p_pglist) {
1004 PGRP_UNLOCK(sigio->sio_pgrp);
/f-stack/freebsd/kern/
H A Dkern_descrip.c1034 pg = sigio->sio_pgrp; in funsetown_locked()
1036 SLIST_REMOVE(&sigio->sio_pgrp->pg_sigiolst, sigio, in funsetown_locked()
1102 pg = sigio->sio_pgrp; in funsetownlst()
1117 KASSERT(sigio->sio_pgrp == pg, in funsetownlst()
1212 sigio->sio_pgrp = pgrp; in fsetown()
H A Dkern_sig.c3928 PGRP_LOCK(sigio->sio_pgrp); in pgsigio()
3929 LIST_FOREACH(p, &sigio->sio_pgrp->pg_members, p_pglist) { in pgsigio()
3937 PGRP_UNLOCK(sigio->sio_pgrp); in pgsigio()