Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/f-stack/freebsd/mips/mips/
H A Delf_machdep.c281 addend = *where; in elf_reloc_internal()
306 if (*where != addr) in elf_reloc_internal()
307 *where = (Elf32_Addr)addr; in elf_reloc_internal()
325 *where &= ~0x03ffffff; in elf_reloc_internal()
326 *where |= addr & 0x03ffffff; in elf_reloc_internal()
362 *where &= 0xffff0000; in elf_reloc_internal()
391 *where &= 0xffff0000; in elf_reloc_internal()
392 *where |= addr & 0xffff; in elf_reloc_internal()
406 *where = tmp_addend; in elf_reloc_internal()
444 *where &= 0xffff0000; in elf_reloc_internal()
[all …]
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c169 load_ptr(Elf_Addr *where) in load_ptr() argument
173 if (RELOC_ALIGNED_P(where)) in load_ptr()
174 return *where; in load_ptr()
182 if (RELOC_ALIGNED_P(where)) in store_ptr()
183 *where = val; in store_ptr()
194 Elf_Addr *where; in elf_reloc_internal() local
206 addend = load_ptr(where); in elf_reloc_internal()
224 if (load_ptr(where) != addr) in elf_reloc_internal()
225 store_ptr(where, addr); in elf_reloc_internal()
238 store_ptr(where, addr + load_ptr(where)); in elf_reloc_internal()
[all …]
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c136 *where |= (Elf32_Addr)val; in reloc_instr_imm()
150 Elf_Addr *where, addr, addend, val; in elf_reloc_internal() local
160 addend = *where; in elf_reloc_internal()
197 error = reloc_instr_imm((Elf32_Addr *)where, in elf_reloc_internal()
198 addr + addend - (Elf_Addr)where, 15, 2); in elf_reloc_internal()
204 error = reloc_instr_imm((Elf32_Addr *)where, in elf_reloc_internal()
205 addr + addend - (Elf_Addr)where, 20, 2); in elf_reloc_internal()
212 error = reloc_instr_imm((Elf32_Addr *)where, in elf_reloc_internal()
221 *where = addr + addend; in elf_reloc_internal()
226 if (*where != val) in elf_reloc_internal()
[all …]
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c173 Elf_Addr *where; in elf_reloc_internal() local
185 addend = *where; in elf_reloc_internal()
203 if (*where != addr) in elf_reloc_internal()
204 *where = addr; in elf_reloc_internal()
218 if (*where != addr) in elf_reloc_internal()
219 *where = addr; in elf_reloc_internal()
227 if (*where != addr) in elf_reloc_internal()
228 *where = addr; in elf_reloc_internal()
245 if (*where != addr) in elf_reloc_internal()
246 *where = addr; in elf_reloc_internal()
[all …]
/f-stack/lib/
H A Dff_compat.c161 Elf64_Addr *where, val; in elf_reloc_internal() local
180 addend = *(Elf32_Addr *)where; in elf_reloc_internal()
183 addend = *where; in elf_reloc_internal()
207 if (*where != val) in elf_reloc_internal()
208 *where = val; in elf_reloc_internal()
213 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
224 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
245 if (*where != addr) in elf_reloc_internal()
246 *where = addr; in elf_reloc_internal()
252 if (*where != val) in elf_reloc_internal()
[all …]
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c263 Elf64_Addr *where, val; in elf_reloc_internal() local
283 addend = *(Elf32_Addr *)where; in elf_reloc_internal()
286 addend = *where; in elf_reloc_internal()
317 if (*where != val) in elf_reloc_internal()
318 *where = val; in elf_reloc_internal()
357 if (*where != addr) in elf_reloc_internal()
358 *where = addr; in elf_reloc_internal()
364 if (*where != val) in elf_reloc_internal()
365 *where = val; in elf_reloc_internal()
371 if (*where != val) in elf_reloc_internal()
[all …]
/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf_osdep.h31 #define PCI_READ_CONFIG_BYTE(dev, val, where) \ argument
32 rte_pci_read_config(dev, val, 1, where)
34 #define PCI_READ_CONFIG_DWORD(dev, val, where) \ argument
35 rte_pci_read_config(dev, val, 4, where)
47 PCI_READ_CONFIG_RANGE(PCI_DEV *dev, uint32_t *val, int size, int where) in PCI_READ_CONFIG_RANGE() argument
49 return rte_pci_read_config(dev, val, size, where); in PCI_READ_CONFIG_RANGE()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c207 if (where != NULL) { in zfs_btree_find()
232 if (where != NULL) { in zfs_btree_find()
234 where->bti_offset = in zfs_btree_find()
240 if (where != NULL) { in zfs_btree_find()
262 *where = idx; in zfs_btree_find()
285 *where = idx; in zfs_btree_find()
302 if (where != NULL) { in zfs_btree_find()
304 *where = idx; in zfs_btree_find()
495 if (where != NULL) { in zfs_btree_first_helper()
993 where = &idx; in zfs_btree_add_idx()
[all …]
H A Drange_tree.c103 zfs_btree_index_t where; in range_tree_stat_verify() local
108 rs = zfs_btree_next(&rt->rt_root, &where, &where)) { in range_tree_stat_verify()
280 zfs_btree_index_t where; in range_tree_add_impl() local
431 zfs_btree_index_t where; in range_tree_remove_impl() local
505 if (zfs_btree_next(&rt->rt_root, &where, &where) != NULL) in range_tree_remove_impl()
631 zfs_btree_index_t where; in range_tree_find_in() local
639 rs = zfs_btree_next(&rt->rt_root, &where, &where); in range_tree_find_in()
712 rs != NULL; rs = zfs_btree_next(&rt->rt_root, &where, &where)) { in range_tree_walk()
831 curr = zfs_btree_next(&removefrom->rt_root, &where, &where); in range_tree_remove_xor_add_segment()
876 next = zfs_btree_next(&removefrom->rt_root, &where, &where); in range_tree_remove_xor_add_segment()
[all …]
H A Dspace_reftree.c112 zfs_btree_index_t where; in space_reftree_add_map() local
114 for (range_seg_t *rs = zfs_btree_first(&rt->rt_root, &where); rs; rs = in space_reftree_add_map()
115 zfs_btree_next(&rt->rt_root, &where, &where)) { in space_reftree_add_map()
H A Dzfs_rlock.c162 avl_index_t where; in zfs_rangelock_enter_writer() local
194 lr = avl_find(tree, new, &where); in zfs_rangelock_enter_writer()
198 lr = avl_nearest(tree, where, AVL_AFTER); in zfs_rangelock_enter_writer()
203 lr = avl_nearest(tree, where, AVL_BEFORE); in zfs_rangelock_enter_writer()
208 avl_insert(tree, new, where); in zfs_rangelock_enter_writer()
342 next = avl_nearest(tree, where, AVL_AFTER); in zfs_rangelock_add_reader()
346 avl_insert(tree, new, where); in zfs_rangelock_add_reader()
407 avl_index_t where; in zfs_rangelock_enter_reader() local
415 prev = avl_find(tree, new, &where); in zfs_rangelock_enter_reader()
417 prev = avl_nearest(tree, where, AVL_BEFORE); in zfs_rangelock_enter_reader()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dt_list.c57 robj *listTypePop(robj *subject, int where) { in listTypePop() argument
146 if (where == LIST_TAIL) { in listTypeInsert()
149 } else if (where == LIST_HEAD) { in listTypeInsert()
197 void pushGenericCommand(client *c, int where) { in pushGenericCommand() argument
213 listTypePush(lobj,c->argv[j],where); in pushGenericCommand()
265 int where; in linsertCommand() local
272 where = LIST_TAIL; in linsertCommand()
274 where = LIST_HEAD; in linsertCommand()
367 void popGenericCommand(client *c, int where) { in popGenericCommand() argument
371 robj *value = listTypePop(o,where); in popGenericCommand()
[all …]
H A Dblocked.c68 …lientBlockedOnList(client *receiver, robj *key, robj *dstkey, redisDb *db, robj *value, int where);
290 int where = (receiver->lastcmd && in handleClientsBlockedOnKeys() local
293 robj *value = listTypePop(o,where); in handleClientsBlockedOnKeys()
304 where) == C_ERR) in handleClientsBlockedOnKeys()
308 listTypePush(o,value,where); in handleClientsBlockedOnKeys()
351 int where = (receiver->lastcmd && in handleClientsBlockedOnKeys() local
355 genericZpopCommand(receiver,&rl->key,1,where,1,NULL); in handleClientsBlockedOnKeys()
360 struct redisCommand *cmd = where == ZSET_MIN ? in handleClientsBlockedOnKeys()
H A Dquicklist.h127 int where);
152 int quicklistPopCustom(quicklist *quicklist, int where, unsigned char **data,
155 int quicklistPop(quicklist *quicklist, int where, unsigned char **data,
/f-stack/freebsd/kern/
H A Dkern_xxx.c183 error = userland_sysctl(td, name, 6, uap->where, uap->size, in ogetkerninfo()
190 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
199 error = userland_sysctl(td, name, 4, uap->where, uap->size, in ogetkerninfo()
206 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
213 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
220 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
227 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
267 if ((uap->where == NULL) || (uap->size == NULL)) { in ogetkerninfo()
284 if ((error = copyout((char *)&bsdi_si, uap->where, left)) != 0) in ogetkerninfo()
291 uap->where + sizeof(bsdi_si), left); in ogetkerninfo()
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst108 where 0 <= N < number of sockets on the board.
112 Set the data size of the mbufs used to N bytes, where N < 65536.
141 where 0 <= N < ``RTE_MAX_ETHPORTS``.
174 where N is 0 <= N <= 32.
241 Set the forwarding mode where ``mode`` is one of the following::
271 Set the number of descriptors in the RX rings to N, where N > 0.
281 Set the number of descriptors in the TX rings to N, where N > 0.
297 Set the number of packets per burst to N, where 1 <= N <= 512.
304 Set the cache of mbuf memory pools to N, where 0 <= N <= 512.
314 Set the host threshold register of RX rings to N, where N >= 0.
[all …]
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c232 int child = AVL_INDEX2CHILD(where); in avl_nearest()
233 avl_node_t *node = AVL_INDEX2NODE(where); in avl_nearest()
276 if (where != NULL) in avl_find()
277 *where = 0; in avl_find()
285 if (where != NULL) in avl_find()
286 *where = AVL_MKINDEX(prev, child); in avl_find()
489 avl_node_t *parent = AVL_INDEX2NODE(where); in avl_insert()
492 int which_child = AVL_INDEX2CHILD(where); in avl_insert()
639 avl_index_t where = 0; in avl_add() local
641 VERIFY(avl_find(tree, new_node, &where) == NULL); in avl_add()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Davl.h175 extern void *avl_find(avl_tree_t *tree, const void *node, avl_index_t *where);
183 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
242 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dntb.rst48 Set the data size of the mbufs used to N bytes, where N < 65536.
59 where 64 <= N <= 1024. The default value is 1024.
63 Set the transmit free threshold of TX rings to N, where 0 <= N <=
68 Set the number of packets per burst to N, where 1 <= N <= 32.
73 Set the number of queues as N, where qp > 0. The default value is 1.
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Decm.txt8 The LAW node represents the region of CCSR space where local access
37 The E500 LAW node represents the region of CCSR space where ECM config
46 Definition: Must include "fsl,CHIP-ecm", "fsl,ecm" where
H A Dmcm.txt8 The LAW node represents the region of CCSR space where local access
37 The MPX LAW node represents the region of CCSR space where MCM config
46 Definition: Must include "fsl,CHIP-mcm", "fsl,mcm" where
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c190 avl_index_t where; in zpool_find_import_blkid() local
219 if (avl_find(*slice_cache, slice, &where)) { in zpool_find_import_blkid()
223 avl_insert(*slice_cache, slice, where); in zpool_find_import_blkid()
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dda9150-fg.txt8 - dlg,warn-soc-level: Battery discharge level (%) where warning event raised.
10 - dlg,crit-soc-level: Battery discharge level (%) where critical event raised.
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c193 avl_index_t where; in zpool_open_func() local
220 if (avl_find(rn->rn_avl, slice, &where)) { in zpool_open_func()
225 avl_insert(rn->rn_avl, slice, where); in zpool_open_func()
246 if (avl_find(rn->rn_avl, slice, &where)) { in zpool_open_func()
251 avl_insert(rn->rn_avl, slice, where); in zpool_open_func()
329 avl_index_t where; in zpool_find_import_blkid() local
377 if (avl_find(*slice_cache, slice, &where)) { in zpool_find_import_blkid()
381 avl_insert(*slice_cache, slice, where); in zpool_find_import_blkid()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dlist-3.tcl50 set where before
52 set where after
54 r linsert key $where $otherele $ele

12345678910>>...24