HomeSort by: relevance | last modified time | path
    Searched defs:hc (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/arch/hpcmips/dev/
ucbio.c 99 struct hpcio_chip *hc = &sc->sc_hc; local
105 hc->hc_sc = sc;
106 hc->hc_chipid = 2;
107 hc->hc_name = "UCB1200";
108 hc->hc_portread = betty_in;
109 hc->hc_portwrite = betty_out;
110 hc->hc_intr_establish = betty_intr_establish;
111 hc->hc_intr_disestablish = betty_intr_disestablish;
112 hc->hc_update = betty_update;
113 hc->hc_dump = betty_dump
    [all...]
optpoint.c 29 * OptOpint on Telios HC-AJ2
119 /* Specific SPI settings for OptPoint of HC-AJ2 */
202 struct hpcio_chip *hc = sc->sc_hc; local
218 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_C_REQ, 1);
219 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_T_RDY, 1);
233 struct hpcio_chip *hc = sc->sc_hc; local
239 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_C_REQ, 0)
266 struct hpcio_chip *hc = sc->sc_hc; local
292 struct hpcio_chip *hc = sc->sc_hc; local
302 struct hpcio_chip *hc = sc->sc_hc; local
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/
condition.c 66 HANDLE hc; local
78 hc = CreateEvent(NULL, FALSE, FALSE, NULL);
79 if (hc == NULL) {
88 newthread->handle[LBROADCAST] = hc;
  /src/external/gpl2/groff/dist/src/libs/libgroff/
symbol.cpp 58 unsigned int hc = 0, g; local
60 hc = *p++;
62 hc <<= 7;
63 hc += *p++;
65 hc <<= 4;
66 hc += *p;
67 if ((g = (hc & 0xf0000000)) == 0) {
68 hc ^= g >> 24;
69 hc ^= g;
74 return hc;
97 unsigned int hc = hash_string(p); local
    [all...]
  /src/sys/arch/cesfic/cesfic/
dp8570a.h 17 u_int8_t s100c, sc, minc, hc, dmc, mc, yc, jc, j100c, dwc; member in struct:dp8570reg
  /src/external/gpl2/lvm2/dist/libdm/datastruct/
hash.c 95 struct dm_hash_table *hc = dm_malloc(sizeof(*hc)); local
97 if (!hc) {
102 memset(hc, 0, sizeof(*hc));
108 hc->num_slots = new_size;
109 len = sizeof(*(hc->slots)) * new_size;
110 if (!(hc->slots = dm_malloc(len))) {
114 memset(hc->slots, 0, len);
115 return hc;
    [all...]
  /src/sys/dev/hpc/
hpckbd.c 200 hpckbd_initcore(struct hpckbd_core *hc, struct hpckbd_ic_if *ic, int console)
202 hc->hc_polling = 0;
203 hc->hc_console = console;
204 hc->hc_ic = ic;
207 hc->hc_head = hc->hc_tail = hc->hc_eventq;
208 hc->hc_nevents = 0;
210 hpckbd_keymap_lookup(hc);
214 hpckbd_initif(struct hpckbd_core *hc)
388 struct hpckbd_core *hc = arg; local
456 struct hpckbd_core *hc = &hpckbd_consdata; local
472 struct hpckbd_core *hc = arg; local
484 struct hpckbd_core *hc = arg; local
492 struct hpckbd_core *hc = arg; local
518 struct hpckbd_core *hc = arg; local
    [all...]
  /src/usr.sbin/iopctl/
iopctl.c 426 int hc, lc, i, nit; local
430 hc = 0;
444 if (hc)
447 hc = 1;
  /src/external/apache2/llvm/dist/libcxx/src/
debug.cpp 155 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
156 __c_node* c = __cbeg_[hc];
199 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
200 __c_node* p = __cbeg_[hc];
204 __cbeg_[hc] = __fn(buf, __c, p);
250 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
251 __c_node* p = __cbeg_[hc];
281 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
282 __c_node* p = __cbeg_[hc];
307 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_) local
334 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
450 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); local
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
browser.c 162 WebKitHitTestResultContext hc = webkit_hit_test_result_get_context(h); local
165 if (hc & WEBKIT_HIT_TEST_RESULT_CONTEXT_LINK)
167 else if (hc & WEBKIT_HIT_TEST_RESULT_CONTEXT_IMAGE)
169 else if (hc & WEBKIT_HIT_TEST_RESULT_CONTEXT_MEDIA)
  /src/sys/dev/ic/
mvsatavar.h 34 int hc; member in struct:mvsata_product
100 int hc; member in struct:mvsata_hc
mvsata.c 77 #define MVSATA_HC_READ_4(hc, reg) \
78 bus_space_read_4((hc)->hc_iot, (hc)->hc_ioh, (reg))
79 #define MVSATA_HC_WRITE_4(hc, reg, val) \
80 bus_space_write_4((hc)->hc_iot, (hc)->hc_ioh, (reg), (val))
280 int hc, port, channel; local
282 aprint_normal_dev(MVSATA_DEV(sc), "Gen%s, %dhc, %dport/hc\n",
285 product->hc, product->port);
318 sc->sc_hc = product->hc;
363 "can't subregion SATAHC %d registers\\n", hc); local
3107 int hc, port, rv, i; local
3623 struct mvsata_hc *hc = mvport->port_hc; local
    [all...]
  /src/sys/dev/marvell/
mvsdio.c 528 uint32_t tm, c, hc, aacc, nisie, wait; local
590 hc = bus_space_read_4(sc->sc_iot, sc->sc_ioh, MVSDIO_HC);
591 hc |= (HC_TIMEOUTVALUE_MAX | HC_TIMEOUTEN);
592 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_HC, hc);
648 DPRINTF(2, ("%s: TM=0x%x, C=0x%x, HC=0x%x\n", __func__, tm, c, hc));
  /src/sys/dev/pci/
