Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dsigio.h60 #define sio_pgrp sio_u.siu_pgrp macro
/freebsd-12-stable/sys/kern/
Dkern_descrip.c983 pg = sigio->sio_pgrp; in funsetown_locked()
985 SLIST_REMOVE(&sigio->sio_pgrp->pg_sigiolst, sigio, in funsetown_locked()
1051 pg = sigio->sio_pgrp; in funsetownlst()
1066 KASSERT(sigio->sio_pgrp == pg, in funsetownlst()
1161 sigio->sio_pgrp = pgrp; in fsetown()
Dkern_sig.c3803 PGRP_LOCK(sigio->sio_pgrp); in pgsigio()
3804 LIST_FOREACH(p, &sigio->sio_pgrp->pg_members, p_pglist) { in pgsigio()
3812 PGRP_UNLOCK(sigio->sio_pgrp); in pgsigio()