/freebsd/sbin/routed/ |
H A D | parms.c | 424 char *val0, in parse_ts() argument 436 sprintf(buf,"bad timestamp %.25s", val0); in parse_ts() 443 sprintf(buf,"bad timestamp %.25s", val0); in parse_ts() 448 sprintf(buf,"bad timestamp %.25s", val0); in parse_ts() 467 char *val0, *p, delim; in get_passwd() local 486 val0 = val; in get_passwd() 495 val0 = ++val; in get_passwd() 501 sprintf(buf,"bad KeyID \"%.20s\"", val0); in get_passwd() 506 sprintf(buf,"duplicate KeyID \"%.20s\"", val0); in get_passwd() 513 val0 = ++val; in get_passwd() [all …]
|
/freebsd/contrib/capsicum-test/ |
H A D | showrights | 83 val0 = long(m.group('v0'), 16) 84 val0 = (val0 & ~(0x0200000000000000L)) 89 if ((right[0] == 0 or (val0 & right[0])) and
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | ps2mouse.c | 182 uint8_t val0, val1, val2; in movement_get() local 186 val0 = PS2M_DATA_AONE; in movement_get() 187 val0 |= sc->status & (PS2M_DATA_LEFT_BUTTON | in movement_get() 192 val0 |= PS2M_DATA_X_OFLOW; in movement_get() 197 val0 |= PS2M_DATA_X_SIGN; in movement_get() 199 val0 |= PS2M_DATA_X_OFLOW; in movement_get() 208 val0 |= PS2M_DATA_Y_OFLOW; in movement_get() 213 val0 |= PS2M_DATA_Y_SIGN; in movement_get() 215 val0 |= PS2M_DATA_Y_OFLOW; in movement_get() 223 fifo_put(sc, val0); in movement_get()
|
/freebsd/sys/dev/scc/ |
H A D | scc_dev_quicc.c | 93 uint16_t val0, val1; in quicc_bfe_enabled() local 97 val0 = quicc_read2(bas, QUICC_REG_SCC_TODR(unit)); in quicc_bfe_enabled() 98 quicc_write2(bas, QUICC_REG_SCC_TODR(unit), ~val0); in quicc_bfe_enabled() 100 quicc_write2(bas, QUICC_REG_SCC_TODR(unit), val0); in quicc_bfe_enabled() 101 return (((val0 | val1) == 0x8000) ? 1 : 0); in quicc_bfe_enabled()
|
/freebsd/contrib/netbsd-tests/lib/libc/string/ |
H A D | t_strcmp.c | 31 const char* val0; in ATF_TC_BODY() member 79 memcpy(&buf0[a0], tab[t].val0, in ATF_TC_BODY() 80 strlen(tab[t].val0) + 1); in ATF_TC_BODY()
|
/freebsd/sys/contrib/zlib/ |
H A D | crc32.c | 580 z_word_t val0, val1, val2; in crc32_z() local 613 val0 = word[i]; in crc32_z() 616 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z() 634 val0 = word[i]; in crc32_z() 637 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z() 650 val0 = word[i]; in crc32_z() 651 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z()
|
/freebsd/sys/arm/allwinner/ |
H A D | if_emac.c | 166 uint32_t val0, val1, rnd; in emac_get_hwaddr() local 182 val0 = EMAC_READ_REG(sc, EMAC_MAC_A0); in emac_get_hwaddr() 184 if ((val0 | val1) != 0 && (val0 | val1) != 0xffffff) { in emac_get_hwaddr() 188 hwaddr[3] = (val0 >> 16) & 0xff; in emac_get_hwaddr() 189 hwaddr[4] = (val0 >> 8) & 0xff; in emac_get_hwaddr() 190 hwaddr[5] = (val0 >> 0) & 0xff; in emac_get_hwaddr()
|
/freebsd/sys/dev/virtio/mmio/ |
H A D | virtio_mmio.c | 786 uint32_t val0, val1; in vtmmio_read_dev_config_8() local 792 val0 = le32toh(vtmmio_read_config_4(sc, off)); in vtmmio_read_dev_config_8() 796 return (((uint64_t) val1 << 32) | val0); in vtmmio_read_dev_config_8()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_fast.c | 94 U32 const val0 = MEM_read32(ip0); in ZSTD_compressBlock_fast_generic() local 123 if ((matchIndex0 > prefixStartIndex) && MEM_read32(match0) == val0) { in ZSTD_compressBlock_fast_generic()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | riscv_vector.td | 831 // Intrinsic: (val0, val1, ..., ptr, mask, vl) 834 // Intrinsic: (val0, val1, ..., ptr, vl) 1028 // Intrinsic: (val0, val1, ..., ptr, stride, mask, vl) 1031 // Intrinsic: (val0, val1, ..., ptr, stride, vl) 1142 // Intrinsic: (val0, val1, ..., ptr, index, mask, vl) 1145 // Intrinsic: (val0, val1, ..., ptr, index, vl)
|
/freebsd/sys/dev/et/ |
H A D | if_et.c | 453 et_miibus_writereg(device_t dev, int phy, int reg, int val0) in et_miibus_writereg() argument 469 (val0 << ET_MII_CTRL_VALUE_SHIFT) & ET_MII_CTRL_VALUE_MASK); in et_miibus_writereg()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 8009 uint32_t val0, mask0, val1, mask1; in bxe_attn_int_deasserted2() local 8050 val0 = REG_RD(sc, PXP2_REG_PXP2_INT_STS_0); in bxe_attn_int_deasserted2() 8059 if (val0 & mask0 & PXP2_EOP_ERROR_BIT && in bxe_attn_int_deasserted2() 8061 val0 = REG_RD(sc, PXP2_REG_PXP2_INT_STS_CLR_0); in bxe_attn_int_deasserted2() 8064 BLOGE(sc, "PXP2_REG_PXP2_INT_STS_CLR_0 0x%08x\n", val0); in bxe_attn_int_deasserted2() 8070 if (val0 & PXP2_EOP_ERROR_BIT) { in bxe_attn_int_deasserted2() 8078 if (((val0 & mask0) == PXP2_EOP_ERROR_BIT) && in bxe_attn_int_deasserted2()
|