Home
last modified time | relevance | path

Searched defs:lowat (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/tests/
H A Duipc_kevent.c117 int lowat = type == SOCK_STREAM ? 100 : 10; in test_kevent_lowat() local
/xnu-11215.81.4/bsd/dev/dtrace/scripts/
H A Dsocket.d30 uint32_t lowat; member
/xnu-11215.81.4/bsd/skywalk/channel/
H A Dchannel.c685 uint32_t lowat; in filt_chprocess() local
/xnu-11215.81.4/bsd/kern/
H A Duipc_socket2.c2385 int64_t lowat = so->so_snd.sb_lowat; in sowriteable() local
/xnu-11215.81.4/tests/skywalk/
H A Dskywalk_test_common.c921 channel_t channel, uint32_t lowat, enum timeout_behavior b) in wait_on_fd()