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

/freebsd-12-stable/tools/regression/sockets/sigpipe/
H A Dsigpipe.c65 got_signal(void) function
127 if (!got_signal())
146 if (got_signal())
161 if (!got_signal())
180 if (got_signal())
/freebsd-12-stable/lib/libcuse/
H A Dcuse_lib.c72 int got_signal; member in struct:cuse_dev_entered
483 enter.got_signal = 0;
517 pe->got_signal = 1;
581 pe->got_signal = 1;
785 if (pe->got_signal)
/freebsd-12-stable/sys/fs/cuse/
H A Dcuse.c110 int got_signal; member in struct:cuse_client_command
584 pccmd->got_signal = 1;
1183 n = pccmd->got_signal;
1184 pccmd->got_signal = 0;

Completed in 96 milliseconds