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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c65 static int cleanup_id(sysevent_handle_t *shp, uint32_t id, int type);
2401 cleanup_id(sysevent_handle_t *shp, uint32_t id, int type) function
2403 dprint("cleanup_id: Cleaning up %s/%d\n", SH_CHANNEL_NAME(shp), id);
2408 dprint("cleanup_id: Unable to clean "
2450 if (cleanup_id(shp, i, SUBSCRIBER) != 0)
2469 (void) cleanup_id(shp, 1, PUBLISHER);

Completed in 72 milliseconds