Home
last modified time | relevance | path

Searched refs:inw (Results 1 – 14 of 14) sorted by relevance

/dragonfly/usr.sbin/config/
H A Dmkoptions.c107 char *inw; in do_option() local
166 if ((inw = get_word(inf)) == NULL || inw == (char *)EOF) in do_option()
169 if ((inw = get_word(inf)) == NULL || inw == (char *)EOF) in do_option()
171 inw = strdup(inw); in do_option()
177 if (strcmp(inw, name) == 0) { in do_option()
183 if (strcmp(inw, ol->o_name) == 0) in do_option()
185 if (strcmp(inw, name) != 0 && ol == NULL) { in do_option()
187 inw, file); in do_option()
191 inw, basefile, ol->o_file); in do_option()
196 op->op_name = inw; in do_option()
H A Dmkheaders.c135 char *file, *name, *inw; in do_header() local
155 if ((inw = get_word(inf)) == NULL || inw == (char *)EOF) in do_header()
157 if ((inw = get_word(inf)) == NULL || inw == (char *)EOF) in do_header()
159 inw = strdup(inw); in do_header()
164 if (strcmp(inw, name) == 0) { in do_header()
173 fl->f_fn = inw; /* malloced */ in do_header()
/dragonfly/sys/dev/netif/sn/
H A Dif_sn.c174 rev = inw(BASE + REVISION_REG_W); in sn_attach()
179 i = inw(BASE + CONFIG_REG_W); in sn_attach()
198 address = inw(BASE + IAR_ADDR0_REG_W + i); in sn_attach()
266 flags = inw(BASE + CONFIG_REG_W); in sninit()
825 packet_no = inw(BASE + FIFO_PORTS_REG_W); in sn_intr()
843 tx_status = inw(BASE + DATA_REG_W); in sn_intr()
899 card_stats = inw(BASE + COUNTER_REG_W); in sn_intr()
960 packet_number = inw(BASE + FIFO_PORTS_REG_W); in snread()
982 status = inw(BASE + DATA_REG_W); in snread()
1244 bank = inw(ioaddr + BANK_SELECT_REG_W); in sn_probe()
[all …]
H A Dif_snreg.h408 #define SMC_DELAY() { inw( BASE + RECV_CONTROL_REG_W );\
409 inw( BASE + RECV_CONTROL_REG_W );\
410 inw( BASE + RECV_CONTROL_REG_W ); }
/dragonfly/crypto/libressl/crypto/evp/
H A De_xcbc_d.c80 DES_cblock inw; member
113 memcpy(&data(ctx)->inw[0], &key[8], 8); in desx_cbc_init_key()
125 (DES_cblock *)&(ctx->iv[0]), &data(ctx)->inw, in desx_cbc_cipher()
133 (DES_cblock *)&(ctx->iv[0]), &data(ctx)->inw, in desx_cbc_cipher()
/dragonfly/test/testcases/libnvmm/
H A Dh_io_assist_asm.S71 inw $123
76 inw %dx
/dragonfly/crypto/libressl/crypto/des/
H A Dxcbc_enc.c65 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt() argument
76 in2 = &(*inw)[0]; in DES_xcbc_encrypt()
/dragonfly/sys/cpu/x86_64/include/
H A Dbus_dma.h150 return (inw(handle + offset)); in bus_space_read_2()
817 outw(addr2, inw(addr1)); in bus_space_copy_region_2()
822 outw(addr2, inw(addr1)); in bus_space_copy_region_2()
H A Dcpufunc.h436 inw(u_int port) in inw() function
946 u_short inw(u_int port);
/dragonfly/sys/bus/pci/x86_64/
H A Dpci_cfgreg.c225 data = inw(port); in pcireg_cfgread()
/dragonfly/crypto/libressl/include/openssl/
H A Ddes.h129 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
/dragonfly/sys/dev/raid/hptrr/
H A Dhptrr_os_bsd.c39 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw()
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhpt27xx_os_bsd.c35 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); } in os_inw()
/dragonfly/sys/dev/raid/dpt/
H A Ddpt_scsi.c435 (*p) = inw(base + HA_RDATA); in dpt_pio_get_conf()
454 inw(base + HA_RDATA); in dpt_pio_get_conf()