Home
last modified time | relevance | path

Searched refs:hdata (Results 26 – 50 of 1010) sorted by relevance

12345678910>>...41

/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c1205 if (hdata) {
1213 if (hdata->item)
1548 if (!hdata->item)
1663 g_assert (hdata);
1704 node = g_slist_find (hdata->batch->hist_items, hdata->item);
1734 node = g_slist_find (hdata->batch->hist_items, hdata->item);
2034 return hdata;
2045 return hdata;
2059 if (hdata->item)
2061 if (hdata->tag)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/lib/sbi/
H A Dsbi_hsm.c62 struct sbi_hsm_data *hdata; in __sbi_hsm_hart_get_state() local
69 hdata = sbi_scratch_offset_ptr(scratch, hart_data_offset); in __sbi_hsm_hart_get_state()
70 return atomic_read(&hdata->state); in __sbi_hsm_hart_get_state()
126 oldstate = atomic_cmpxchg(&hdata->state, SBI_HART_STARTING, in sbi_hsm_prepare_next_jump()
145 while (atomic_read(&hdata->state) != SBI_HART_STARTING) { in sbi_hsm_hart_wait()
160 struct sbi_hsm_data *hdata; in sbi_hsm_init() local
174 hdata = sbi_scratch_offset_ptr(rscratch, in sbi_hsm_init()
176 ATOMIC_INIT(&hdata->state, in sbi_hsm_init()
194 hstate = atomic_cmpxchg(&hdata->state, SBI_HART_STOPPING, in sbi_hsm_exit()
225 struct sbi_hsm_data *hdata; in sbi_hsm_hart_start() local
[all …]
/dports/sysutils/opensbi/opensbi-0.9/lib/sbi/
H A Dsbi_hsm.c62 struct sbi_hsm_data *hdata; in __sbi_hsm_hart_get_state() local
69 hdata = sbi_scratch_offset_ptr(scratch, hart_data_offset); in __sbi_hsm_hart_get_state()
70 return atomic_read(&hdata->state); in __sbi_hsm_hart_get_state()
126 oldstate = atomic_cmpxchg(&hdata->state, SBI_HART_STARTING, in sbi_hsm_prepare_next_jump()
145 while (atomic_read(&hdata->state) != SBI_HART_STARTING) { in sbi_hsm_hart_wait()
160 struct sbi_hsm_data *hdata; in sbi_hsm_init() local
174 hdata = sbi_scratch_offset_ptr(rscratch, in sbi_hsm_init()
176 ATOMIC_INIT(&hdata->state, in sbi_hsm_init()
194 hstate = atomic_cmpxchg(&hdata->state, SBI_HART_STOPPING, in sbi_hsm_exit()
225 struct sbi_hsm_data *hdata; in sbi_hsm_hart_start() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/opensbi/lib/sbi/
H A Dsbi_hsm.c62 struct sbi_hsm_data *hdata; in __sbi_hsm_hart_get_state() local
69 hdata = sbi_scratch_offset_ptr(scratch, hart_data_offset); in __sbi_hsm_hart_get_state()
70 return atomic_read(&hdata->state); in __sbi_hsm_hart_get_state()
126 oldstate = atomic_cmpxchg(&hdata->state, SBI_HART_STARTING, in sbi_hsm_prepare_next_jump()
145 while (atomic_read(&hdata->state) != SBI_HART_STARTING) { in sbi_hsm_hart_wait()
160 struct sbi_hsm_data *hdata; in sbi_hsm_init() local
174 hdata = sbi_scratch_offset_ptr(rscratch, in sbi_hsm_init()
176 ATOMIC_INIT(&hdata->state, in sbi_hsm_init()
194 hstate = atomic_cmpxchg(&hdata->state, SBI_HART_STOPPING, in sbi_hsm_exit()
225 struct sbi_hsm_data *hdata; in sbi_hsm_hart_start() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-rmi.c318 rmi_reset_attn_mode(hdata->hdev); in rmi_reset_work()
350 memcpy(hdata->readReport, data, size < hdata->input_report_size ? in rmi_read_data_event()
353 wake_up(&hdata->wait); in rmi_read_data_event()
596 struct rmi_data *hdata = data; in rmi_irq_teardown() local
605 hdata->domain = NULL; in rmi_irq_teardown()
606 hdata->rmi_irq = 0; in rmi_irq_teardown()
627 &rmi_irq_ops, hdata); in rmi_setup_irq_domain()
628 if (!hdata->domain) in rmi_setup_irq_domain()
635 hdata->rmi_irq = irq_create_mapping(hdata->domain, 0); in rmi_setup_irq_domain()
636 if (hdata->rmi_irq <= 0) { in rmi_setup_irq_domain()
[all …]
H A Dhid-alps.c330 y = hdata->y_max - y + hdata->y_min; in t4_raw_event()
338 input_mt_slot(hdata->input, i); in t4_raw_event()
350 input_mt_sync_frame(hdata->input); in t4_raw_event()
354 input_sync(hdata->input); in t4_raw_event()
380 input_mt_slot(hdata->input, i); in u1_raw_event()
385 input_report_abs(hdata->input, in u1_raw_event()
387 input_report_abs(hdata->input, in u1_raw_event()
389 input_report_abs(hdata->input, in u1_raw_event()
396 input_mt_sync_frame(hdata->input); in u1_raw_event()
405 input_sync(hdata->input); in u1_raw_event()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-rmi.c318 rmi_reset_attn_mode(hdata->hdev); in rmi_reset_work()
350 memcpy(hdata->readReport, data, size < hdata->input_report_size ? in rmi_read_data_event()
353 wake_up(&hdata->wait); in rmi_read_data_event()
596 struct rmi_data *hdata = data; in rmi_irq_teardown() local
605 hdata->domain = NULL; in rmi_irq_teardown()
606 hdata->rmi_irq = 0; in rmi_irq_teardown()
627 &rmi_irq_ops, hdata); in rmi_setup_irq_domain()
628 if (!hdata->domain) in rmi_setup_irq_domain()
635 hdata->rmi_irq = irq_create_mapping(hdata->domain, 0); in rmi_setup_irq_domain()
636 if (hdata->rmi_irq <= 0) { in rmi_setup_irq_domain()
[all …]
H A Dhid-alps.c330 y = hdata->y_max - y + hdata->y_min; in t4_raw_event()
338 input_mt_slot(hdata->input, i); in t4_raw_event()
350 input_mt_sync_frame(hdata->input); in t4_raw_event()
354 input_sync(hdata->input); in t4_raw_event()
380 input_mt_slot(hdata->input, i); in u1_raw_event()
385 input_report_abs(hdata->input, in u1_raw_event()
387 input_report_abs(hdata->input, in u1_raw_event()
389 input_report_abs(hdata->input, in u1_raw_event()
396 input_mt_sync_frame(hdata->input); in u1_raw_event()
405 input_sync(hdata->input); in u1_raw_event()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-rmi.c318 rmi_reset_attn_mode(hdata->hdev); in rmi_reset_work()
350 memcpy(hdata->readReport, data, size < hdata->input_report_size ? in rmi_read_data_event()
353 wake_up(&hdata->wait); in rmi_read_data_event()
596 struct rmi_data *hdata = data; in rmi_irq_teardown() local
605 hdata->domain = NULL; in rmi_irq_teardown()
606 hdata->rmi_irq = 0; in rmi_irq_teardown()
627 &rmi_irq_ops, hdata); in rmi_setup_irq_domain()
628 if (!hdata->domain) in rmi_setup_irq_domain()
635 hdata->rmi_irq = irq_create_mapping(hdata->domain, 0); in rmi_setup_irq_domain()
636 if (hdata->rmi_irq <= 0) { in rmi_setup_irq_domain()
[all …]
H A Dhid-alps.c330 y = hdata->y_max - y + hdata->y_min; in t4_raw_event()
338 input_mt_slot(hdata->input, i); in t4_raw_event()
350 input_mt_sync_frame(hdata->input); in t4_raw_event()
354 input_sync(hdata->input); in t4_raw_event()
380 input_mt_slot(hdata->input, i); in u1_raw_event()
385 input_report_abs(hdata->input, in u1_raw_event()
387 input_report_abs(hdata->input, in u1_raw_event()
389 input_report_abs(hdata->input, in u1_raw_event()
396 input_mt_sync_frame(hdata->input); in u1_raw_event()
405 input_sync(hdata->input); in u1_raw_event()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Da3000.c30 unsigned int status = hdata->regs->ISTR; in a3000_intr()
49 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup()
50 struct a3000_scsiregs *regs = hdata->regs; in dma_setup()
113 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop()
187 struct a3000_hostdata *hdata; in amiga_a3000_scsi_probe() local
211 hdata = shost_priv(instance); in amiga_a3000_scsi_probe()
212 hdata->wh.no_sync = 0xff; in amiga_a3000_scsi_probe()
213 hdata->wh.fast = 0; in amiga_a3000_scsi_probe()
214 hdata->wh.dma_mode = CTRL_DMA; in amiga_a3000_scsi_probe()
215 hdata->regs = regs; in amiga_a3000_scsi_probe()
[all …]
H A Da2091.c29 unsigned int status = hdata->regs->ISTR; in a2091_intr()
45 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup()
46 struct a2091_scsiregs *regs = hdata->regs; in dma_setup()
111 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop()
172 struct a2091_hostdata *hdata; in a2091_probe() local
193 hdata = shost_priv(instance); in a2091_probe()
194 hdata->wh.no_sync = 0xff; in a2091_probe()
195 hdata->wh.fast = 0; in a2091_probe()
196 hdata->wh.dma_mode = CTRL_DMA; in a2091_probe()
197 hdata->regs = regs; in a2091_probe()
[all …]
H A Dgvp11.c31 unsigned int status = hdata->regs->CNTR; in gvp11_intr()
54 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup()
55 struct gvp11_scsiregs *regs = hdata->regs; in dma_setup()
150 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop()
277 struct gvp11_hostdata *hdata; in gvp11_probe() local
322 hdata = shost_priv(instance); in gvp11_probe()
328 hdata->wh.no_sync = 0xff; in gvp11_probe()
329 hdata->wh.fast = 0; in gvp11_probe()
330 hdata->wh.dma_mode = CTRL_DMA; in gvp11_probe()
331 hdata->regs = regs; in gvp11_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Da3000.c30 unsigned int status = hdata->regs->ISTR; in a3000_intr()
49 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup()
50 struct a3000_scsiregs *regs = hdata->regs; in dma_setup()
113 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop()
187 struct a3000_hostdata *hdata; in amiga_a3000_scsi_probe() local
211 hdata = shost_priv(instance); in amiga_a3000_scsi_probe()
212 hdata->wh.no_sync = 0xff; in amiga_a3000_scsi_probe()
213 hdata->wh.fast = 0; in amiga_a3000_scsi_probe()
214 hdata->wh.dma_mode = CTRL_DMA; in amiga_a3000_scsi_probe()
215 hdata->regs = regs; in amiga_a3000_scsi_probe()
[all …]
H A Da2091.c29 unsigned int status = hdata->regs->ISTR; in a2091_intr()
45 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup()
46 struct a2091_scsiregs *regs = hdata->regs; in dma_setup()
111 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop()
172 struct a2091_hostdata *hdata; in a2091_probe() local
193 hdata = shost_priv(instance); in a2091_probe()
194 hdata->wh.no_sync = 0xff; in a2091_probe()
195 hdata->wh.fast = 0; in a2091_probe()
196 hdata->wh.dma_mode = CTRL_DMA; in a2091_probe()
197 hdata->regs = regs; in a2091_probe()
[all …]
H A Dgvp11.c31 unsigned int status = hdata->regs->CNTR; in gvp11_intr()
54 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup()
55 struct gvp11_scsiregs *regs = hdata->regs; in dma_setup()
150 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop()
277 struct gvp11_hostdata *hdata; in gvp11_probe() local
322 hdata = shost_priv(instance); in gvp11_probe()
328 hdata->wh.no_sync = 0xff; in gvp11_probe()
329 hdata->wh.fast = 0; in gvp11_probe()
330 hdata->wh.dma_mode = CTRL_DMA; in gvp11_probe()
331 hdata->regs = regs; in gvp11_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Da2091.c29 unsigned int status = hdata->regs->ISTR; in a2091_intr()
45 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup()
46 struct a2091_scsiregs *regs = hdata->regs; in dma_setup()
111 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop()
172 struct a2091_hostdata *hdata; in a2091_probe() local
193 hdata = shost_priv(instance); in a2091_probe()
194 hdata->wh.no_sync = 0xff; in a2091_probe()
195 hdata->wh.fast = 0; in a2091_probe()
196 hdata->wh.dma_mode = CTRL_DMA; in a2091_probe()
197 hdata->regs = regs; in a2091_probe()
[all …]
H A Da3000.c30 unsigned int status = hdata->regs->ISTR; in a3000_intr()
49 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup()
50 struct a3000_scsiregs *regs = hdata->regs; in dma_setup()
113 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop()
187 struct a3000_hostdata *hdata; in amiga_a3000_scsi_probe() local
211 hdata = shost_priv(instance); in amiga_a3000_scsi_probe()
212 hdata->wh.no_sync = 0xff; in amiga_a3000_scsi_probe()
213 hdata->wh.fast = 0; in amiga_a3000_scsi_probe()
214 hdata->wh.dma_mode = CTRL_DMA; in amiga_a3000_scsi_probe()
215 hdata->regs = regs; in amiga_a3000_scsi_probe()
[all …]
H A Dgvp11.c31 unsigned int status = hdata->regs->CNTR; in gvp11_intr()
54 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup()
55 struct gvp11_scsiregs *regs = hdata->regs; in dma_setup()
150 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop()
277 struct gvp11_hostdata *hdata; in gvp11_probe() local
322 hdata = shost_priv(instance); in gvp11_probe()
328 hdata->wh.no_sync = 0xff; in gvp11_probe()
329 hdata->wh.fast = 0; in gvp11_probe()
330 hdata->wh.dma_mode = CTRL_DMA; in gvp11_probe()
331 hdata->regs = regs; in gvp11_probe()
[all …]
/dports/irc/atheme-services/atheme-7.2.9/modules/contrib/
H A Dns_waitreg.c21 static void waitreg_hook(hook_user_register_check_t *hdata) in waitreg_hook() argument
23 return_if_fail(hdata != NULL); in waitreg_hook()
24 return_if_fail(hdata->si != NULL); in waitreg_hook()
25 return_if_fail(hdata->password != NULL); in waitreg_hook()
27 if (hdata->si->su == NULL) in waitreg_hook()
30 if (hdata->si->su->ts >= CURRTIME - waitreg_time) in waitreg_hook()
32 …command_fail(hdata->si, fault_badparams, _("You can not register your nick so soon after connectin… in waitreg_hook()
33 hdata->approved++; in waitreg_hook()
H A Dns_mxcheck_async.c29 static void check_registration(hook_user_register_check_t *hdata);
79 static void check_registration(hook_user_register_check_t *hdata) in check_registration() argument
88 if (hdata->approved) in check_registration()
93 …command_fail(hdata->si, fault_toomany, "Sorry, too many registrations in progress. Try again later… in check_registration()
94 hdata->approved = 1; in check_registration()
101 mowgli_strlcpy(buf, hdata->email, sizeof buf); in check_registration()
120 …command_fail(hdata->si, fault_toomany, "Sorry, too many registrations in progress. Try again later… in check_registration()
121 hdata->approved = 1; in check_registration()
125 mowgli_strlcpy(pd->name, hdata->account, sizeof pd->name); in check_registration()
126 mowgli_strlcpy(pd->email, hdata->email, sizeof pd->email); in check_registration()
/dports/math/octave/octave-6.4.0/scripts/gui/
H A Dguihandles.m27 ## @deftypefn {} {@var{hdata} =} guihandles (@var{h})
28 ## @deftypefnx {} {@var{hdata} =} guihandles
34 ## The fieldname for each entry of @var{hdata} is taken from the @qcode{"tag"}
37 ## the entry in @var{hdata} will be a vector of handles. @code{guihandles}
43 function hdata = guihandles (h)
61 hdata = __make_guihandles_struct__ (h, []); variable
65 function hdata = __make_guihandles_struct__ (h, hdata)
69 if (isfield (hdata, tag))
70 hdata.(tag) = [hdata.(tag), h];
73 hdata.(tag) = h;
[all …]
/dports/net-im/mbpurple/mbpurple-0.3.0/microblog/
H A Dmb_http.c886 MbHttpData * hdata = NULL; in main() local
895 hdata = mb_http_data_new(); in main()
947 mb_http_data_prepare_write(hdata); in main()
950 printf("%s\n", hdata->packet); in main()
951 printf("packet_len = %d, strlen = %d\n", hdata->packet_len, strlen(hdata->packet)); in main()
953 mb_http_data_free(hdata); in main()
954 hdata =mb_http_data_new(); in main()
966 if(hdata->content_len > 0) in main()
970 mb_http_data_truncate(hdata); in main()
981 if(hdata->content_len > 0) in main()
[all …]
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dhparse.c86 head->hdata.textbuf = (char *)malloc(head->hdata.textbuf_len); in init_head_filter()
87 head->hdata.textbuf_end = head->hdata.textbuf; in init_head_filter()
88 head->hdata.curline = 0; in init_head_filter()
96 if( head->hdata.textbuf ) { in free_head_filter()
97 free(head->hdata.textbuf); in free_head_filter()
100 head->hdata.curline = 0; in free_head_filter()
112 l = head->hdata.textbuf_end - head->hdata.textbuf; in head_append_hline()
115 tmp = (char *)realloc(head->hdata.textbuf, 2 * head->hdata.textbuf_len); in head_append_hline()
119 head->hdata.textbuf_len); in head_append_hline()
130 head->hdata.curline = head->hdata.textbuf_end - head->hdata.textbuf; in head_append_hline()
[all …]
/dports/irc/atheme-services/atheme-7.2.9/modules/nickserv/
H A Dcracklib.c51 cracklib_hook(hook_user_register_check_t *hdata) in cracklib_hook() argument
59 return_if_fail(hdata != NULL); in cracklib_hook()
60 return_if_fail(hdata->si != NULL); in cracklib_hook()
61 return_if_fail(hdata->password != NULL); in cracklib_hook()
63 …if ((cracklib_reason = FascistCheck(hdata->password, check_dict(dict) ? nicksvs.cracklib_dict : NU… in cracklib_hook()
66 …command_fail(hdata->si, fault_badparams, _("The password provided is insecure because %s. You may … in cracklib_hook()
69 …command_fail(hdata->si, fault_badparams, _("The password provided is insecure: %s"), cracklib_reas… in cracklib_hook()
70 hdata->approved++; in cracklib_hook()

12345678910>>...41