Searched refs:NG_PROGRESS (Results 1 – 4 of 4) sorted by relevance
2301 return ((flags & NG_PROGRESS) ? EINPROGRESS : 0); in ng_snd_item()2315 return ((flags & NG_PROGRESS) ? EINPROGRESS : 0); in ng_snd_item()
1167 #define NG_PROGRESS 0x00000004 /* return EINPROGRESS if queued */ macro
2312 return ((flags & NG_PROGRESS) ? EINPROGRESS : 0); in ng_snd_item()2326 return ((flags & NG_PROGRESS) ? EINPROGRESS : 0); in ng_snd_item()
1171 #define NG_PROGRESS 0x00000004 /* return EINPROGRESS if queued */ macro