| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dispatch.c | 113 dns_dispatch_t *disp; member 151 dns_dispatch_t *disp; member 247 #define DNS_QID(disp) \ argument 248 ((disp)->socktype == isc_sockettype_tcp) ? (disp)->qid \ 249 : (disp)->mgr->qid 292 free_buffer(dns_dispatch_t *disp, void *buf, unsigned int len); 294 allocate_udp_buffer(dns_dispatch_t *disp); 296 free_devent(dns_dispatch_t *disp, dns_dispatchevent_t *ev); 298 allocate_devent(dns_dispatch_t *disp); 300 do_cancel(dns_dispatch_t *disp); [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| H A D | Kbuild | 2 nvkm-y += nvkm/engine/disp/base.o 3 nvkm-y += nvkm/engine/disp/nv04.o 4 nvkm-y += nvkm/engine/disp/nv50.o 5 nvkm-y += nvkm/engine/disp/g84.o 6 nvkm-y += nvkm/engine/disp/g94.o 7 nvkm-y += nvkm/engine/disp/gt200.o 8 nvkm-y += nvkm/engine/disp/mcp77.o 9 nvkm-y += nvkm/engine/disp/gt215.o 10 nvkm-y += nvkm/engine/disp/mcp89.o 11 nvkm-y += nvkm/engine/disp/gf119.o [all …]
|
| H A D | nouveau_nvkm_engine_disp_base.c | 50 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_fini() local 51 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_fini() 59 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_init() local 60 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_init() 69 struct nvkm_disp *disp = in nvkm_disp_vblank_ctor() local 70 container_of(notify->event, typeof(*disp), vblank); in nvkm_disp_vblank_ctor() 78 if (ret = -ENXIO, req->v0.head <= disp->vblank.index_nr) { in nvkm_disp_vblank_ctor() 96 nvkm_disp_vblank(struct nvkm_disp *disp, int head) in nvkm_disp_vblank() argument 99 nvkm_event_send(&disp->vblank, 1, head, &rep, sizeof(rep)); in nvkm_disp_vblank() 106 struct nvkm_disp *disp = in nvkm_disp_hpd_ctor() local [all …]
|
| H A D | nouveau_nvkm_engine_disp_nv50.c | 53 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_intr_() local 54 disp->func->intr(disp); in nv50_disp_intr_() 60 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_fini_() local 61 disp->func->fini(disp); in nv50_disp_fini_() 67 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_init_() local 68 return disp->func->init(disp); in nv50_disp_init_() 74 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_dtor_() local 76 nvkm_ramht_del(&disp->ramht); in nv50_disp_dtor_() 77 nvkm_gpuobj_del(&disp->inst); in nv50_disp_dtor_() 79 nvkm_event_fini(&disp->uevent); in nv50_disp_dtor_() [all …]
|
| H A D | nouveau_nvkm_engine_disp_gv100.c | 37 gv100_disp_wndw_cnt(struct nvkm_disp *disp, unsigned long *pmask) in gv100_disp_wndw_cnt() argument 39 struct nvkm_device *device = disp->engine.subdev.device; in gv100_disp_wndw_cnt() 47 struct nv50_disp *disp = in gv100_disp_super() local 49 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in gv100_disp_super() 55 nvkm_debug(subdev, "supervisor %d: %08x\n", ffs(disp->super), stat); in gv100_disp_super() 56 list_for_each_entry(head, &disp->base.head, head) { in gv100_disp_super() 61 if (disp->super & 0x00000001) { in gv100_disp_super() 62 nv50_disp_chan_mthd(disp->chan[0], NV_DBG_DEBUG); in gv100_disp_super() 63 nv50_disp_super_1(disp); in gv100_disp_super() 64 list_for_each_entry(head, &disp->base.head, head) { in gv100_disp_super() [all …]
|
| H A D | nouveau_nvkm_engine_disp_gf119.c | 41 struct nv50_disp *disp = in gf119_disp_super() local 43 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in gf119_disp_super() 48 nvkm_debug(subdev, "supervisor %d\n", ffs(disp->super)); in gf119_disp_super() 49 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super() 54 if (disp->super & 0x00000001) { in gf119_disp_super() 55 nv50_disp_chan_mthd(disp->chan[0], NV_DBG_DEBUG); in gf119_disp_super() 56 nv50_disp_super_1(disp); in gf119_disp_super() 57 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super() 60 nv50_disp_super_1_0(disp, head); in gf119_disp_super() 63 if (disp->super & 0x00000002) { in gf119_disp_super() [all …]
|
| H A D | nouveau_nvkm_engine_disp_channv50.c | 43 nv50_disp_mthd_list(struct nv50_disp *disp, int debug, u32 base, int c, in nv50_disp_mthd_list() argument 46 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in nv50_disp_mthd_list() 74 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_mthd() local 75 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in nv50_disp_chan_mthd() 105 nv50_disp_mthd_list(disp, debug, base, mthd->prev, in nv50_disp_chan_mthd() 114 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_fini() local 115 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_uevent_fini() 123 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_init() local 124 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_uevent_init() 130 nv50_disp_chan_uevent_send(struct nv50_disp *disp, int chid) in nv50_disp_chan_uevent_send() argument [all …]
|
| H A D | nouveau_nvkm_engine_disp_sorg94.c | 36 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_watermark() 45 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_activesym() 56 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_audio_sym() 65 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_drive() 83 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_pattern() 91 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_power() 110 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_links() 130 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_war_needed() 145 g94_sor_war_update_sppll1(struct nvkm_disp *disp) in g94_sor_war_update_sppll1() argument 147 struct nvkm_device *device = disp->engine.subdev.device; in g94_sor_war_update_sppll1() [all …]
|
| H A D | nouveau_nvkm_engine_disp_tu102.c | 37 tu102_disp_init(struct nv50_disp *disp) in tu102_disp_init() argument 39 struct nvkm_device *device = disp->base.engine.subdev.device; in tu102_disp_init() 59 for (i = 0; i < disp->sor.nr; i++) { in tu102_disp_init() 66 list_for_each_entry(head, &disp->base.head, head) { in tu102_disp_init() 81 for (i = 0; i < disp->wndw.nr; i++) { in tu102_disp_init() 99 switch (nvkm_memory_target(disp->inst->memory)) { in tu102_disp_init() 107 nvkm_wr32(device, 0x610014, disp->inst->addr >> 16); in tu102_disp_init() 114 nvkm_wr32(device, 0x611cec, disp->head.mask << 16 | in tu102_disp_init() 119 nvkm_wr32(device, 0x611ce8, disp->wndw.mask); /* MSK. */ in tu102_disp_init() 123 nvkm_wr32(device, 0x611ce4, disp->wndw.mask); /* MSK. */ in tu102_disp_init() [all …]
|
| H A D | nouveau_nvkm_engine_disp_outp.c | 37 nvkm_outp_route(struct nvkm_disp *disp) in nvkm_outp_route() argument 42 list_for_each_entry(ior, &disp->ior, head) { in nvkm_outp_route() 51 list_for_each_entry(ior, &disp->ior, head) { in nvkm_outp_route() 139 ior = nvkm_ior_find(outp->disp, SOR, ffs(outp->info.or) - 1); in nvkm_outp_acquire() 148 list_for_each_entry(ior, &outp->disp->ior, head) { in nvkm_outp_acquire() 154 list_for_each_entry(ior, &outp->disp->ior, head) { in nvkm_outp_acquire() 164 list_for_each_entry(ior, &outp->disp->ior, head) { in nvkm_outp_acquire() 183 struct nvkm_disp *disp = outp->disp; in nvkm_outp_init_route() local 194 ior = nvkm_ior_find(disp, type, -1); in nvkm_outp_init_route() 213 ior = nvkm_ior_find(disp, type, id); in nvkm_outp_init_route() [all …]
|
| H A D | nouveau_nvkm_engine_disp_conn.c | 41 struct nvkm_disp *disp = conn->disp; in nvkm_conn_hpd() local 42 struct nvkm_gpio *gpio = disp->engine.subdev.device->gpio; in nvkm_conn_hpd() 55 nvkm_event_send(&disp->hpd, rep.mask, index, &rep, sizeof(rep)); in nvkm_conn_hpd() 83 nvkm_conn_ctor(struct nvkm_disp *disp, int index, struct nvbios_connE *info, in nvkm_conn_ctor() argument 87 struct nvkm_gpio *gpio = disp->engine.subdev.device->gpio; in nvkm_conn_ctor() 91 conn->disp = disp; in nvkm_conn_ctor() 130 nvkm_conn_new(struct nvkm_disp *disp, int index, struct nvbios_connE *info, in nvkm_conn_new() argument 135 nvkm_conn_ctor(disp, index, info, *pconn); in nvkm_conn_new()
|
| H A D | nouveau_nvkm_engine_disp_headgv100.c | 32 struct nvkm_device *device = head->disp->engine.subdev.device; in gv100_head_vblank_put() 39 struct nvkm_device *device = head->disp->engine.subdev.device; in gv100_head_vblank_get() 46 struct nvkm_device *device = head->disp->engine.subdev.device; in gv100_head_rgpos() 56 struct nvkm_device *device = head->disp->engine.subdev.device; in gv100_head_state() 96 gv100_head_new(struct nvkm_disp *disp, int id) in gv100_head_new() argument 98 struct nvkm_device *device = disp->engine.subdev.device; in gv100_head_new() 101 return nvkm_head_new_(&gv100_head, disp, id); in gv100_head_new() 105 gv100_head_cnt(struct nvkm_disp *disp, unsigned long *pmask) in gv100_head_cnt() argument 107 struct nvkm_device *device = disp->engine.subdev.device; in gv100_head_cnt()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dispatch.c | 84 dns_dispatch_t *disp; 194 udp_dispatch_connect(dns_dispatch_t *disp, dns_dispentry_t *resp); 196 tcp_startrecv(dns_dispatch_t *disp, dns_dispentry_t *resp); 198 tcp_dispatch_getnext(dns_dispatch_t *disp, dns_dispentry_t *resp, 206 dns_dispatch_t *disp = resp->disp; 208 if (disp->socktype == isc_socktype_tcp) { 284 dispatch_log(dns_dispatch_t *disp, int level, const char *fmt, ...) in dec_stats() 288 dispatch_log(dns_dispatch_t *disp, int level, const char *fmt, ...) { 308 DNS_LOGMODULE_DISPATCH, level, "dispatch %p: %s", disp, in dispatch_log() 85 dns_dispatch_t *disp; global() member 225 dns_dispatch_t *disp = resp->disp; socktype2str() local 294 dispatch_log(dns_dispatch_t * disp,int level,const char * fmt,...) dispatch_log() argument 368 setup_socket(dns_dispatch_t * disp,dns_dispentry_t * resp,const isc_sockaddr_t * dest,in_port_t * portp) setup_socket() argument 432 dns_dispatch_t *disp = resp->disp; dispentry_destroy() local 504 dns_dispatch_t *disp = NULL; udp_recv() local 647 tcp_recv_oldest(dns_dispatch_t * disp,dns_dispentry_t ** respp) tcp_recv_oldest() argument 661 tcp_recv_success(dns_dispatch_t * disp,isc_region_t * region,dns_qid_t * qid,isc_sockaddr_t * peer,dns_dispentry_t ** respp) tcp_recv_success() argument 734 tcp_recv_shutdown(dns_dispatch_t * disp,dns_displist_t * resps,isc_result_t result) tcp_recv_shutdown() argument 785 dns_dispatch_t *disp = (dns_dispatch_t *)arg; tcp_recv() local 1132 dns_dispatch_t *disp = NULL; dispatch_allocate() local 1166 dns_dispatch_t *disp = NULL; dns_dispatch_createtcp() local 1223 for (dns_dispatch_t *disp = ISC_LIST_HEAD(mgr->list); disp != NULL; dns_dispatch_gettcp() local 1322 dns_dispatch_t *disp = NULL; dns_dispatch_createudp() local 1342 dns_dispatch_t *disp = NULL; dispatch_createudp() local 1383 dispatch_destroy(dns_dispatch_t * disp) dispatch_destroy() argument 1427 dns_dispatch_add(dns_dispatch_t * disp,unsigned int options,unsigned int timeout,const isc_sockaddr_t * dest,dispatch_cb_t connected,dispatch_cb_t sent,dispatch_cb_t response,void * arg,dns_messageid_t * idp,dns_dispentry_t ** respp) dns_dispatch_add() argument 1558 dns_dispatch_t *disp = resp->disp; dns_dispatch_getnext() local 1592 dns_dispatch_t *disp = resp->disp; udp_dispentry_cancel() local 1660 dns_dispatch_t *disp = resp->disp; tcp_dispentry_cancel() local 1762 dns_dispatch_t *disp = resp->disp; dispentry_cancel() local 1801 tcp_startrecv(isc_nmhandle_t * handle,dns_dispatch_t * disp,dns_dispentry_t * resp) tcp_startrecv() argument 1824 dns_dispatch_t *disp = (dns_dispatch_t *)arg; tcp_connected() local 1904 dns_dispatch_t *disp = resp->disp; udp_connected() local 1961 udp_dispatch_connect(dns_dispatch_t * disp,dns_dispentry_t * resp) udp_dispatch_connect() argument 1974 tcp_dispatch_connect(dns_dispatch_t * disp,dns_dispentry_t * resp) tcp_dispatch_connect() argument 2046 dns_dispatch_t *disp = resp->disp; dns_dispatch_connect() local 2067 dns_dispatch_t *disp = resp->disp; send_done() local 2084 tcp_dispatch_getnext(dns_dispatch_t * disp,dns_dispentry_t * resp,int32_t timeout) tcp_dispatch_getnext() argument 2130 dns_dispatch_t *disp = resp->disp; dns_dispatch_resume() local 2155 dns_dispatch_t *disp = resp->disp; dns_dispatch_send() local 2174 dns_dispatch_getlocaladdress(dns_dispatch_t * disp,isc_sockaddr_t * addrp) dns_dispatch_getlocaladdress() argument 2191 dns_dispatch_t *disp = resp->disp; dns_dispentry_getlocaladdress() local 2207 dns_dispatch_t *disp = NULL; dns_dispatchset_get() local [all...] |
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | fdtget.c | 53 static int show_cell_list(struct display_info *disp, const char *data, int len, in show_cell_list() argument 62 fmt[1] = disp->type ? disp->type : 'd'; in show_cell_list() 86 static int show_data(struct display_info *disp, const char *data, int len) in show_data() argument 96 is_string = (disp->type) == 's' || in show_data() 97 (!disp->type && util_is_printable_string(data, len)); in show_data() 110 size = disp->size; in show_data() 119 return show_cell_list(disp, data, len, size); in show_data() 211 static int show_data_for_item(const void *blob, struct display_info *disp, in show_data_for_item() argument 217 switch (disp->mode) { in show_data_for_item() 230 if (show_data(disp, value, len)) in show_data_for_item() [all …]
|
| H A D | fdtput.c | 60 static int encode_value(struct display_info *disp, char **arg, int arg_count, in encode_value() argument 73 if (disp->verbose) in encode_value() 77 fmt[1] = disp->type ? disp->type : 'd'; in encode_value() 81 if (disp->type == 's') in encode_value() 84 len = disp->size == -1 ? 4 : disp->size; in encode_value() 93 if (disp->type == 's') { in encode_value() 95 if (disp->verbose) in encode_value() 104 if (disp->verbose) { in encode_value() 106 disp->size == 1 ? "byte" : in encode_value() 107 disp->size == 2 ? "short" : "int", in encode_value() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_display.c | 121 struct nouveau_display *disp = nouveau_display(crtc->dev); in nouveau_display_scanoutpos_head() local 127 ret = nvif_mthd(&disp->disp.object, 0, &args, sizeof(args)); in nouveau_display_scanoutpos_head() 180 struct nouveau_display *disp = nouveau_display(dev); in nouveau_display_vblank_init() local 186 ret = nvif_notify_init(&disp->disp.object, in nouveau_display_vblank_init() 415 struct nouveau_display *disp = nouveau_display(dev); in nouveau_display_init() local 431 ret = disp->init(dev, resume, runtime); in nouveau_display_init() 446 struct nouveau_display *disp = nouveau_display(dev); in nouveau_display_fini() local 470 disp->fini(dev, suspend); in nouveau_display_fini() 476 struct nouveau_display *disp = nouveau_display(dev); in nouveau_display_create_properties() local 479 if (disp->disp.object.oclass < NV50_DISP) in nouveau_display_create_properties() [all …]
|
| /netbsd-src/sys/arch/arm/gemini/ |
| H A D | gemini_ipm.c | 165 ipm_dispatch_entry_t *disp; in gemini_ipm_register() local 178 disp = &sc->sc_dispatch_tab[tag]; in gemini_ipm_register() 179 if (disp->consume == 0) { in gemini_ipm_register() 182 disp->ipl = ipl; in gemini_ipm_register() 183 disp->consume = consume; in gemini_ipm_register() 184 disp->counter = counter; in gemini_ipm_register() 185 disp->arg = arg; in gemini_ipm_register() 190 disp->sih = softint_establish(ipl, consume, arg); in gemini_ipm_register() 192 ipmh = disp; in gemini_ipm_register() 204 ipm_dispatch_entry_t *disp = ipmh; in gemini_ipm_deregister() local [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-rx.c | 1564 int disp; in rx_relax_frag() local 1662 disp = (int) addr0 - (int) mypc; in rx_relax_frag() 1667 if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rx_relax_frag() 1670 else if (disp >= -32768 && (disp - (oldsize-5)) <= 32767) in rx_relax_frag() 1680 if ((disp - (oldsize-1)) >= 3 && (disp - (oldsize-1)) <= 10 && !linkrelax) in rx_relax_frag() 1683 else if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rx_relax_frag() 1686 else if (disp >= -32768 && (disp - (oldsize-3)) <= 32767) in rx_relax_frag() 1696 if ((disp - (oldsize-1)) >= 3 && (disp - (oldsize-1)) <= 10 && !linkrelax) in rx_relax_frag() 1699 else if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rx_relax_frag() 1702 else if (disp >= -32768 && (disp - (oldsize-3)) <= 32767) in rx_relax_frag() [all …]
|
| H A D | tc-rl78.c | 909 int disp; in rl78_relax_frag() local 972 disp = (int) addr0 - (int) mypc; in rl78_relax_frag() 977 if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rl78_relax_frag() 984 if (disp >= -128 && (disp - (oldsize-3)) <= 127) in rl78_relax_frag() 990 if (disp >= -128 && (disp - (oldsize-1)) <= 127) in rl78_relax_frag() 996 if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rl78_relax_frag() 1049 int disp; in md_convert_frag() local 1074 disp = 0; in md_convert_frag() 1080 disp = (int) addr0 - (int) mypc; in md_convert_frag() 1081 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp); in md_convert_frag() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-rx.c | 1551 int disp; in rx_relax_frag() local 1649 disp = (int) addr0 - (int) mypc; in rx_relax_frag() 1654 if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rx_relax_frag() 1657 else if (disp >= -32768 && (disp - (oldsize-5)) <= 32767) in rx_relax_frag() 1667 if ((disp - (oldsize-1)) >= 3 && (disp - (oldsize-1)) <= 10 && !linkrelax) in rx_relax_frag() 1670 else if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rx_relax_frag() 1673 else if (disp >= -32768 && (disp - (oldsize-3)) <= 32767) in rx_relax_frag() 1683 if ((disp - (oldsize-1)) >= 3 && (disp - (oldsize-1)) <= 10 && !linkrelax) in rx_relax_frag() 1686 else if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rx_relax_frag() 1689 else if (disp >= -32768 && (disp - (oldsize-3)) <= 32767) in rx_relax_frag() [all …]
|
| H A D | tc-rl78.c | 898 int disp; in rl78_relax_frag() local 961 disp = (int) addr0 - (int) mypc; in rl78_relax_frag() 966 if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rl78_relax_frag() 973 if (disp >= -128 && (disp - (oldsize-3)) <= 127) in rl78_relax_frag() 979 if (disp >= -128 && (disp - (oldsize-1)) <= 127) in rl78_relax_frag() 985 if (disp >= -128 && (disp - (oldsize-2)) <= 127) in rl78_relax_frag() 1038 int disp; in md_convert_frag() local 1063 disp = 0; in md_convert_frag() 1069 disp = (int) addr0 - (int) mypc; in md_convert_frag() 1070 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp); in md_convert_frag() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | unwind-seh.c | 74 PDISPATCHER_CONTEXT disp; member 137 return c->disp->HandlerData; in _Unwind_GetLanguageSpecificData() 143 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase; in _Unwind_GetRegionStart() 166 return c->disp->ImageBase; in _Unwind_GetTextRelBase() 236 gcc_context.disp = ms_disp; in _GCC_specific_handler() 449 gcc_context.disp = &disp_context; in _Unwind_Backtrace() 450 gcc_context.disp->ContextRecord = &ms_context; in _Unwind_Backtrace() 451 gcc_context.disp->HistoryTable = &ms_history; in _Unwind_Backtrace() 455 gcc_context.disp->ControlPc = ms_context.Rip; in _Unwind_Backtrace() 456 gcc_context.disp->FunctionEntry in _Unwind_Backtrace() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | unwind-seh.c | 74 PDISPATCHER_CONTEXT disp; member 137 return c->disp->HandlerData; in _Unwind_GetLanguageSpecificData() 143 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase; in _Unwind_GetRegionStart() 166 return c->disp->ImageBase; in _Unwind_GetTextRelBase() 236 gcc_context.disp = ms_disp; in _GCC_specific_handler() 449 gcc_context.disp = &disp_context; in _Unwind_Backtrace() 450 gcc_context.disp->ContextRecord = &ms_context; in _Unwind_Backtrace() 451 gcc_context.disp->HistoryTable = &ms_history; in _Unwind_Backtrace() 455 gcc_context.disp->ControlPc = ms_context.Rip; in _Unwind_Backtrace() 456 gcc_context.disp->FunctionEntry in _Unwind_Backtrace() [all …]
|
| /netbsd-src/sys/arch/sh3/sh3/ |
| H A D | db_disasm.c | 480 int rn, rm, disp; in f_10() local 484 disp = (insn & 0x000f); in f_10() 485 disp *= 4; in f_10() 487 snprintf(buf, len, "mov.l r%d, @(%d, r%d)", rm, disp, rn); in f_10() 1187 int rn, rm, disp; in f_50() local 1191 disp = (insn & 0x000f); in f_50() 1192 disp *= 4; in f_50() 1194 snprintf(buf, len, "mov.l @(%d, r%d), r%d", disp, rm, rn); in f_50() 1329 int type, md, rn, disp; in f_80() local 1337 disp = (insn & 0x000f); in f_80() [all …]
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | dispatch.h | 340 dns_dispatch_attach(dns_dispatch_t *disp, dns_dispatch_t **dispp); 360 dns_dispatch_starttcp(dns_dispatch_t *disp); 378 dns_dispatch_addresponse(dns_dispatch_t *disp, unsigned int options, 438 dns_dispatch_getsocket(dns_dispatch_t *disp); 450 dns_dispatch_getlocaladdress(dns_dispatch_t *disp, isc_sockaddr_t *addrp); 465 dns_dispatch_cancel(dns_dispatch_t *disp); 474 dns_dispatch_getattributes(dns_dispatch_t *disp); 484 dns_dispatch_changeattributes(dns_dispatch_t *disp, unsigned int attributes, 509 dns_dispatch_importrecv(dns_dispatch_t *disp, isc_event_t *event); 564 dns_dispatch_setdscp(dns_dispatch_t *disp, isc_dscp_t dscp); [all …]
|