/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | AdapterAddEventListener.h | 41 * @memo Encapsulates the callback routine for event dispatch 43 * @doc This class encapsulates the event callback routine 45 * is called, the stored callback routine will be called. 52 AdapterAddCallback callback; member in class:AdapterAddEventListener
|
H A D | AdapterPortStatEventListener.h | 42 * @memo Encapsulates the callback routine for event dispatch 44 * @doc This class encapsulates the event callback routine 46 * is called, the stored callback routine will be called. 54 AdapterPortStatCallback callback; member in class:AdapterPortStatEventListener
|
H A D | AdapterDeviceEventListener.h | 42 * @memo Encapsulates the callback routine for event dispatch 44 * @doc This class encapsulates the event callback routine 46 * is called, the stored callback routine will be called. 55 AdapterDeviceCallback callback; member in class:AdapterDeviceEventListener
|
H A D | AdapterEventListener.h | 43 * @memo Encapsulates the callback routine for event dispatch 45 * @doc This class encapsulates the event callback routine 47 * is called, the stored callback routine will be called. 54 AdapterCallback callback; member in class:AdapterEventListener
|
H A D | AdapterPortEventListener.h | 44 * @memo Encapsulates the callback routine for event dispatch 46 * @doc This class encapsulates the event callback routine 48 * is called, the stored callback routine will be called. 56 AdapterPortCallback callback; member in class:AdapterPortEventListener
|
H A D | LinkEventListener.h | 43 * @memo Encapsulates the callback routine for event dispatch 45 * @doc This class encapsulates the event callback routine 47 * is called, the stored callback routine will be called. 55 LinkCallback callback; member in class:LinkEventListener
|
H A D | TargetEventListener.h | 43 * @memo Encapsulates the callback routine for event dispatch 45 * @doc This class encapsulates the event callback routine 47 * is called, the stored callback routine will be called. 55 TargetCallback callback; member in class:TargetEventListener
|
/osnet-11/usr/src/lib/libproject/common/ |
H A D | project_walk.c | 42 project_walk(int (*callback)(projid_t, void *), void *init_data) argument 67 if (ret = callback(*curr_projid, init_data))
|
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_all.c | 59 __yp_all_cflookup(char *domain, char *map, struct ypall_callback *callback, argument 80 (callback == NULL)) 144 (xdrproc_t)xdr_ypall, (char *)callback, tp_timout); 164 * This does the "glommed enumeration" stuff. callback->foreach is the name 167 * (*callback->foreach)(status, key, keylen, val, vallen, callback->data); 174 yp_all(char *domain, char *map, struct ypall_callback *callback) argument 176 return (__yp_all_cflookup(domain, map, callback, 1)); 185 __yp_all_rsvdport(char *domain, char *map, struct ypall_callback *callback) argument 205 (callback [all...] |
H A D | yp_xdr.c | 301 xdr_ypall(XDR *xdrs, struct ypall_callback *callback) argument 328 if ((*callback->foreach)(kv.status, kv.keydat.dptr, 330 callback->data))
|
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/ |
H A D | gui_util.c | 70 grub_gui_component_callback callback; member in struct:iterate_recursively_state 80 state->callback (component, state->userdata); 98 state.callback = cb;
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | SLPFindSrvTypes.c | 42 SLPSrvTypeCallback callback, void *pvUser) { 46 !*pcScopeList || !callback) { 63 (SLPGenericAppCB *) callback, pvUser, 40 SLPFindSrvTypes(SLPHandle hSLP, const char *pcNamingAuthority, const char *pcScopeList, SLPSrvTypeCallback callback, void *pvUser) argument
|
H A D | SLPFindAttrs.c | 54 SLPAttrCallback callback, void *pvUser) { 65 !pcAttrIds || !callback) { 96 (SLPGenericAppCB *) callback, pvUser, 52 SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope, const char *pcAttrIds, SLPAttrCallback callback, void *pvUser) argument
|
H A D | SLPFindSrvs.c | 58 SLPSrvURLCallback callback, void *pvUser) { 69 !pcSearchFilter || !callback) { 98 (SLPGenericAppCB *) callback, pvUser, 56 SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType, const char *pcScope, const char *pcSearchFilter, SLPSrvURLCallback callback, void *pvUser) argument
|
H A D | SLPReg.c | 42 * invoke the SLPRegReport callback with the error code found in the 55 * the reg_thread then invokes the SLPRegReport callback with the error 142 SLPRegReport callback, void *pvUser) { 148 !pcAttrs || !callback) { 174 if ((err = reg_common(hSLP, msg, pvUser, callback)) == SLP_OK && 328 SLPRegReport callback, void *pvUser) { 333 if (!hSLP || !pURL || !*pURL || !callback) { 357 if ((err = reg_common(hSLP, msg, pvUser, callback)) == SLP_OK) { 367 SLPRegReport callback, void *pvUser) { 372 if (!hSLP || !pURL || !*pURL || !pcAttrs || !callback) { 138 SLPReg(SLPHandle hSLP, const char *pcSrvURL, const unsigned short usLifetime, const char *pcSrvType, const char *pcAttrs, SLPBoolean fresh, SLPRegReport callback, void *pvUser) argument 327 SLPDereg(SLPHandle hSLP, const char *pURL, SLPRegReport callback, void *pvUser) argument 365 SLPDelAttrs(SLPHandle hSLP, const char *pURL, const char *pcAttrs, SLPRegReport callback, void *pvUser) argument 507 reg_common(slp_handle_impl_t *hp, struct reg_msg *msg, void *cookie, SLPRegReport callback) argument [all...] |
/osnet-11/usr/src/lib/libinetutil/common/ |
H A D | eh.c | 112 * iu_eh_shutdown_t *: the shutdown callback. if it is NULL, 115 * stop until the callback returns B_TRUE 116 * void *: data for the shutdown callback. it may be NULL 193 * iu_eh_callback_t: the callback to execute when the event happens 194 * void *: the argument to pass to the callback function 199 iu_register_event(iu_eh_t *eh, int fd, short events, iu_eh_callback_t *callback, argument 214 * descriptor, or demultiplex in the callback function based 223 eh->iueh_events[fd].iuen_callback = callback;
|
H A D | tq.c | 173 iu_schedule_timer(iu_tq_t *tq, uint32_t sec, iu_tq_callback_t *callback, argument 176 return (iu_schedule_timer_ms(tq, sec * MILLISEC, callback, arg)); 190 iu_schedule_timer_ms(iu_tq_t *tq, uint64_t ms, iu_tq_callback_t *callback, argument 198 node->iutn_callback = callback; 320 * an argument to remove_timer() below since the callback 361 * we remove the timer before calling back the callback 362 * so that a callback which accidentally tries to cancel
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | auth.c | 32 grub_auth_callback_t callback; member in struct:grub_auth_user 41 grub_auth_callback_t callback, 51 cur->callback = callback; 81 cur->callback = NULL; 121 if (!cur->callback) 232 if (!cur || ! cur->callback) 235 cur->callback (login, entered, cur->arg); 40 grub_auth_register_authentication(const char *user, grub_auth_callback_t callback, void *arg) argument
|
H A D | menu.c | 289 grub_menu_execute_callback_t callback, 294 callback->notify_booting (entry, callback_data); 306 callback->notify_fallback (entry, callback_data); 315 callback->notify_failure (callback_data); 286 grub_menu_execute_with_fallback(grub_menu_t menu, grub_menu_entry_t entry, int autobooted, grub_menu_execute_callback_t callback, void *callback_data) argument
|
/osnet-11/usr/src/lib/libuvfs/common/ |
H A D | door.c | 97 libuvfs_callback_t callback; local 121 callback = reg->lcr_callback; 123 if (callback == NULL) { 134 callback(fs, arg, argsize, ucred); 137 * We should never get here if the callback correctly called
|
/osnet-11/usr/src/lib/libshadowtest/common/ |
H A D | libshadowtest.c | 445 * Iterate over all entries in the space map and invoke the callback for each 450 void (*callback)(int, uint64_t, uint64_t, void *), void *data) 484 callback(rec.vsrr_type, rec.vsrr_start, rec.vsrr_end, data); 449 st_iter_space_map(const char *path, void (*callback)(int, uint64_t, uint64_t, void *), void *data) argument
|
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_hash.c | 126 * may invoke the callback if it's installed, and the memory is freed. 296 * dereferenced. If a callback is installed, it will be invoked and the 400 * Register an application callback function that can be used to process 404 * The previous callback function pointer, which may be null, before 406 * restore a previous callback as required. 409 ht_register_callback(HT_HANDLE *handle, HT_CALLBACK callback) argument 417 handle->ht_callback = callback; 427 * that this will invoke the callback, if one has been installed. If this 428 * call is used, the callback mechanism is the only way for an application
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 86 static void(*callback)(nvlist_t *, int) = NULL; variable 138 if (cb != callback) { 140 callback = cb; 168 callback = cb; 315 if (callback == NULL) { 319 callback(event, error);
|
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | device_store.c | 236 HalDeviceStoreForeachFn callback, 242 g_return_if_fail (callback != NULL); 248 cont = callback (store, d, user_data); 372 HalDeviceStoreAsyncCallback callback; member in struct:__anon30 415 info->callback (store, device, info->user_data); 436 info->callback (store, device, info->user_data); 446 info->callback (info->store, NULL, info->user_data); 457 HalDeviceStoreAsyncCallback callback, 468 callback (store, device, user_data); 478 info->callback 235 hal_device_store_foreach(HalDeviceStore *store, HalDeviceStoreForeachFn callback, gpointer user_data) argument 454 hal_device_store_match_key_value_string_async(HalDeviceStore *store, const char *key, const char *value, HalDeviceStoreAsyncCallback callback, gpointer user_data, int timeout) argument [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | walkstack.c | 401 callback(uintptr_t pc, int signo, void *arg) function 430 (void) walkcontext(&u, callback, &bt);
|