Searched refs:NG_PROGRESS (Results 1 – 2 of 2) sorted by relevance
2295 return ((flags & NG_PROGRESS) ? EINPROGRESS : 0); in ng_snd_item()2309 return ((flags & NG_PROGRESS) ? EINPROGRESS : 0); in ng_snd_item()
1171 #define NG_PROGRESS 0x00000004 /* return EINPROGRESS if queued */ macro