| /f-stack/freebsd/ddb/ |
| H A D | db_write_cmd.c | 53 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 D | rte_atomic.h | 233 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 D | user_property_002_pos.ksh | 115 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 D | rte_atomic.h | 247 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 D | rte_atomic_64.h | 72 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 D | rte_atomic_32.h | 113 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 D | cvmx-qlm.c | 374 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 D | rte_mbuf.h | 364 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 D | timers.h | 105 struct itimerspec * new_value,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 1581 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 D | linux_systrace_args.c | 682 uarg[2] = (intptr_t) p->new_value; /* const struct l_itimerspec * */ in systrace_args()
|
| H A D | linux_proto.h | 367 …char new_value_l_[PADL_(const struct l_itimerspec *)]; const struct l_itimerspec * new_value; char… member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_systrace_args.c | 2187 uarg[2] = (intptr_t) p->new_value; /* const struct l_itimerspec * */ in systrace_args()
|
| H A D | linux_proto.h | 1068 …char new_value_l_[PADL_(const struct l_itimerspec *)]; const struct l_itimerspec * new_value; char… member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 2323 uarg[2] = (intptr_t) p->new_value; /* const struct l_itimerspec * */ in systrace_args()
|
| H A D | linux32_proto.h | 1149 …char new_value_l_[PADL_(const struct l_itimerspec *)]; const struct l_itimerspec * new_value; char… member
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_systrace_args.c | 2362 uarg[2] = (intptr_t) p->new_value; /* const struct l_itimerspec * */ in systrace_args()
|
| H A D | linux_proto.h | 1142 …char new_value_l_[PADL_(const struct l_itimerspec *)]; const struct l_itimerspec * new_value; char… member
|