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

/osnet-11/usr/src/lib/libtsol/common/
H A Dcall_labeld.c97 int busy = 0; /* number of busy loops */ local
258 if (errno == EAGAIN && busy++ < 10) {
266 (void) printf("door_call failed EAGAIN # %d\n", busy);
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmmopen.c72 size_t busy; /* amount in use */ member in struct:_mmvm_s
112 (off_t)mm->size != size || mm->busy > mm->size )
140 hdr->busy = MM_START;
208 mmdc->mm->busy = nsize+MM_START;
227 { if(mmdc->mm->busy > MM_START)
/osnet-11/usr/src/lib/libsqlite/src/
H A Dtest4.c40 int busy; /* True if this thread is in use */ member in struct:Thread
64 ** The main loop for a thread. Threads use busy waiting.
136 if( threadset[i].busy ){
140 threadset[i].busy = 1;
149 threadset[i].busy = 0;
183 if( !threadset[i].busy ){
203 p->busy = 0;
227 if( threadset[i].busy ) stop_thread(&threadset[i]);
232 if( !threadset[i].busy ){
263 if( !threadset[i].busy ){
[all...]
H A Dvdbe.c86 ** a locked database and there is no busy callback registered.
477 ** will either invoke the busy callback (if there is one) or it will
2181 int busy = 1; local
2185 while( db->aDb[i].pBt!=0 && busy ){
2195 }else if( (*db->xBusyCallback)(db->pBusyArg, "", busy++)==0 ){
2197 busy = 0;
2207 busy = 0;
2394 int busy = 0; local
2435 }else if( (*db->xBusyCallback)(db->pBusyArg, pOp->p3, ++busy)==0 ){
2437 busy
[all...]
H A DsqliteInt.h360 void *pBusyArg; /* 1st Argument to the busy callback */
361 int (*xBusyCallback)(void *,const char*,int); /* The busy callback */
374 u8 busy; /* TRUE if currently initializing */ member in struct:sqlite::sqliteInitInfo
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c1575 cfga_busy_t busy; local
1593 * opens, so the busy indicator is not very reliable. Also,
1594 * non-root users will not be able to determine busy
1601 busy = ((dctl_state & DEVICE_BUSY) == DEVICE_BUSY) ? 1 : 0;
1603 busy = 0;
1691 lap->listp->ldata.ap_busy = busy;
1716 matchldp->ldata.ap_busy = busy;
1876 clp->ap_busy = busy;
2134 cfga_busy_t busy; local
2292 busy
2462 cfga_busy_t busy; local
2882 cfga_busy_t busy; local
[all...]

Completed in 482 milliseconds