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

/darwin-on-arm/xnu/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.c236 return(ENOTREADY);
309 return(ENOTREADY);
318 return(ENOTREADY);
329 return(ENOTREADY);
340 return(ENOTREADY);
358 return(ENOTREADY);
426 return(ENOTREADY);
527 return(ENOTREADY);
539 return(ENOTREADY);
650 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.c156 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);
H A Dddp.save689 return ENOTREADY;

Completed in 28 milliseconds