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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c607 sysevent_process_dr(gchar *ap_id, gchar *hint_val) argument
615 if ((ap_id == NULL) || (hint_val == NULL))
633 if (strcmp (hint_val, DR_HINT_REMOVE) == 0) {
635 } else if (strcmp (hint_val, DR_HINT_INSERT) == 0) {

Completed in 44 milliseconds