Searched refs:ENOTREADY (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dsys_dep.c90 err = ENOTREADY;
114 err = ENOTREADY;
140 err = ENOTREADY;
166 err = ENOTREADY;
192 err = ENOTREADY;
218 err = ENOTREADY;
244 err = ENOTREADY;
H A Dat.c221 return(ENOTREADY);
294 return(ENOTREADY);
303 return(ENOTREADY);
314 return(ENOTREADY);
325 return(ENOTREADY);
343 return(ENOTREADY);
411 return(ENOTREADY);
512 return(ENOTREADY);
524 return(ENOTREADY);
626 return(ENOTREADY);
[all...]
H A Dsysglue.h125 * right now, uses ESHUTDOWN because ENOTREADY is not defined
128 #define ENOTREADY ESHUTDOWN macro
H A Ddrv_dep.c158 return ENOTREADY;
H A Dddp_lap.c454 ioc_ack(ENOTREADY, m, gref);
481 ioc_ack(ENOTREADY, m, gref);
561 ioc_ack(ENOTREADY, m, gref);
625 ioc_ack(ENOTREADY, m, gref);
687 ioc_ack(ENOTREADY, m, gref);
927 /* aarp_init1() returns either -1 or ENOTREADY */
928 if (errno == ENOTREADY)
989 /* zip_control (w. control == ZIP_ONLINE) always returns ENOTREADY */
H A Dddp_aarp.c141 return(ENOTREADY);

Completed in 85 milliseconds