Lines Matching defs:rv
83 int rv;
100 rv = sysevent_add_attr(&evnt_attr_list, DR_AP_ID, &evnt_val, KM_SLEEP);
101 if (rv != 0) {
113 rv = sysevent_add_attr(&evnt_attr_list, DR_HINT, &evnt_val, KM_SLEEP);
114 if (rv != 0) {
124 rv = sysevent_attach_attributes(ev, evnt_attr_list);
125 if (rv != 0) {
135 rv = log_sysevent(ev, KM_NOSLEEP, &eid);
136 if (rv != 0) {
137 DR_DBG_ALL("generate_event: failed to log event (%d)\n", rv);