/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | scsi_reset_notify.h | 49 void (*callback)(caddr_t); member in struct:scsi_reset_notify_entry 57 scsi_reset_notify_entry::callback
|
/illumos-gate/usr/src/common/ficl/ |
H A D | callback.c | 7 * Feeds text to the vm's output callback 10 ficlCallbackTextOut(ficlCallback *callback, char *text) argument 14 if (callback != NULL) { 15 if (callback->textOut != NULL) 16 textOut = callback->textOut; 17 else if ((callback->system != NULL) && 18 (callback != &(callback->system->callback))) { 19 ficlCallbackTextOut(&(callback 41 ficlCallbackErrorOut(ficlCallback *callback, char *text) argument [all...] |
/illumos-gate/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))
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_control.c | 58 void (*callback)(caddr_t), caddr_t arg) 63 return (*A_TO_TRAN(ap)->tran_reset_notify)(ap, flag, callback, arg); 57 scsi_reset_notify(struct scsi_address *ap, int flag, void (*callback)(caddr_t), caddr_t arg) argument
|
H A D | scsi_reset_notify.c | 43 void (*callback)(caddr_t), caddr_t arg, kmutex_t *mutex, 72 p->callback = callback; 83 * routine to deallocate the callback list 110 void (*callback)(caddr_t); 130 list[i].callback = p->callback; 136 if (list[i].callback != NULL) 137 (void) (*list[i].callback)(list[i].arg); 42 scsi_hba_reset_notify_setup(struct scsi_address *ap, int flag, void (*callback)(caddr_t), caddr_t arg, kmutex_t *mutex, struct scsi_reset_notify_entry **listp) argument
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | hpet.h | 55 boolean_t (*callback)(int); member in struct:hpet
|
/illumos-gate/usr/src/common/ficl/ficlplatform/ |
H A D | unix.c | 37 ficlCallbackDefaultTextOut(ficlCallback *callback, char *message) argument 39 FICL_IGNORE(callback);
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_all.c | 63 __yp_all_cflookup(char *domain, char *map, struct ypall_callback *callback, argument 84 (callback == NULL)) 147 (xdrproc_t)xdr_ypall, (char *)callback, tp_timout); 167 * This does the "glommed enumeration" stuff. callback->foreach is the name 170 * (*callback->foreach)(status, key, keylen, val, vallen, callback->data); 177 yp_all(char *domain, char *map, struct ypall_callback *callback) argument 179 return (__yp_all_cflookup(domain, map, callback, 1)); 188 __yp_all_rsvdport(char *domain, char *map, struct ypall_callback *callback) argument 208 (callback [all...] |
H A D | yp_xdr.c | 305 xdr_ypall(XDR *xdrs, struct ypall_callback *callback) argument 332 if ((*callback->foreach)(kv.status, kv.keydat.dptr, 334 callback->data))
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | lut.c | 165 lut_walk(struct lut *root, lut_cb callback, void *arg) argument 176 /* do callback on leftmost node */ 177 (*callback)(tmp->lut_lhs, tmp->lut_rhs, arg); 185 /* do callback on leftmost node */ 186 (*callback)(tmp->lut_lhs, tmp->lut_rhs, arg); 191 * do callback on parent only if we're coming up 195 (*callback)(tmp->lut_lhs, tmp->lut_rhs, arg); 205 lut_free(struct lut *root, lut_cb callback, void *arg) argument 216 /* do callback on leftmost node */ 217 if (callback) [all...] |
/illumos-gate/usr/src/uts/sun/io/dada/conf/ |
H A D | dcd_confsubr.c | 80 dcd_probe(struct dcd_device *devp, int (*callback)()) argument 85 return ((*hba_tran->tran_tgt_probe)(devp, callback)); 87 return (dcd_hba_probe(devp, callback)); 106 dcd_hba_probe(struct dcd_device *devp, int (*callback)()) argument 120 kmem_alloc(SUN_IDENTSIZE, ((callback == SLEEP_FUNC)? 127 if (callback != SLEEP_FUNC && callback != NULL_FUNC) { 130 cb_flag = callback; 142 callback, NULL);
|
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_dma.c | 55 int (*callback)(), 71 status = ddi_dma_alloc_handle(cccp->ccc_hba_dip, sg_attrp, callback, 80 callback, arg, &gcmdp->cmd_first_cookie, &gcmdp->cmd_ccount); 51 ghd_dma_buf_bind_attr(ccc_t *cccp, gcmd_t *gcmdp, struct buf *bp, int dma_flags, int (*callback)(), caddr_t arg, ddi_dma_attr_t *sg_attrp) argument
|
/illumos-gate/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
|
/illumos-gate/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 | 176 iu_schedule_timer(iu_tq_t *tq, uint32_t sec, iu_tq_callback_t *callback, argument 179 return (iu_schedule_timer_ms(tq, sec * MILLISEC, callback, arg)); 193 iu_schedule_timer_ms(iu_tq_t *tq, uint64_t ms, iu_tq_callback_t *callback, argument 201 node->iutn_callback = callback; 323 * an argument to remove_timer() below since the callback 364 * we remove the timer before calling back the callback 365 * so that a callback which accidentally tries to cancel
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypcat.c | 93 static int callback(); 127 cbinfo.foreach = callback; 213 callback(status, key, kl, val, vl, fail) function
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | avl.c | 76 * without an error, or allow the normal callback; arg is an optional user 174 * At each step, visit (callback) the current node, then move to the next 293 avl_walk_mdb(uintptr_t addr, mdb_walk_cb_t callback, void *cbdata) argument 299 ws.walk_callback = callback;
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | script_handler.c | 218 * We must clear dsm_script_pid prior to invoking the callback or we 238 * script_exit(): does cleanup and invokes the callback when the script exits 274 * script_callback_t: callback function 275 * void *: data to the callback function 277 * int *: the returned value of the callback function if script 283 script_callback_t *callback, void *arg, int *status) 290 assert(callback != NULL); 353 dsmp->dsm_script_callback = callback; 361 /* callback won't be called in script_exit, so call it here */ 362 n = callback(dsm 282 script_start(dhcp_smach_t *dsmp, const char *event, script_callback_t *callback, void *arg, int *status) argument [all...] |