Searched refs:cch_pd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libcasper/libcasper/
H A Dlibcasper.c62 int cch_pd; member in struct:cap_channel
71 chan->cch_pd = pd;
129 chan->cch_pd = -1;
145 if (chan->cch_pd != -1)
146 close(chan->cch_pd);
195 if (chan->cch_pd != -1)
196 close(chan->cch_pd);

Completed in 107 milliseconds