Home
last modified time | relevance | path

Searched refs:new_value (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_write_cmd.c53 db_expr_t new_value; in db_write_cmd() local
75 while (db_expression(&new_value)) { in db_write_cmd()
78 db_printf("\t\t%#8lr\t=\t%#8lr\n", (long)old_value,(long)new_value); in db_write_cmd()
79 db_put_value(addr, size, new_value); in db_write_cmd()
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_atomic.h233 rte_atomic16_set(rte_atomic16_t *v, int16_t new_value) in rte_atomic16_set() argument
235 v->cnt = new_value; in rte_atomic16_set()
516 rte_atomic32_set(rte_atomic32_t *v, int32_t new_value) in rte_atomic32_set() argument
518 v->cnt = new_value; in rte_atomic32_set()
832 rte_atomic64_set(rte_atomic64_t *v, int64_t new_value);
836 rte_atomic64_set(rte_atomic64_t *v, int64_t new_value) in rte_atomic64_set() argument
839 v->cnt = new_value; in rte_atomic64_set()
847 tmp, new_value); in rte_atomic64_set()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Duser_property_002_pos.ksh115 new_value=$(user_property_value 16)
116 log_must eval "zfs set $prop_name='$new_value' $fs"
117 log_must eval "check_user_prop $fs $prop_name '$new_value'"
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_atomic.h247 rte_atomic64_set(rte_atomic64_t *v, int64_t new_value) in rte_atomic64_set() argument
251 : [new_value] "r"(new_value)); in rte_atomic64_set()
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_atomic_64.h72 rte_atomic64_set(rte_atomic64_t *v, int64_t new_value) in rte_atomic64_set() argument
74 v->cnt = new_value; in rte_atomic64_set()
H A Drte_atomic_32.h113 rte_atomic64_set(rte_atomic64_t *v, int64_t new_value) in rte_atomic64_set() argument
121 tmp, new_value); in rte_atomic64_set()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-qlm.c374 uint64_t new_value = value; in cvmx_qlm_jtag_set() local
382 if (new_value & 1) in cvmx_qlm_jtag_set()
386 new_value>>=1; in cvmx_qlm_jtag_set()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.h364 rte_mbuf_refcnt_set(struct rte_mbuf *m, uint16_t new_value) in rte_mbuf_refcnt_set() argument
366 __atomic_store_n(&m->refcnt, new_value, __ATOMIC_RELAXED); in rte_mbuf_refcnt_set()
437 rte_mbuf_refcnt_set(struct rte_mbuf *m, uint16_t new_value) in rte_mbuf_refcnt_set() argument
439 m->refcnt = new_value; in rte_mbuf_refcnt_set()
468 uint16_t new_value) in rte_mbuf_ext_refcnt_set() argument
470 __atomic_store_n(&shinfo->refcnt, new_value, __ATOMIC_RELAXED); in rte_mbuf_ext_refcnt_set()
/f-stack/freebsd/sys/
H A Dtimers.h105 struct itimerspec * new_value,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c1581 void *new_value = zfs_btree_last_helper(tree, left_subtree, in zfs_btree_remove_idx() local
1583 ASSERT3P(new_value, !=, NULL); in zfs_btree_remove_idx()
1585 bmov(new_value, node->btc_elems + idx * size, size); in zfs_btree_remove_idx()
/f-stack/freebsd/arm64/linux/
H A Dlinux_systrace_args.c682 uarg[2] = (intptr_t) p->new_value; /* const struct l_itimerspec * */ in systrace_args()
H A Dlinux_proto.h367 …char new_value_l_[PADL_(const struct l_itimerspec *)]; const struct l_itimerspec * new_value; char… member
/f-stack/freebsd/amd64/linux/
H A Dlinux_systrace_args.c2187 uarg[2] = (intptr_t) p->new_value; /* const struct l_itimerspec * */ in systrace_args()
H A Dlinux_proto.h1068 …char new_value_l_[PADL_(const struct l_itimerspec *)]; const struct l_itimerspec * new_value; char… member
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_systrace_args.c2323 uarg[2] = (intptr_t) p->new_value; /* const struct l_itimerspec * */ in systrace_args()
H A Dlinux32_proto.h1149 …char new_value_l_[PADL_(const struct l_itimerspec *)]; const struct l_itimerspec * new_value; char… member
/f-stack/freebsd/i386/linux/
H A Dlinux_systrace_args.c2362 uarg[2] = (intptr_t) p->new_value; /* const struct l_itimerspec * */ in systrace_args()
H A Dlinux_proto.h1142 …char new_value_l_[PADL_(const struct l_itimerspec *)]; const struct l_itimerspec * new_value; char… member