Searched defs:ESTACK_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c87 #define ESTACK_SIZE 20 /* Size of the stack */ macro
122 errent_t errs[ESTACK_SIZE]; /* stack of errors on the last request */
138 #define SET_ERR(c_id, src, err) if ((c_id)->numerrs < ESTACK_SIZE) \

Completed in 75 milliseconds