HomeSort by: relevance | last modified time | path
    Searched defs:OUT (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c 27 #define OUT 0x1
37 /* Out of order ACK. */
38 { S, 0, 9999, 0, 4096, OUT },
40 { A, 0, 10000, 10, 4096, OUT },
43 { A, 1000, 10000, 10, 4096, OUT },
44 { A, 1000, 11000, 10, 4096, OUT },
47 { A, 1000, 12000, 10, 4096, OUT },
50 { A, 1000, 14000, 10, 4096, OUT },
54 /* Retransmission after out of order ACK and missing ACK. */
55 { S, 0, 9999, 0, 1000, OUT },
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
st-pincfg.h 37 #define OUT (OE)
  /src/sys/lib/libkern/
entpool.c 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
113 * and out byte by byte, but get the same answers out of test
237 * as zeroing what we just read out.)
254 * Copy out and zero (RATE-1)-sized chunks at a time, stirring
267 * If there's anything left, copy out a partial rate's worth
611 enum { IN, OUT, STOP } t;
696 {OUT, {0}},
697 {OUT, {0}},
701 {OUT, {0}}
    [all...]
  /src/usr.bin/sed/
process.c 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
98 #define OUT() do { \
184 OUT();
199 OUT();
210 OUT();
218 OUT();
281 OUT();
373 * Clear out the hold space.
478 OUT();
  /src/lib/libc/regex/
regex2.h 34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
202 #define OUT (CHAR_MIN - 1) /* a non-character value */
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 54 // OUT - argument (pointer) is returned from the function
60 #define OUT
  /src/sys/dev/usb/
ugen.c 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
178 #define OUT 0
268 goto out;
273 goto out;
278 out: mutex_exit(&ugenif.lock);
426 for (dir = OUT; dir <= IN; dir++) {
471 /* Clear out the old info, but leave the selinfo and cv initialised. */
473 for (int dir = OUT; dir <= IN; dir++) {
524 goto out;
531 goto out;
    [all...]
  /src/sys/dev/ic/
interwavereg.h 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
354 #define OUT 1
  /src/tests/dev/audio/
audiotest.c 24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1132 "b\3ERR\0" "b\2OUT\0" "b\1PRI\0" "b\0IN\0",
2909 #define OUT POLLOUT
2924 } else if (events == OUT) {
2925 events_str = "OUT";
2926 } else if (events == (IN | OUT)) {
2973 DEF(poll_mode_RDONLY_OUT) { test_poll_mode(O_RDONLY, OUT, 0); }
2974 DEF(poll_mode_RDONLY_INOUT) { test_poll_mode(O_RDONLY, IN|OUT, IN); }
2976 DEF(poll_mode_WRONLY_OUT) { test_poll_mode(O_WRONLY, OUT, OUT); }
    [all...]
  /src/usr.sbin/syslogd/
syslogd.c 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
99 * Queue of about-to-be-dead processes we should watch out for.
119 * Intervals at which we flush out "message repeated" messages,
446 logerror("UID out of range");
471 logerror("GID out of range");
1618 if (is_printf) /* kernel printf's come out on console */
2057 #define OUT(x) ((x)?(x):"-")
2151 hostname, OUT(buffer->prog),
2159 hostname, OUT(buffer->prog), OUT(buffer->pid)
    [all...]

Completed in 97 milliseconds