mvsata_pci.c 70 #define MVSATA_PCI_MAINIRQ_SATAERR(hc, port) \
71 (1 << (((port) << 1) + (hc) * 9))
72 #define MVSATA_PCI_MAINIRQ_SATADONE(hc, port) \
73 (1 << (((port) << 1) + (hc) * 9 + 1))
74 #define MVSATA_PCI_MAINIRQ_SATACOALDONE(hc) (1 << ((hc) * 9 + 8))
157 int read_pre_amps, hc, port, rv, i; local
229 for (hc = 0; hc < sc->sc_hc; hc++
259 int hc, port, handled = 0; local
506 int hc = mvport->port_hc->hc, port = mvport->port; local
    [all...]
  /src/sys/arch/xen/xen/
privcmd.c 814 privcmd_hypercall_t *hc = ap->a_data; local
815 if (hc->op >= (PAGE_SIZE >> 5))
849 : "0" ((unsigned int)hc->op),
850 "1" (hc->arg[0]),
851 "2" (hc->arg[1]),
852 "3" (hc->arg[2]),
853 "g" (hc->arg[3]),
854 "g" (hc->arg[4])
863 hc->retval = error;
868 hc->retval = 0
    [all...]
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 214 static int hc; /* avdtp control/command channel */ variable
272 sc = hc = -1;
674 sc = hc = -1;
742 avdtpSendCommand(hc, AVDTP_DISCOVER, 0,
965 if ((hc = accept(orighc,(struct sockaddr*)&addr, &len)) < 0)
969 avdtpSendCommand(hc, AVDTP_DISCOVER, 0, NULL, 0);
971 event_set(&ctl_ev, hc, EV_READ | EV_PERSIST, do_ctlreq, NULL);
1061 hc = orighc;
1062 avdtpSendCommand(hc, AVDTP_DISCOVER, 0, NULL, 0);
1064 event_set(&ctl_ev, hc, EV_READ | EV_PERSIST, do_ctlreq, NULL)
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libbib/
index.cpp 486 unsigned hc = hash(key_buffer, len); local
488 for (int h = hc % common_words_table_size;
498 int li = table[int(hc % header.table_size)];
  /src/sys/arch/arm/broadcom/
bcm283x_platform.c 1051 bus_space_handle_t hc; local
1062 BUS_SPACE_MAP_LINEAR|BUS_SPACE_MAP_PREFETCHABLE, &hc) != 0) {
1067 cmem = bus_space_vaddr(faa->faa_bst, hc);
  /src/sys/arch/x86/x86/
hyperv.c 623 uint64_t hc; local
626 hc = rdmsr(MSR_HV_HYPERCALL);
627 wrmsr(MSR_HV_HYPERCALL, hc & MSR_HV_HYPERCALL_RSVD_MASK);
696 uint64_t hc, hc_orig; local
710 hc = (atop(hyperv_hypercall_ctx.hc_paddr) << MSR_HV_HYPERCALL_PGSHIFT) |
713 wrmsr(MSR_HV_HYPERCALL, hc);
718 hc = rdmsr(MSR_HV_HYPERCALL);
719 if (!(hc & MSR_HV_HYPERCALL_ENABLE)) {
  /src/sys/dev/i2o/
iop.c 2308 int hc, lc, i, nit; local
2312 hc = 0;
2326 if (hc)
2329 hc = 1;
  /src/sys/kern/
sys_aio.c 2247 struct aiocbp *hc; local
2253 TAILQ_FOREACH(hc, &sp->aio_hash[b], list) {
2254 (*pr)(" uptr=%p job=%p", hc->uptr, hc->job);
  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 4281 struct hcodes_s hc = msp430_hcodes[opcode->insn_opnumb]; local
4284 hc = msp430x_hcodes[opcode->insn_opnumb];
4289 bfd_putl16 (hc.op0, frag);
4290 bfd_putl16 (hc.op1, frag + 2);
4825 struct hcodes_s * hc = NULL; local
4903 for (i = 0; i < 4 && !hc; i++)
4905 hc = msp430x_hcodes + i;
4909 for (i = 0; i < 4 && !hc; i++)
4911 hc = &msp430_hcodes[i];
4913 if (!hc || !hc->name
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 4281 struct hcodes_s hc = msp430_hcodes[opcode->insn_opnumb]; local
4284 hc = msp430x_hcodes[opcode->insn_opnumb];
4289 bfd_putl16 (hc.op0, frag);
4290 bfd_putl16 (hc.op1, frag + 2);
4825 struct hcodes_s * hc = NULL; local
4903 for (i = 0; i < 4 && !hc; i++)
4905 hc = msp430x_hcodes + i;
4909 for (i = 0; i < 4 && !hc; i++)
4911 hc = &msp430_hcodes[i];
4913 if (!hc || !hc->name
    [all...]
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 4115 char *hc[2] = { "s.acl.h", ".s.open.h.hyLZlg" }; local
4135 VERIFY3U(0, ==, zap_add(os, object, hc[i], sizeof (uint64_t),
4139 VERIFY3U(EEXIST, ==, zap_add(os, object, hc[i],
4142 zap_length(os, object, hc[i], &zl_intsize, &zl_ints));
4147 VERIFY3U(0, ==, zap_remove(os, object, hc[i], tx));
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 7221 return "HC (Quadruple precision complex, H floating)";
9512 struct bfd_link_hash_entry *hc = (struct bfd_link_hash_entry *) bh;
9517 if (hc->type == bfd_link_hash_warning)
9519 hc = hc->u.i.link;
9520 if (hc->type == bfd_link_hash_new)
9523 h = (struct alpha_vms_link_hash_entry *) hc;
9499 struct bfd_link_hash_entry *hc = (struct bfd_link_hash_entry *) bh; local

Completed in 68 milliseconds

1 2