Symbol: handler
bin/sh/error.c
64
struct jmploc *handler;
bin/sh/error.c
85
if (handler == NULL)
bin/sh/error.c
88
longjmp(handler->loc, 1);
bin/sh/error.h
53
extern struct jmploc *handler;
bin/sh/eval.c
1034
savehandler = handler;
bin/sh/eval.c
1043
handler = savehandler;
bin/sh/eval.c
1044
longjmp(handler->loc, 1);
bin/sh/eval.c
1046
handler = &jmploc;
bin/sh/eval.c
1061
handler = savehandler;
bin/sh/eval.c
1084
savehandler = handler;
bin/sh/eval.c
1091
handler = &jmploc;
bin/sh/eval.c
1121
handler = savehandler;
bin/sh/eval.c
462
savehandler = handler;
bin/sh/eval.c
466
handler = savehandler;
bin/sh/eval.c
473
longjmp(handler->loc, 1);
bin/sh/eval.c
476
handler = &jmploc;
bin/sh/eval.c
483
handler = savehandler;
bin/sh/eval.c
503
savehandler = handler;
bin/sh/eval.c
507
handler = &jmploc;
bin/sh/eval.c
512
handler = savehandler;
bin/sh/eval.c
518
longjmp(handler->loc, 1);
bin/sh/eval.c
667
savehandler = handler;
bin/sh/eval.c
672
handler = savehandler;
bin/sh/eval.c
677
longjmp(handler->loc, 1);
bin/sh/eval.c
680
handler = &jmploc;
bin/sh/eval.c
683
handler = savehandler;
bin/sh/histedit.c
227
savehandler = handler;
bin/sh/histedit.c
242
handler = savehandler;
bin/sh/histedit.c
243
longjmp(handler->loc, 1);
bin/sh/histedit.c
245
handler = &jmploc;
bin/sh/histedit.c
389
handler = savehandler;
bin/sh/jobs.c
1028
savehandler = handler;
bin/sh/jobs.c
1046
handler = &jmploc;
bin/sh/jobs.c
1049
handler = savehandler;
bin/sh/jobs.c
927
handler = &main_handler;
bin/sh/main.c
119
handler = &main_handler;
bin/sh/parser.c
1094
struct jmploc *const savehandler = handler;
bin/sh/parser.c
1111
handler = savehandler;
bin/sh/parser.c
1116
longjmp(handler->loc, 1);
bin/sh/parser.c
1124
handler = &jmploc;
bin/sh/parser.c
1226
handler = savehandler;
bin/sh/parser.c
2166
struct jmploc *const savehandler = handler;
bin/sh/parser.c
2173
handler = &jmploc;
bin/sh/parser.c
2190
handler = savehandler;
bin/sh/trap.c
526
handler = &loc1;
bin/sh/trap.c
539
handler = &loc2; /* probably unnecessary */
bin/sh/var.c
204
struct jmploc *const savehandler = handler;
bin/sh/var.c
212
handler = &jmploc;
bin/sh/var.c
215
handler = savehandler;
crypto/openssh/clientloop.c
1099
ssh_signal(SIGINT, handler);
crypto/openssh/clientloop.c
986
void (*handler)(int);
crypto/openssh/clientloop.c
994
handler = ssh_signal(SIGINT, SIG_IGN);
crypto/openssh/log.c
330
set_log_handler(log_handler_fn *handler, void *ctx)
crypto/openssh/log.c
332
log_handler = handler;
crypto/openssh/misc.c
2685
ssh_signal(int signum, sshsig_t handler)
crypto/openssh/misc.c
2691
sa.sa_handler = handler;
crypto/openssh/mux.c
1203
for (i = 0; mux_master_handlers[i].handler != NULL; i++) {
crypto/openssh/mux.c
1205
ret = mux_master_handlers[i].handler(ssh, rid,
crypto/openssh/mux.c
1210
if (mux_master_handlers[i].handler == NULL) {
crypto/openssh/mux.c
175
int (*handler)(struct ssh *, u_int, Channel *,
crypto/openssh/sftp-server.c
133
void (*handler)(u_int32_t);
crypto/openssh/sftp-server.c
1795
exthand->handler(id);
crypto/openssh/sftp-server.c
1848
for (i = 0; handlers[i].handler != NULL; i++) {
crypto/openssh/sftp-server.c
185
for (i = 0; extended_handlers[i].handler != NULL; i++) {
crypto/openssh/sftp-server.c
1854
handlers[i].handler(id);
crypto/openssh/sftp-server.c
1859
if (handlers[i].handler == NULL)
crypto/openssh/sftp-server.c
1928
for (i = 0; handlers[i].handler != NULL; i++)
crypto/openssh/sftp-server.c
1930
for (i = 0; extended_handlers[i].handler != NULL; i++)
include/stdlib.h
340
constraint_handler_t set_constraint_handler_s(constraint_handler_t handler);
lib/libc/gen/readpassphrase.c
112
sa.sa_handler = handler;
lib/libc/gen/readpassphrase.c
40
static void handler(int);
lib/libc/rpc/svc_auth.c
127
as = (*asp->handler)(rqst, msg);
lib/libc/rpc/svc_auth.c
160
enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *))
lib/libc/rpc/svc_auth.c
191
asp->handler = handler;
lib/libc/rpc/svc_auth.c
66
enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
lib/libc/stdlib/set_constraint_handler_s.c
47
set_constraint_handler_s(constraint_handler_t handler)
lib/libc/stdlib/set_constraint_handler_s.c
54
*new = handler;
sbin/dhclient/options.c
457
void (*handler)(struct iaddr, struct option_data *);
sbin/dhclient/options.c
498
handler = NULL;
sbin/dhclient/options.c
504
handler = dhcpoffer;
sbin/dhclient/options.c
508
handler = dhcpnak;
sbin/dhclient/options.c
512
handler = dhcpack;
sbin/dhclient/options.c
519
handler = dhcpoffer;
sbin/dhclient/options.c
523
if (handler && client->xid == client->packet.xid) {
sbin/dhclient/options.c
530
handler = NULL;
sbin/dhclient/options.c
532
for (ap = config->reject_list; ap && handler; ap = ap->next)
sbin/dhclient/options.c
535
handler = NULL;
sbin/dhclient/options.c
538
if (handler)
sbin/dhclient/options.c
539
(*handler)(from, options);
sbin/fsdb/fsdb.c
252
rval = (*cmdp->handler)(cmd_argc, cmd_argv);
sbin/fsdb/fsdb.h
52
int (*handler)(int argc, char *argv[]);
sbin/init/init.c
371
handle(sig_t handler, ...)
sbin/init/init.c
378
va_start(ap, handler);
sbin/init/init.c
380
sa.sa_handler = handler;
sys/bus/gpio/gpio_intel/gpio_cherryview.c
228
if (mapping->pin != -1 && mapping->handler != NULL)
sys/bus/gpio/gpio_intel/gpio_cherryview.c
229
mapping->handler(mapping->arg);
sys/bus/gpio/gpio_intel/gpio_intel.c
237
map->handler = NULL;
sys/bus/gpio/gpio_intel/gpio_intel.c
260
map->handler = NULL;
sys/bus/gpio/gpio_intel/gpio_intel.c
267
driver_intr_t *handler)
sys/bus/gpio/gpio_intel/gpio_intel.c
276
map->handler = handler;
sys/bus/gpio/gpio_intel/gpio_intel.c
292
map->handler = NULL;
sys/bus/gpio/gpio_intel/gpio_intel.c
64
driver_intr_t *handler);
sys/bus/gpio/gpio_intel/gpio_intel_var.h
13
driver_intr_t *handler;
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
102
hkey_fn_t *handler;
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
241
hkey_fn_t *handler;
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
245
handler = sysctl_table[function].handler;
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
249
error = handler(sc->handle, HKEY_GET, &arg);
sys/dev/acpica/acpi_panasonic/acpi_panasonic.c
259
error = handler(sc->handle, HKEY_SET, &arg);
sys/dev/acpica/acpi_pcib.c
68
static void prt_walk_table(ACPI_BUFFER *prt, prt_entry_handler *handler,
sys/dev/acpica/acpi_pcib.c
72
prt_walk_table(ACPI_BUFFER *prt, prt_entry_handler *handler, void *arg)
sys/dev/acpica/acpi_pcib.c
85
handler(entry, arg);
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
157
hci_fn_t *handler;
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
294
hci_fn_t *handler;
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
298
handler = sysctl_table[function].handler;
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
302
error = handler(sc->handle, HCI_GET, &arg);
sys/dev/acpica/acpi_toshiba/acpi_toshiba.c
312
error = handler(sc->handle, HCI_SET, &arg);
sys/dev/acpica/acpi_wmi/acpi_wmi.c
125
const char *guid_string, ACPI_NOTIFY_HANDLER handler,
sys/dev/acpica/acpi_wmi/acpi_wmi.c
630
ACPI_NOTIFY_HANDLER handler;
sys/dev/acpica/acpi_wmi/acpi_wmi.c
636
handler = NULL;
sys/dev/acpica/acpi_wmi/acpi_wmi.c
643
handler = winfo->event_handler;
sys/dev/acpica/acpi_wmi/acpi_wmi.c
650
if (handler) {
sys/dev/acpica/acpi_wmi/acpi_wmi.c
651
handler(h, notify, handler_data);
sys/dev/apple/smc/smc.c
318
int (*handler)(SYSCTL_HANDLER_ARGS);
sys/dev/apple/smc/smc.c
364
fan_sysctls[fi].handler, "I",
sys/dev/disk/mpt/mpt.c
404
mpt_handler_t handler, uint32_t *phandler_id)
sys/dev/disk/mpt/mpt.c
423
if (mpt_reply_handlers[cbi] == handler.reply_handler) {
sys/dev/disk/mpt/mpt.c
445
mpt_reply_handlers[free_cbi] = handler.reply_handler;
sys/dev/disk/mpt/mpt.c
458
mpt_handler_t handler, uint32_t handler_id)
sys/dev/disk/mpt/mpt.c
468
|| mpt_reply_handlers[cbi] != handler.reply_handler)
sys/dev/disk/mpt/mpt.h
416
mpt_handler_t handler;
sys/dev/disk/mpt/mpt_cam.c
1171
mpt_handler_t handler;
sys/dev/disk/mpt/mpt_cam.c
1177
handler.reply_handler = mpt_scsi_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
1178
mpt_deregister_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_cam.c
1180
handler.reply_handler = mpt_scsi_tmf_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
1181
mpt_deregister_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_cam.c
1183
handler.reply_handler = mpt_fc_els_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
1184
mpt_deregister_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_cam.c
1186
handler.reply_handler = mpt_scsi_tgt_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
1187
mpt_deregister_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_cam.c
1189
handler.reply_handler = mpt_sata_pass_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
1190
mpt_deregister_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_cam.c
218
mpt_handler_t handler;
sys/dev/disk/mpt/mpt_cam.c
227
handler.reply_handler = mpt_scsi_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
228
error = mpt_register_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_cam.c
235
handler.reply_handler = mpt_scsi_tmf_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
236
error = mpt_register_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_cam.c
248
handler.reply_handler = mpt_fc_els_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
249
error = mpt_register_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_cam.c
269
handler.reply_handler = mpt_scsi_tgt_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
270
error = mpt_register_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_cam.c
279
handler.reply_handler = mpt_sata_pass_reply_handler;
sys/dev/disk/mpt/mpt_cam.c
280
error = mpt_register_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_raid.c
278
mpt_handler_t handler;
sys/dev/disk/mpt/mpt_raid.c
291
handler.reply_handler = mpt_raid_reply_handler;
sys/dev/disk/mpt/mpt_raid.c
292
error = mpt_register_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_raid.c
331
mpt_handler_t handler;
sys/dev/disk/mpt/mpt_raid.c
338
handler.reply_handler = mpt_raid_reply_handler;
sys/dev/disk/mpt/mpt_raid.c
339
mpt_deregister_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_user.c
103
mpt_handler_t handler;
sys/dev/disk/mpt/mpt_user.c
107
handler.reply_handler = mpt_user_reply_handler;
sys/dev/disk/mpt/mpt_user.c
108
error = mpt_register_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_user.c
120
mpt_deregister_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/disk/mpt/mpt_user.c
160
mpt_handler_t handler;
sys/dev/disk/mpt/mpt_user.c
166
handler.reply_handler = mpt_user_reply_handler;
sys/dev/disk/mpt/mpt_user.c
167
mpt_deregister_handler(mpt, MPT_HANDLER_REPLY, handler,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
112
struct amdgpu_dm_irq_handler_data *handler;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
133
handler = list_entry(entry, struct amdgpu_dm_irq_handler_data,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
136
if (ih == handler) {
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
138
list_del(&handler->list);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
152
kfree(handler);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
41
interrupt_handler handler;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
464
handler_data->handler(handler_data->handler_arg);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
65
hcd->handler = ih;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
94
handler_data->handler(handler_data->handler_arg);
sys/dev/drm/amd/include/cgs_linux.h
110
#define cgs_add_irq_source(dev,src_id,num_types,set,handler,private_data) \
sys/dev/drm/amd/include/cgs_linux.h
111
CGS_OS_CALL(add_irq_source,dev,src_id,num_types,set,handler, \
sys/dev/drm/amd/include/cgs_linux.h
72
cgs_irq_handler_func_t handler,
sys/dev/drm/drm_fb_helper.c
632
.handler = drm_fb_helper_sysrq,
sys/dev/drm/i915/intel_guc.c
78
guc->handler = intel_guc_to_host_event_handler_nop;
sys/dev/drm/i915/intel_guc.h
118
guc->handler(guc);
sys/dev/drm/i915/intel_guc.h
92
void (*handler)(struct intel_guc *guc);
sys/dev/drm/i915/intel_guc_ct.c
876
guc->handler = intel_guc_to_host_event_handler_ct;
sys/dev/drm/i915/intel_guc_ct.c
902
guc->handler = intel_guc_to_host_event_handler_nop;
sys/dev/drm/i915/intel_uc.c
222
guc->handler = intel_guc_to_host_event_handler_mmio;
sys/dev/drm/i915/intel_uc.c
236
guc->handler = intel_guc_to_host_event_handler_nop;
sys/dev/drm/include/linux/interrupt.h
59
int request_irq(unsigned int irq, irq_handler_t handler,
sys/dev/drm/include/linux/vga_switcheroo.h
159
int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler,
sys/dev/drm/include/linux/vga_switcheroo.h
188
static inline int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler,
sys/dev/drm/linux_irq.c
37
irq_handler_t handler;
sys/dev/drm/linux_irq.c
56
irq_entry->handler(irq_entry->irq, irq_entry->dev_id);
sys/dev/drm/linux_irq.c
64
request_irq(unsigned int irq, irq_handler_t handler,
sys/dev/drm/linux_irq.c
80
irq_entry->handler = handler;
sys/dev/netif/ix/if_ix.c
4479
const char *name, int (*handler)(SYSCTL_HANDLER_ARGS), const char *desc)
sys/dev/netif/ix/if_ix.c
4488
sc, 0, handler, "I", desc);
sys/dev/sound/pcm/sndstat.c
283
sndstat_register(device_t dev, char *str, sndstat_handler handler)
sys/dev/sound/pcm/sndstat.c
310
ent->handler = handler;
sys/dev/sound/pcm/sndstat.c
406
if (ent->handler)
sys/dev/sound/pcm/sndstat.c
407
ent->handler(s, ent->dev, snd_verbose);
sys/dev/sound/pcm/sndstat.c
61
sndstat_handler handler;
sys/dev/sound/pcm/sound.h
365
int sndstat_register(device_t dev, char *str, sndstat_handler handler);
sys/dev/video/vga/vga_switcheroo.c
1186
ret = vgasr_priv->handler->switchto(client_id);
sys/dev/video/vga/vga_switcheroo.c
1232
ret = vgasr_priv->handler->switchto(client_id);
sys/dev/video/vga/vga_switcheroo.c
1325
if (!vgasr_priv->handler->power_state)
sys/dev/video/vga/vga_switcheroo.c
1335
vgasr_priv->handler->power_state(client->id, state);
sys/dev/video/vga/vga_switcheroo.c
1381
if (vgasr_priv.handler->switchto) {
sys/dev/video/vga/vga_switcheroo.c
1383
vgasr_priv.handler->switchto(VGA_SWITCHEROO_IGD);
sys/dev/video/vga/vga_switcheroo.c
175
const struct vga_switcheroo_handler *handler;
sys/dev/video/vga/vga_switcheroo.c
200
vgasr_priv->registered_clients == 2 && vgasr_priv->handler;
sys/dev/video/vga/vga_switcheroo.c
210
if (vgasr_priv->handler->init)
sys/dev/video/vga/vga_switcheroo.c
211
vgasr_priv->handler->init();
sys/dev/video/vga/vga_switcheroo.c
216
ret = vgasr_priv->handler->get_client_id(client->pdev);
sys/dev/video/vga/vga_switcheroo.c
238
vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler,
sys/dev/video/vga/vga_switcheroo.c
242
if (vgasr_priv->handler) {
sys/dev/video/vga/vga_switcheroo.c
247
vgasr_priv->handler = handler;
sys/dev/video/vga/vga_switcheroo.c
269
vgasr_priv->handler = NULL;
sys/dev/video/vga/vga_switcheroo.c
558
if (!vgasr_priv->handler || !vgasr_priv->handler->switch_ddc) {
sys/dev/video/vga/vga_switcheroo.c
563
id = vgasr_priv->handler->get_client_id(pdev);
sys/dev/video/vga/vga_switcheroo.c
564
vgasr_priv->old_ddc_owner = vgasr_priv->handler->switch_ddc(id);
sys/dev/video/vga/vga_switcheroo.c
595
id = vgasr_priv->handler->get_client_id(pdev);
sys/dev/video/vga/vga_switcheroo.c
597
ret = vgasr_priv->handler->switch_ddc(
sys/dev/video/vga/vga_switcheroo.c
676
if (vgasr_priv->handler->power_state)
sys/dev/video/vga/vga_switcheroo.c
677
vgasr_priv->handler->power_state(client->id, VGA_SWITCHEROO_ON);
sys/dev/video/vga/vga_switcheroo.c
691
if (vgasr_priv->handler->power_state)
sys/dev/video/vga/vga_switcheroo.c
692
vgasr_priv->handler->power_state(client->id, VGA_SWITCHEROO_OFF);
sys/dev/video/vga/vga_switcheroo.c
757
ret = vgasr_priv->handler->switchto(new_client->id);
sys/dev/video/vga/vga_switcheroo.c
876
ret = vgasr_priv.handler->switchto(client_id);
sys/dev/virtual/amazon/ena/ena.c
1866
adapter->irq_tbl[ENA_MGMNT_IRQ_IDX].handler = NULL;
sys/dev/virtual/amazon/ena/ena.c
1883
adapter->irq_tbl[irq_idx].handler = ena_handle_msix;
sys/dev/virtual/amazon/ena/ena.c
2015
irq->handler, irq->data, &irq->cookie, NULL);
sys/dev/virtual/amazon/ena/ena.h
168
driver_intr_t *handler;
sys/dev/virtual/virtio/balloon/virtio_balloon.c
240
driver_intr_t *handler;
sys/dev/virtual/virtio/balloon/virtio_balloon.c
319
info[i].handler, sc);
sys/dev/virtual/virtio/mmio/virtio_mmio.c
56
driver_intr_t *handler;
sys/dev/virtual/virtio/mmio/virtio_mmio.c
583
driver_intr_t handler, void *arg)
sys/dev/virtual/virtio/mmio/virtio_mmio.c
594
e->handler = handler;
sys/dev/virtual/virtio/mmio/virtio_mmio.c
615
vtmmio_bind_intr(device_t dev, uint irq, int what, driver_intr_t handler,
sys/dev/virtual/virtio/mmio/virtio_mmio.c
629
vtmmio_add_irqentry(&sc->vtmmio_intr_res[irq], what, handler, arg);
sys/dev/virtual/virtio/mmio/virtio_mmio.c
641
vtmmio_add_irqentry(&sc->vtmmio_intr_res[irq], what, handler, arg);
sys/dev/virtual/virtio/mmio/virtio_mmio.c
968
e->handler(e->arg);
sys/dev/virtual/virtio/mmio/virtio_mmio.c
970
e->handler(e->arg);
sys/dev/virtual/virtio/net/if_vtnet.c
1529
sc->vtnet_irqmap[i].handler, sc);
sys/dev/virtual/virtio/net/if_vtnet.c
706
sc->vtnet_irqmap[i].irq, i, sc->vtnet_irqmap[i].handler,
sys/dev/virtual/virtio/net/if_vtnetvar.h
54
driver_intr_t *handler;
sys/dev/virtual/virtio/pci/virtio_pci.c
1154
e->handler(e->arg);
sys/dev/virtual/virtio/pci/virtio_pci.c
1156
e->handler(e->arg);
sys/dev/virtual/virtio/pci/virtio_pci.c
1177
e->handler(e->arg);
sys/dev/virtual/virtio/pci/virtio_pci.c
52
driver_intr_t *handler;
sys/dev/virtual/virtio/pci/virtio_pci.c
687
driver_intr_t handler, void *arg)
sys/dev/virtual/virtio/pci/virtio_pci.c
702
e->handler = handler;
sys/dev/virtual/virtio/pci/virtio_pci.c
728
driver_intr_t handler, void *arg)
sys/dev/virtual/virtio/pci/virtio_pci.c
767
vtpci_add_irqentry(&sc->vtpci_intr_res[irq], what, handler, arg);
sys/dev/virtual/virtio/scsi/virtio_scsi.c
265
driver_intr_t *handler;
sys/dev/virtual/virtio/scsi/virtio_scsi.c
352
info[i].handler, sc);
sys/dev/virtual/virtio/virtio/virtio.c
231
driver_intr_t handler, void *arg)
sys/dev/virtual/virtio/virtio/virtio.c
234
handler, arg));
sys/dev/virtual/virtio/virtio/virtio.h
155
driver_intr_t handler, void *arg);
sys/kern/kern_intr.c
1053
rec->handler, rec->argument, NULL);
sys/kern/kern_intr.c
1055
rec->handler(rec->argument, NULL);
sys/kern/kern_intr.c
229
register_swi(int intr, inthand2_t *handler, void *arg, const char *name,
sys/kern/kern_intr.c
237
return(register_int(intr, handler, arg, name, serializer, 0, cpuid));
sys/kern/kern_intr.c
241
register_swi_mp(int intr, inthand2_t *handler, void *arg, const char *name,
sys/kern/kern_intr.c
249
return(register_int(intr, handler, arg, name, serializer,
sys/kern/kern_intr.c
254
register_int(int intr, inthand2_t *handler, void *arg, const char *name,
sys/kern/kern_intr.c
295
rec->handler = handler;
sys/kern/kern_intr.c
53
inthand2_t *handler;
sys/kern/kern_intr.c
637
register_int_virtual(int intr, inthand2_t *handler, void *arg, const char *name,
sys/kern/kern_intr.c
640
return register_int(intr, handler, arg, name, serializer, intr_flags, 0);
sys/kern/kern_intr.c
783
rec->serializer, rec->handler,
sys/kern/kern_intr.c
786
rec->handler(rec->argument, frame);
sys/kern/kern_intr.c
898
if (rec->handler == NULL) {
sys/kern/kern_intr.c
902
lwkt_serialize_handler_call(rec->serializer, rec->handler,
sys/kern/kern_intr.c
905
rec->handler(rec->argument, NULL);
sys/kern/kern_module.c
138
newmod->handler = data->evhand ? data->evhand : modevent_nop;
sys/kern/kern_module.c
50
modeventhand_t handler; /* event handler */
sys/kern/kern_module.c
55
#define MOD_EVENT(mod, type) (mod)->handler((mod), (type), (mod)->arg)
sys/kern/kern_sysctl.c
437
int (*handler)(SYSCTL_HANDLER_ARGS), const char *fmt, const char *descr)
sys/kern/kern_sysctl.c
474
oidp->oid_handler = handler;
sys/kern/subr_bus.c
3337
driver_intr_t handler, void *arg, void **cookiep,
sys/kern/subr_bus.c
3342
return BUS_SETUP_INTR(dev->parent, dev, r, flags, handler, arg,
sys/kern/subr_bus.c
3348
driver_intr_t handler, void *arg, void **cookiep,
sys/kern/subr_bus.c
3351
return bus_setup_intr_descr(dev, r, flags, handler, arg, cookiep,
sys/net/if_poll.c
687
netisr_fn_t handler, more_handler;
sys/net/if_poll.c
720
handler = rxpoll_handler;
sys/net/if_poll.c
723
handler = txpoll_handler;
sys/net/if_poll.c
728
0, handler);
sys/net/netisr.c
535
netisr_register(int num, netisr_fn_t handler, netisr_hashfn_t hashfn)
sys/net/netisr.c
541
KKASSERT(handler != NULL);
sys/net/netisr.c
548
ni->ni_handler = handler;
sys/sys/bus.h
328
driver_intr_t handler, void *arg,
sys/sys/bus.h
331
driver_intr_t handler, void *arg, void **cookiep,
sys/sys/interrupt.h
104
void *register_swi(int intr, inthand2_t *handler, void *arg,
sys/sys/interrupt.h
107
void *register_swi_mp(int intr, inthand2_t *handler, void *arg,
sys/sys/interrupt.h
110
void *register_int(int intr, inthand2_t *handler, void *arg,
sys/sys/interrupt.h
125
void *register_int_virtual(int intr, inthand2_t *handler, void *arg,
sys/sys/sysctl.h
237
#define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr)\
sys/sys/sysctl.h
246
handler, \
sys/sys/sysctl.h
254
#define SYSCTL_ADD_OID(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
sys/sys/sysctl.h
255
sysctl_add_oid(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr);
sys/sys/sysctl.h
258
#define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \
sys/sys/sysctl.h
261
(void*)&SYSCTL_NODE_CHILDREN(parent, name), 0, handler, "N", descr)
sys/sys/sysctl.h
263
#define SYSCTL_ADD_NODE(ctx, parent, nbr, name, access, handler, descr) \
sys/sys/sysctl.h
265
0, 0, handler, "N", descr)
sys/sys/sysctl.h
458
#define SYSCTL_PROC(parent, nbr, name, access, ptr, arg, handler, fmt, descr) \
sys/sys/sysctl.h
460
ptr, arg, handler, fmt, descr)
sys/sys/sysctl.h
462
#define SYSCTL_ADD_PROC(ctx, parent, nbr, name, access, ptr, arg, handler, fmt, descr) \
sys/sys/sysctl.h
464
ptr, arg, handler, fmt, descr)
sys/sys/sysctl.h
684
int (*handler) (SYSCTL_HANDLER_ARGS),
sys/vfs/devfs/devfs_core.c
1206
devfs_msg_send_chandler(uint32_t cmd, char *name, d_clone_t handler)
sys/vfs/devfs/devfs_core.c
1211
devfs_msg->mdv_chandler.nhandler = handler;
test/stress/stress2/lib/main.c
124
signal(SIGHUP, handler);
usr.bin/sdpquery/sdpquery.c
121
return (*cmd->handler)(&laddr, &raddr, --argc, (char const **)++argv);
usr.bin/sdpquery/sdpquery.c
53
int (*handler)(bdaddr_t *, bdaddr_t *, int, char const **);
usr.bin/telnet/commands.c
1000
if (c->handler)
usr.bin/telnet/commands.c
1001
(*c->handler)(0);
usr.bin/telnet/commands.c
1006
} else if (ct->handler) {
usr.bin/telnet/commands.c
1007
(*ct->handler)(0);
usr.bin/telnet/commands.c
1095
int (*handler)(int);/* routine which executes command */
usr.bin/telnet/commands.c
113
int (*handler)(int, char **); /* routine which executes command */
usr.bin/telnet/commands.c
1168
} else if (mt->handler) {
usr.bin/telnet/commands.c
1169
return (*mt->handler)(mt->arg1);
usr.bin/telnet/commands.c
1195
if (sl->handler == 0) \
usr.bin/telnet/commands.c
1404
void (*handler)(int);
usr.bin/telnet/commands.c
1465
(*c->handler)(c->arg);
usr.bin/telnet/commands.c
1477
void (*handler)(unsigned char *, unsigned char *);
usr.bin/telnet/commands.c
1566
(*c->handler)(argv[2], argv[3]);
usr.bin/telnet/commands.c
1813
int (*handler)(char *);
usr.bin/telnet/commands.c
1882
return((*c->handler)(argv[2]));
usr.bin/telnet/commands.c
1894
int (*handler)(char *, char *);
usr.bin/telnet/commands.c
2000
return ((*c->handler)(argc > 0 ? argv[2] : 0,
usr.bin/telnet/commands.c
251
int (*handler)(char *, ...); /* Routine to perform (for special ops) */
usr.bin/telnet/commands.c
2580
if ((*c->handler)(margc, margv)) {
usr.bin/telnet/commands.c
2706
(*c->handler)(margc, margv);
usr.bin/telnet/commands.c
336
if ((void *)s->handler == (void *)send_help) {
usr.bin/telnet/commands.c
365
if (s->handler) {
usr.bin/telnet/commands.c
367
success += (*s->handler)((s->narg > 0) ? argv[i+1] : 0,
usr.bin/telnet/commands.c
618
int (*handler)(int); /* routine to do actual setting */
usr.bin/telnet/commands.c
813
if (c->handler) {
usr.bin/telnet/commands.c
814
retval &= (*c->handler)(-1);
usr.bin/telnet/commands.c
832
void (*handler)(char *);
usr.bin/telnet/commands.c
931
if (c->handler)
usr.bin/telnet/commands.c
932
(*c->handler)(1);
usr.bin/telnet/commands.c
940
} else if (ct->handler) {
usr.bin/telnet/commands.c
941
(*ct->handler)(argv[2]);
usr.bin/tftp/main.c
106
void (*handler)(int, char **);
usr.bin/tftp/main.c
629
(*c->handler)(margc, margv);
usr.bin/top/top.c
132
set_signal(int sig, RETSIGTYPE (*handler)(int))
usr.bin/top/top.c
138
action.sa_handler = handler;
usr.bin/top/top.c
142
(void) signal(sig, handler);
usr.sbin/cpucontrol/cpucontrol.c
366
struct ucode_handler *handler;
usr.sbin/cpucontrol/cpucontrol.c
385
handler = &handlers[i];
usr.sbin/cpucontrol/cpucontrol.c
414
handler->update(dev, buf);
usr.sbin/makefs/hammer2/hammer2_compat.h
59
#define SYSCTL_NODE(parent, nbr, name, access, handler, descr) struct __hack
usr.sbin/mfiutil/mfi_cmd.c
348
return ((*cmd)->handler(ac - 1, av + 1));
usr.sbin/mfiutil/mfiutil.c
144
if ((*cmd)->handler(ac, av))
usr.sbin/mfiutil/mfiutil.h
53
int (*handler)(int ac, char **av);
usr.sbin/mpsutil/mpsutil.c
122
if ((*cmd)->handler(ac, av))
usr.sbin/mpsutil/mpsutil.c
144
return ((*cmd)->handler(ac - 1, av + 1));
usr.sbin/mpsutil/mpsutil.c
65
(*cmd)->handler(&args, &desc);
usr.sbin/mpsutil/mpsutil.h
55
int (*handler)(int ac, char **av);
usr.sbin/mpsutil/mpsutil.h
60
void (*handler)(const char **, const char**);
usr.sbin/mptutil/mpt_cmd.c
568
return ((*cmd)->handler(ac - 1, av + 1));
usr.sbin/mptutil/mptutil.c
116
if ((*cmd)->handler(ac, av))
usr.sbin/mptutil/mptutil.h
65
int (*handler)(int ac, char **av);
usr.sbin/ppp/ether.c
130
struct etherdevice *dev = device2ether(p->handler);
usr.sbin/ppp/ether.c
146
struct etherdevice *dev = device2ether(p->handler);
usr.sbin/ppp/ether.c
158
p->handler->removefromset = NULL;
usr.sbin/ppp/ether.c
160
p->handler->removefromset = ether_RemoveFromSet;
usr.sbin/ppp/ether.c
168
struct etherdevice *dev = device2ether(p->handler);
usr.sbin/ppp/ether.c
179
struct etherdevice *dev = device2ether(p->handler);
usr.sbin/ppp/ether.c
194
struct etherdevice *dev = device2ether(p->handler);
usr.sbin/ppp/ether.c
321
struct etherdevice *dev = device2ether(p->handler);
usr.sbin/ppp/ether.c
386
struct etherdevice *dev = device2ether(p->handler);
usr.sbin/ppp/ether.c
405
struct etherdevice *dev = device2ether(p->handler);
usr.sbin/ppp/ether.c
419
struct etherdevice *dev = device2ether(p->handler);
usr.sbin/ppp/netgraph.c
177
struct ngdevice *dev = device2ng(p->handler);
usr.sbin/ppp/netgraph.c
230
struct ngdevice *dev = device2ng(p->handler);
usr.sbin/ppp/netgraph.c
258
struct ngdevice *dev = device2ng(p->handler);
usr.sbin/ppp/netgraph.c
270
p->handler->removefromset = NULL;
usr.sbin/ppp/netgraph.c
272
p->handler->removefromset = ng_RemoveFromSet;
usr.sbin/ppp/netgraph.c
280
struct ngdevice *dev = device2ng(p->handler);
usr.sbin/ppp/netgraph.c
363
struct ngdevice *dev = device2ng(p->handler);
usr.sbin/ppp/netgraph.c
389
struct ngdevice *dev = device2ng(p->handler);
usr.sbin/ppp/netgraph.c
403
struct ngdevice *dev = device2ng(p->handler);
usr.sbin/ppp/physical.c
1001
if (p->handler == NULL) {
usr.sbin/ppp/physical.c
1022
for (h = 0; h < NDEVICES && p->handler == NULL; h++)
usr.sbin/ppp/physical.c
1023
if ((p->handler = (*devices[h].create)(p)) == NULL && wasfd != p->fd)
usr.sbin/ppp/physical.c
1082
if (p->handler && p->handler->stoptimer)
usr.sbin/ppp/physical.c
1083
(*p->handler->stoptimer)(p);
usr.sbin/ppp/physical.c
1089
if (p->handler && p->handler->awaitcarrier)
usr.sbin/ppp/physical.c
1090
return (*p->handler->awaitcarrier)(p);
usr.sbin/ppp/physical.c
1099
if (p->handler && p->handler->setasyncparams)
usr.sbin/ppp/physical.c
1100
return (*p->handler->setasyncparams)(p, mymap, hismap);
usr.sbin/ppp/physical.c
1108
if (p->handler && p->handler->slot)
usr.sbin/ppp/physical.c
1109
return (*p->handler->slot)(p);
usr.sbin/ppp/physical.c
177
p->handler = NULL;
usr.sbin/ppp/physical.c
258
if (p->handler && p->handler->speed)
usr.sbin/ppp/physical.c
259
return (*p->handler->speed)(p);
usr.sbin/ppp/physical.c
278
if (p->handler && p->handler->raw)
usr.sbin/ppp/physical.c
279
return (*p->handler->raw)(p);
usr.sbin/ppp/physical.c
287
if (p->handler && p->handler->offline)
usr.sbin/ppp/physical.c
288
(*p->handler->offline)(p);
usr.sbin/ppp/physical.c
331
if (p->handler && p->handler->cooked)
usr.sbin/ppp/physical.c
332
(*p->handler->cooked)(p);
usr.sbin/ppp/physical.c
368
if (p->handler && p->handler->destroy)
usr.sbin/ppp/physical.c
369
(*p->handler->destroy)(p);
usr.sbin/ppp/physical.c
370
p->handler = NULL;
usr.sbin/ppp/physical.c
432
if (p->handler && p->handler->openinfo) {
usr.sbin/ppp/physical.c
434
prompt_Printf(arg->prompt, "open (%s)\n", (*p->handler->openinfo)(p));
usr.sbin/ppp/physical.c
437
(*p->handler->openinfo)(p), slot);
usr.sbin/ppp/physical.c
497
cd = p->handler ? &p->handler->cd : &p->cfg.cd;
usr.sbin/ppp/physical.c
621
type = (long)p->handler;
usr.sbin/ppp/physical.c
622
p->handler = NULL;
usr.sbin/ppp/physical.c
623
for (h = 0; h < NDEVICES && p->handler == NULL; h++)
usr.sbin/ppp/physical.c
624
p->handler = (*devices[h].iov2device)(type, p, iov, niov, maxiov,
usr.sbin/ppp/physical.c
626
if (p->handler == NULL) {
usr.sbin/ppp/physical.c
632
p->link.name, p->name.full, p->handler->name);
usr.sbin/ppp/physical.c
677
if (p->handler) {
usr.sbin/ppp/physical.c
678
h = p->handler;
usr.sbin/ppp/physical.c
679
p->handler = (struct device *)(long)p->handler->type;
usr.sbin/ppp/physical.c
758
return p->handler ? p->handler->mtu : 0;
usr.sbin/ppp/physical.c
801
if (p->handler && p->handler->read)
usr.sbin/ppp/physical.c
802
ret = (*p->handler->read)(p, buf, nbytes);
usr.sbin/ppp/physical.c
816
if (p->handler && p->handler->write)
usr.sbin/ppp/physical.c
817
return (*p->handler->write)(p, buf, nbytes);
usr.sbin/ppp/physical.c
856
if (p->handler && p->handler->removefromset)
usr.sbin/ppp/physical.c
857
return (*p->handler->removefromset)(p, r, w, e);
usr.sbin/ppp/physical.c
904
if (p->handler && (p->handler->type == TCP_DEVICE ||
usr.sbin/ppp/physical.c
905
p->handler->type == UDP_DEVICE)) {
usr.sbin/ppp/physical.c
998
for (h = 0; h < NDEVICES && p->handler == NULL && p->fd >= 0; h++)
usr.sbin/ppp/physical.c
999
p->handler = (*devices[h].create)(p);
usr.sbin/ppp/physical.h
102
struct device *handler; /* device specific handler */
usr.sbin/ppp/radius.c
678
if (p->handler)
usr.sbin/ppp/radius.c
679
switch (p->handler->type) {
usr.sbin/ppp/sig.c
114
(*handler[sig])(sig + 1);
usr.sbin/ppp/sig.c
39
static sig_type handler[NSIG]; /* all start at SIG_DFL */
usr.sbin/ppp/sig.c
75
Result = handler[sig - 1];
usr.sbin/ppp/sig.c
78
handler[sig - 1] = (sig_type) 0;
usr.sbin/ppp/sig.c
80
handler[sig - 1] = fn;
usr.sbin/ppp/tty.c
128
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
191
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
206
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
237
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
263
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
391
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
417
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
428
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
442
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
484
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
503
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
525
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
533
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
553
struct ttydevice *dev = device2tty(p->handler);
usr.sbin/ppp/tty.c
659
p->handler = &dev->dev; /* For the benefit of StartTimer */
usr.sbin/ppp/udp.c
114
struct udpdevice *dev = device2udp(p->handler);
usr.sbin/ppp/udp.c
135
struct udpdevice *dev = device2udp(p->handler);
usr.sbin/ppp/udp.c
86
struct udpdevice *dev = device2udp(p->handler);
usr.sbin/yppush/yppush_main.c
585
signal(SIGTERM, handler);
usr.sbin/yppush/yppush_main.c
586
signal(SIGINT, handler);