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

1 2 3 4

  /src/sys/arch/hp300/stand/common/
dcm.c 56 struct hp_hw *hw; local
59 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++)
60 if (HW_ISDEV(hw, D_COMMDCM) && !badaddr((void *)hw->hw_kva))
62 if (!HW_ISDEV(hw, D_COMMDCM)) {
66 dcmcnaddr = (struct dcmdevice *) hw->hw_kva;
84 curcons_scode = hw->hw_sc;
hpib.c 55 struct hp_hw *hw; local
60 for (hw = sc_table; i < NHPIB && hw < &sc_table[MAXCTLRS]; hw++) {
61 if (!HW_ISHPIB(hw))
64 hs->sc_addr = hw->hw_kva;
69 printf("hpib%d at sc%d\n", i, hw->hw_sc);
70 hw->hw_pa = (void *) i; /* XXX for autoconfig */
autoconf.c 148 struct hp_hw *hw; local
152 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++)
153 if (hw->hw_sc == sc)
157 ctlr = (int)hw->hw_pa;
196 struct hp_hw *hw; local
198 hw = sc_table;
208 hw->hw_pa = 0; /* XXX used to pass back LUN from driver */
210 hw->hw_size = DIOII_SIZE(id_reg)
    [all...]
ite.c 202 struct hp_hw *hw; local
207 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++) {
208 if (!HW_ISDEV(hw, D_BITMAP))
210 fb = (struct diofbreg *)hw->hw_kva;
222 ip->scode = hw->hw_sc;
scsi.c 81 struct hp_hw *hw; local
87 for (hw = sc_table; i < NSCSI && hw < &sc_table[MAXCTLRS]; hw++) {
88 if (!HW_ISSCSI(hw))
91 hs->sc_addr = hw->hw_kva;
94 printf("scsi%d at sc%d\n", i, hw->hw_sc);
95 hw->hw_pa = (void *) i; /* XXX for autoconfig */
  /src/external/gpl3/gdb.old/dist/sim/cris/
dv-cris_900000xx.c 25 #include "hw-main.h"
32 cris_io_write_buffer (struct hw *me, const void *source,
57 attach_regs (struct hw *me, struct cris_900000xx_hw *hw)
80 cris_900000xx_finish (struct hw *me)
82 struct cris_900000xx_hw *hw; local
84 hw = HW_ZALLOC (me, struct cris_900000xx_hw);
85 set_hw_data (me, hw);
88 attach_regs (me, hw);
  /src/external/gpl3/gdb.old/dist/sim/m32r/
dv-m32r_cache.c 25 #include "hw-main.h"
34 cris_io_write_buffer (struct hw *me, const void *source,
60 attach_regs (struct hw *me, struct m32r_cache_hw *hw)
83 m32r_cache_finish (struct hw *me)
85 struct m32r_cache_hw *hw; local
87 hw = HW_ZALLOC (me, struct m32r_cache_hw);
88 set_hw_data (me, hw);
91 attach_regs (me, hw);
  /src/external/gpl3/gdb/dist/sim/cris/
dv-cris_900000xx.c 25 #include "hw-main.h"
32 cris_io_write_buffer (struct hw *me, const void *source,
57 attach_regs (struct hw *me, struct cris_900000xx_hw *hw)
80 cris_900000xx_finish (struct hw *me)
82 struct cris_900000xx_hw *hw; local
84 hw = HW_ZALLOC (me, struct cris_900000xx_hw);
85 set_hw_data (me, hw);
88 attach_regs (me, hw);
  /src/external/gpl3/gdb/dist/sim/m32r/
dv-m32r_cache.c 25 #include "hw-main.h"
34 cris_io_write_buffer (struct hw *me, const void *source,
60 attach_regs (struct hw *me, struct m32r_cache_hw *hw)
83 m32r_cache_finish (struct hw *me)
85 struct m32r_cache_hw *hw; local
87 hw = HW_ZALLOC (me, struct m32r_cache_hw);
88 set_hw_data (me, hw);
91 attach_regs (me, hw);
  /src/usr.bin/rump_dhcpclient/
bpf.c 141 struct ether_header hw; local
144 memset(&hw, 0, ETHER_HDR_LEN);
145 memset(&hw.ether_dhost, 0xff, ETHER_ADDR_LEN);
146 hw.ether_type = htons(protocol);
147 iov[0].iov_base = &hw;
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_siv.h 32 const PROV_CIPHER_HW_AES_SIV *hw; member in struct:prov_siv_ctx_st
cipher_chacha20.c 178 PROV_CIPHER_HW_CHACHA20 *hw = (PROV_CIPHER_HW_CHACHA20 *)ctx->hw; local
180 hw->initiv(ctx);
197 PROV_CIPHER_HW_CHACHA20 *hw = (PROV_CIPHER_HW_CHACHA20 *)ctx->hw; local
199 hw->initiv(ctx);
cipher_chacha20_poly1305.c 180 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = (PROV_CIPHER_HW_CHACHA20_POLY1305 *)ctx->base.hw; local
234 len = hw->tls_init(&ctx->base, p->data, p->data_size);
248 if (hw->tls_iv_set_fixed(&ctx->base, p->data, p->data_size) == 0) {
266 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = (PROV_CIPHER_HW_CHACHA20_POLY1305 *)ctx->hw; local
268 hw->initiv(ctx);
285 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = (PROV_CIPHER_HW_CHACHA20_POLY1305 *)ctx->hw; local
287 hw->initiv(ctx)
299 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = (PROV_CIPHER_HW_CHACHA20_POLY1305 *)ctx->hw; local
324 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = (PROV_CIPHER_HW_CHACHA20_POLY1305 *)ctx->hw; local
    [all...]
ciphercommon_ccm.c 216 if (!ctx->hw->gettag(ctx, p->data, p->data_size))
249 if (!ctx->hw->setkey(ctx, key, keylen))
327 const PROV_CCM_HW *hw = ctx->hw; local
329 if (!hw->setiv(ctx, ctx->iv, ccm_get_ivlen(ctx), mlen))
360 if (!ctx->hw->setaad(ctx, ctx->buf, ctx->tls_aad_len))
367 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m))
371 if (!ctx->hw->auth_decrypt(ctx, in, out, len,
388 const PROV_CCM_HW *hw = ctx->hw; local
    [all...]
cipher_aes_cbc_hmac_sha.c 89 PROV_CIPHER_HW_AES_HMAC_SHA *hw = (PROV_CIPHER_HW_AES_HMAC_SHA *)ctx->hw; local
105 hw->init_mac_key(ctx, p->data, p->data_size);
137 if (hw->tls1_multiblock_aad(vctx, &mb_param) <= 0)
168 if (hw->tls1_multiblock_encrypt(vctx, &mb_param) <= 0)
179 if (hw->set_tls1_aad(ctx, p->data, p->data_size) <= 0)
227 PROV_CIPHER_HW_AES_HMAC_SHA *hw = (PROV_CIPHER_HW_AES_HMAC_SHA *)ctx->hw; local
228 size_t len = hw->tls1_multiblock_max_bufsize(ctx);
315 ctx->hw = (PROV_CIPHER_HW_AES_HMAC_SHA *)ctx->base.hw
    [all...]
cipher_aes_cbc_hmac_sha.h 44 const PROV_CIPHER_HW_AES_HMAC_SHA *hw; member in struct:prov_aes_hmac_sha_ctx_st
cipher_aes_gcm_siv.h 35 const PROV_CIPHER_HW_AES_GCM_SIV *hw; /* maybe not used, yet? */ member in struct:prov_aes_gcm_siv_ctx_st
ciphercommon_gcm.c 34 const PROV_GCM_HW *hw)
42 ctx->hw = hw;
75 if (!ctx->hw->setkey(ctx, key, ctx->keylen))
116 || !ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen))
138 if (!ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen))
417 const PROV_GCM_HW *hw = ctx->hw; local
437 if (!hw->setiv(ctx, ctx->iv, ctx->ivlen))
445 if (!hw->aadupdate(ctx, in, len)
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_siv.h 32 const PROV_CIPHER_HW_AES_SIV *hw; member in struct:prov_siv_ctx_st
cipher_chacha20.c 178 PROV_CIPHER_HW_CHACHA20 *hw = (PROV_CIPHER_HW_CHACHA20 *)ctx->hw; local
180 hw->initiv(ctx);
197 PROV_CIPHER_HW_CHACHA20 *hw = (PROV_CIPHER_HW_CHACHA20 *)ctx->hw; local
199 hw->initiv(ctx);
cipher_chacha20_poly1305.c 167 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = local
168 (PROV_CIPHER_HW_CHACHA20_POLY1305 *)ctx->base.hw;
222 len = hw->tls_init(&ctx->base, p->data, p->data_size);
236 if (hw->tls_iv_set_fixed(&ctx->base, p->data, p->data_size) == 0) {
255 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = local
256 (PROV_CIPHER_HW_CHACHA20_POLY1305 *)ctx->hw;
258 hw->initiv(ctx);
275 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = local
276 (PROV_CIPHER_HW_CHACHA20_POLY1305 *)ctx->hw;
278 hw->initiv(ctx)
290 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = local
316 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = local
    [all...]
ciphercommon_ccm.c 216 if (!ctx->hw->gettag(ctx, p->data, p->data_size))
249 if (!ctx->hw->setkey(ctx, key, keylen))
327 const PROV_CCM_HW *hw = ctx->hw; local
329 if (!hw->setiv(ctx, ctx->iv, ccm_get_ivlen(ctx), mlen))
360 if (!ctx->hw->setaad(ctx, ctx->buf, ctx->tls_aad_len))
367 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m))
371 if (!ctx->hw->auth_decrypt(ctx, in, out, len,
388 const PROV_CCM_HW *hw = ctx->hw; local
    [all...]
  /src/common/lib/libc/string/
memmem.c 42 uint16_t nw = n[0] << 8 | n[1], hw = h[0] << 8 | h[1]; local
43 for (h += 2, k -= 2; k; k--, hw = hw << 8 | *h++)
44 if (hw == nw) return __UNCONST(h - 2);
45 return hw == nw ? __UNCONST(h - 2) : 0;
52 uint32_t hw = (uint32_t)h[0] << 24 | h[1] << 16 | h[2] << 8; local
53 for (h += 3, k -= 3; k; k--, hw = (hw|*h++) << 8)
54 if (hw == nw) return __UNCONST(h - 3);
55 return hw == nw ? __UNCONST(h - 3) : 0
62 uint32_t hw = (uint32_t)h[0] << 24 | h[1] << 16 | h[2] << 8 | h[3]; local
    [all...]
  /src/sys/dev/dtv/
dtvif.h 70 const struct dtv_hw_if *hw; member in struct:dtv_attach_args
  /src/sys/lib/libgnuefi/
Makefile 54 error.c event.c guid.c hand.c hw.c init.c lock.c \
65 COPTS.hw.c= -Wno-shadow

Completed in 37 milliseconds

1 2 3 4