Lines Matching +defs:val +defs:callback
240 ddi_eventcookie_t cookie, void (*callback)(), void *arg,
258 (ddip, rdip, cookie, callback, arg, cb_id));
1013 uchar_t *val;
1016 if ((rv = nvpair_value_byte_array(npp, &val,
1021 cdip, np, (uchar_t *)val, nelms);
1026 int32_t *val;
1029 if ((rv = nvpair_value_int32_array(npp, &val,
1034 cdip, np, val, nelms);
1039 char **val;
1042 if ((rv = nvpair_value_string_array(npp, &val,
1047 cdip, np, val, nelms);
1192 * generating the callback will typically be one of the device driver's
1579 * by this function is used to register callback handlers
1671 * ndi_event_add_callback(): adds an event callback registration
1710 * allocate space for a callback structure
1719 /* initialize callback structure */
1729 /* add this callback structure to the list */
1752 * ndi_event_remove_callback() removes a callback that was
1793 /* remove from callback linked list */
1861 * The callback handlers may call conversion functions. The conversion
1912 * perform one callback for a specified cookie and just one target
1949 * we only grab the cb mutex because the callback handlers