Home | History | Annotate | Download | only in back-monitor

Lines Matching defs:entryp

264 			Entry		**entryp, *prev = NULL;
268 for ( entryp = &pmp->mp_children; *entryp != NULL; ) {
269 monitor_entry_t *next = (monitor_entry_t *)(*entryp)->e_private;
271 monitor_cache_lock( *entryp );
276 *entryp = next->mp_next;
277 entryp = NULL;
284 prev = *entryp;
285 entryp = &next->mp_next;
291 if ( entryp != NULL ) {
303 if ( entryp == NULL ) {