Home
last modified time | relevance | path

Searched refs:NTRIES (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/libsa/
H A Dsplitfs.c29 #define NTRIES (3) macro
89 if (i == NTRIES) in split_openfile()
/freebsd/contrib/blocklist/lib/
H A Dbl.c372 #define NTRIES 5 in bl_send() macro
412 if ((sendmsg(b->b_fd, &msg, 0) == -1) && tried++ < NTRIES) { in bl_send()
416 return tried >= NTRIES ? -1 : 0; in bl_send()