Home
last modified time | relevance | path

Searched refs:val0 (Results 1 – 13 of 13) sorted by relevance

/NextBSD/sbin/routed/
HDparms.c434 char *val0, in parse_ts() argument
446 sprintf(buf,"bad timestamp %.25s", val0); in parse_ts()
453 sprintf(buf,"bad timestamp %.25s", val0); in parse_ts()
458 sprintf(buf,"bad timestamp %.25s", val0); in parse_ts()
477 char *val0, *p, delim; in get_passwd() local
496 val0 = val; in get_passwd()
505 val0 = ++val; in get_passwd()
511 sprintf(buf,"bad KeyID \"%.20s\"", val0); in get_passwd()
516 sprintf(buf,"duplicate KeyID \"%.20s\"", val0); in get_passwd()
523 val0 = ++val; in get_passwd()
[all …]
/NextBSD/sys/dev/scc/
HDscc_dev_quicc.c92 uint16_t val0, val1; in quicc_bfe_enabled() local
96 val0 = quicc_read2(bas, QUICC_REG_SCC_TODR(unit)); in quicc_bfe_enabled()
97 quicc_write2(bas, QUICC_REG_SCC_TODR(unit), ~val0); in quicc_bfe_enabled()
99 quicc_write2(bas, QUICC_REG_SCC_TODR(unit), val0); in quicc_bfe_enabled()
100 return (((val0 | val1) == 0x8000) ? 1 : 0); in quicc_bfe_enabled()
/NextBSD/contrib/netbsd-tests/lib/libc/string/
HDt_strcmp.c31 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()
/NextBSD/sys/arm/allwinner/
HDif_emac.c157 uint32_t val0, val1, rnd; in emac_get_hwaddr() local
167 val0 = EMAC_READ_REG(sc, EMAC_MAC_A0); in emac_get_hwaddr()
169 if ((val0 | val1) != 0 && (val0 | val1) != 0xffffff) { in emac_get_hwaddr()
173 hwaddr[3] = (val0 >> 16) & 0xff; in emac_get_hwaddr()
174 hwaddr[4] = (val0 >> 8) & 0xff; in emac_get_hwaddr()
175 hwaddr[5] = (val0 >> 0) & 0xff; in emac_get_hwaddr()
/NextBSD/contrib/gdb/gdb/
HDada-valprint.c804 ada_value_print (struct value *val0, struct ui_file *stream, int format, in ada_value_print() argument
807 char *valaddr = VALUE_CONTENTS (val0); in ada_value_print()
808 CORE_ADDR address = VALUE_ADDRESS (val0) + VALUE_OFFSET (val0); in ada_value_print()
810 ada_to_fixed_type (VALUE_TYPE (val0), valaddr, address, NULL); in ada_value_print()
HDada-lang.c5715 ada_value_ind (struct value *val0) in ada_value_ind() argument
5717 struct value *val = unwrap_value (value_ind (val0)); in ada_value_ind()
5725 ada_coerce_ref (struct value *val0) in ada_coerce_ref() argument
5727 if (TYPE_CODE (VALUE_TYPE (val0)) == TYPE_CODE_REF) in ada_coerce_ref()
5729 struct value *val = val0; in ada_coerce_ref()
5737 return val0; in ada_coerce_ref()
6428 struct value *val0) in ada_to_fixed_value() argument
6431 if (type == type0 && val0 != NULL) in ada_to_fixed_value()
6432 return val0; in ada_to_fixed_value()
/NextBSD/sys/dev/drm/
HDmga_drv.h347 #define DMA_BLOCK( reg0, val0, reg1, val1, reg2, val2, reg3, val3 ) \ argument
353 DMA_WRITE( 1, val0 ); \
/NextBSD/sys/dev/isp/
HDisp_pci.c1098 uint32_t val0, val1; in isp_pci_rd_debounced() local
1102 val0 = BXR2(isp, IspVirt2Off(isp, off)); in isp_pci_rd_debounced()
1104 } while (val0 != val1 && ++i < 1000); in isp_pci_rd_debounced()
1105 if (val0 != val1) { in isp_pci_rd_debounced()
1108 *rp = val0; in isp_pci_rd_debounced()
/NextBSD/sys/dev/wi/
HDif_wi.c1742 wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2) in wi_cmd() argument
1762 CSR_WRITE_2(sc, WI_PARAM0, val0); in wi_cmd()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-sriox-defs.h1166 uint64_t val0 : 1; /**< Entry X:0 Valid */ member
1190 uint64_t val0 : 1;
/NextBSD/sys/dev/et/
HDif_et.c462 et_miibus_writereg(device_t dev, int phy, int reg, int val0) in et_miibus_writereg() argument
478 (val0 << ET_MII_CTRL_VALUE_SHIFT) & ET_MII_CTRL_VALUE_MASK); in et_miibus_writereg()
/NextBSD/contrib/gcc/config/arm/
HDarm.c5785 HOST_WIDE_INT val0 = 0, val1 = 0; in adjacent_mem_locations() local
5792 val0 = INTVAL (XEXP (XEXP (a, 0), 1)); in adjacent_mem_locations()
5808 if (!const_ok_for_op (PLUS, val0) || !const_ok_for_op (PLUS, val1)) in adjacent_mem_locations()
5816 val_diff = val1 - val0; in adjacent_mem_locations()
5824 && (val0 == 0 || val1 == 0 || val0 == 4 || val1 == 4) in adjacent_mem_locations()
/NextBSD/sys/dev/bxe/
HDbxe.c8400 uint32_t val0, mask0, val1, mask1; in bxe_attn_int_deasserted2() local
8437 val0 = REG_RD(sc, PXP2_REG_PXP2_INT_STS_0); in bxe_attn_int_deasserted2()
8446 if (val0 & mask0 & PXP2_EOP_ERROR_BIT && in bxe_attn_int_deasserted2()
8448 val0 = REG_RD(sc, PXP2_REG_PXP2_INT_STS_CLR_0); in bxe_attn_int_deasserted2()
8451 BLOGE(sc, "PXP2_REG_PXP2_INT_STS_CLR_0 0x%08x\n", val0); in bxe_attn_int_deasserted2()
8457 if (val0 & PXP2_EOP_ERROR_BIT) { in bxe_attn_int_deasserted2()
8464 if (((val0 & mask0) == PXP2_EOP_ERROR_BIT) && in bxe_attn_int_deasserted2()