Searched refs:where (Results 51 - 75 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c122 static void apic_probe( u_int32_t* paddr, int* where );
126 static void MPFloatingPointer( u_int32_t paddr, int where, mpfps_t* mpfpsp );
174 int where; local
219 apic_probe( &paddr, &where );
220 if ( where <= 0 ) {
229 whereStrings[ where - 1 ], paddr );
234 MPFloatingPointer( paddr, where, &mpfps );
259 apic_probe( u_int32_t* paddr, int* where )
287 *where = 1;
311 *where
403 MPFloatingPointer( u_int32_t paddr, int where, mpfps_t* mpfpsp ) argument
[all...]
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c185 Elf_Addr *where; local
199 where = (Elf_Addr *) ((uintptr_t)relocbase + rela->r_offset);
218 *where = elf_relocaddr(lf, addr + addend);
227 * (i.e. .rodata) in rela, where in reality they
242 * (i.e. .rodata) in rela, where in reality they
253 *where = elf_relocaddr(lf, relocbase + addend);
269 Elf_Addr *where; local
292 where = (Elf_Addr *)(relocbase + rela->r_offset);
293 *where = (Elf_Addr)(relocbase + rela->r_addend);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c111 args->where.name = "pinky-blue";
112 args->where.dir.data.data_len = rootfh->fhandle3_len;
113 args->where.dir.data.data_val = rootfh->fhandle3_val;
152 args->where.dir.data.data_len = rootfh->fhandle3_len;
153 args->where.dir.data.data_val = rootfh->fhandle3_val;
154 args->where.name = "cookie";
163 args->where.dir.data.data_len = rootfh->fhandle3_len;
164 args->where.dir.data.data_val = rootfh->fhandle3_val;
165 args->where.name = "pookie";
263 args->where
[all...]
/freebsd-11-stable/contrib/amd/libamu/
H A Dmisc_rpc.c79 pickup_rpc_reply(voidp pkt, int len, voidp where, XDRPROC_T_TYPE where_xdr) argument
91 reply_msg.acpted_rply.ar_results.where = where;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c103 static unsigned long int latching_incr_long(unsigned long int *where) {
105 unsigned long int old_value = *(volatile unsigned long int *)where;
109 if (OSAtomicCompareAndSwapLong(old_value, old_value+1, (volatile long int *)where)) {
116 static int latching_incr_int(int *where) { argument
118 int old_value = *(volatile int *)where;
122 if (OSAtomicCompareAndSwapInt(old_value, old_value+1, (volatile int *)where)) {
129 static int latching_decr_long(unsigned long int *where) {
131 unsigned long int old_value = *(volatile int *)where;
138 if (OSAtomicCompareAndSwapLong(old_value, old_value-1, (volatile long int *)where)) {
145 static int latching_decr_int(int *where) { argument
[all...]
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dseek.c52 APR_DECLARE(apr_status_t) apr_file_seek(apr_file_t *thefile, apr_seek_where_t where, apr_off_t *offset)
64 switch (where) {
87 rv = lseek(thefile->filedes, *offset, where);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dihex.c145 bfd_vma where; member in struct:ihex_data_list
679 n->where = section->lma + offset;
686 && n->where >= tdata->tail->where)
697 *pp != NULL && (*pp)->where < n->where;
766 bfd_vma where; local
770 where = l->where;
783 if (where > segbas
[all...]
H A Dcache.c166 kill->where = real_ftell ((FILE *) kill->iostream);
231 && real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0
247 return abfd->where;
315 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes) argument
321 nwrite = fwrite (where, 1, nbytes, f);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c542 rl.secn = ref->where->section->number;
545 rl.addend = ref->where->offset - ref->where->section->address;
552 rl.secn = ref->where->section->number;
555 rl.addend = -ref->where->section->address;
924 symbol->where->section,
927 wr_dps_start (sfile, symbol->where->section,
930 walk_tree_scope (symbol->where->section,
935 wr_dps_end (symbol->where->section,
938 wr_dps_end (symbol->where
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dobstack.h79 so we just point to it where it lies. No moving of chars is
174 char *next_free; /* where to add next char to current object */
392 # define obstack_grow(OBSTACK,where,length) \
398 _obstack_memcpy (__o->next_free, (where), __len); \
402 # define obstack_grow0(OBSTACK,where,length) \
408 _obstack_memcpy (__o->next_free, (where), __len); \
468 # define obstack_copy(OBSTACK,where,length) \
471 obstack_grow (__h, (where), (length)); \
474 # define obstack_copy0(OBSTACK,where,length) \
477 obstack_grow0 (__h, (where), (lengt
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dobstack.h76 so we just point to it where it lies. No moving of chars is
167 char *next_free; /* where to add next char to current object */
386 # define obstack_grow(OBSTACK,where,length) \
392 _obstack_memcpy (__o->next_free, (char *) (where), __len); \
396 # define obstack_grow0(OBSTACK,where,length) \
402 _obstack_memcpy (__o->next_free, (char *) (where), __len); \
453 # define obstack_copy(OBSTACK,where,length) \
456 obstack_grow (__h, (where), (length)); \
459 # define obstack_copy0(OBSTACK,where,length) \
462 obstack_grow0 (__h, (where), (lengt
[all...]
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dmem-break.c52 set_breakpoint_at (CORE_ADDR where, void (*handler) (CORE_ADDR)) argument
62 (*the_target->read_memory) (where, bp->old_data,
64 (*the_target->write_memory) (where, breakpoint_data,
67 bp->pc = where;
103 find_breakpoint_at (CORE_ADDR where) argument
109 if (bp->pc == where)
/freebsd-11-stable/contrib/less/
H A Dlinenum.c450 * The argument "where" tells which line is to be considered
454 currline(where)
455 int where;
461 pos = position(where);
463 while (pos == NULL_POSITION && where >= 0 && where < sc_height)
464 pos = position(++where);
/freebsd-11-stable/contrib/binutils/gas/
H A Dcgen.c251 gas_cgen_record_fixup (frag, where, insn, length, operand, opinfo, symbol, offset)
253 int where;
265 fixP = fix_new (frag, where, length / 8, symbol, offset,
292 gas_cgen_record_fixup_exp (frag, where, insn, length, operand, opinfo, exp)
294 int where;
305 fixP = fix_new_exp (frag, where, length / 8, exp,
561 We use (f - frag_now->fr_literal) to compute where we are and we
874 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; local
932 cgen_get_insn_value (cd, (unsigned char *) where,
938 cgen_put_insn_value (cd, (unsigned char *) where,
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c89 * adjacent to where a new value would be inserted in the tree. The value
226 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) argument
228 int child = AVL_INDEX2CHILD(where);
229 avl_node_t *node = AVL_INDEX2NODE(where);
251 * *where (if not NULL) is set to indicate the insertion point
255 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where) argument
272 if (where != NULL)
273 *where = 0;
281 if (where != NULL)
282 *where
482 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) argument
634 avl_index_t where; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dipa-inline.c235 /* ??? Wrong for self recursive functions or cases where we decide to not
340 We call recursive inlining all cases where same function appears more than
379 We also should distinguish hot and cold calls where the cold calls are
489 lookup_recursive_calls (struct cgraph_node *node, struct cgraph_node *where, argument
494 for (e = where->callees; e; e = e->next_callee)
505 for (e = where->callees; e; e = e->next_callee)
755 struct cgraph_node *where; local
793 where = edge->caller;
794 while (where->global.inlined_to)
796 if (where
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_rlock.c108 avl_index_t where; local
158 rl = avl_find(tree, new, &where);
162 rl = (rl_t *)avl_nearest(tree, where, AVL_AFTER);
166 rl = (rl_t *)avl_nearest(tree, where, AVL_BEFORE);
171 avl_insert(tree, new, where);
271 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where) argument
301 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER);
305 avl_insert(tree, new, where);
360 avl_index_t where; local
368 prev = avl_find(tree, new, &where);
[all...]
H A Ddsl_deadlist.c229 avl_index_t where; local
246 dle = avl_find(&dl->dl_tree, &dle_tofind, &where);
248 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE);
401 avl_index_t where; local
414 dle = avl_find(&dl->dl_tree, &dle_tofind, &where);
420 avl_nearest(&dl->dl_tree, where, AVL_AFTER) == NULL);
442 avl_index_t where; local
460 dle = avl_find(&dl->dl_tree, &dle_tofind, &where);
462 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE);
524 avl_index_t where; local
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c325 Elf_Addr *where; local
334 where = (Elf_Addr *)(relocbase + rela->r_offset);
335 *where = elf_relocaddr(lf, rela->r_addend + relocbase);
347 Elf_Addr *where; local
358 where = (Elf_Addr *)(relocbase + rela->r_offset);
359 where32 = (Elf_Word *)where;
395 value -= (Elf_Addr)where;
408 *where &= ~mask;
409 *where |= value;
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h427 * @where: Offset in the PCI configuration space.
431 * specified offset = @where.
434 #define xge_os_pci_read8(pdev, cfgh, where, val) \
435 (*(val) = pci_read_config(pdev->device, where, 1))
443 * @where: Offset in the PCI configuration space.
449 #define xge_os_pci_write8(pdev, cfgh, where, val) \
450 pci_write_config(pdev->device, where, val, 1)
457 * @where: Offset in the PCI configuration space.
464 #define xge_os_pci_read16(pdev, cfgh, where, val) \
465 (*(val) = pci_read_config(pdev->device, where,
[all...]
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h412 #define vxge_os_pci_read8(pdev, cfgh, where, val) \
413 (*(val) = pci_read_config(pdev->ndev, where, 1))
415 #define vxge_os_pci_write8(pdev, cfgh, where, val) \
416 pci_write_config(pdev->ndev, where, val, 1)
418 #define vxge_os_pci_read16(pdev, cfgh, where, val) \
419 (*(val) = pci_read_config(pdev->ndev, where, 2))
421 #define vxge_os_pci_write16(pdev, cfgh, where, val) \
422 pci_write_config(pdev->ndev, where, val, 2)
424 #define vxge_os_pci_read32(pdev, cfgh, where, val) \
425 (*(val) = pci_read_config(pdev->ndev, where,
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h641 pci_read_config_byte(device_t kdev, int where, u8 *val) argument
644 *val = (u8)pci_read_config(kdev, where, 1);
649 pci_write_config_byte(device_t kdev, int where, u8 val) argument
652 pci_write_config(kdev, where, val, 1);
657 pci_read_config_word(device_t kdev, int where, uint16_t *val) argument
660 *val = (uint16_t)pci_read_config(kdev, where, 2);
665 pci_write_config_word(device_t kdev, int where, uint16_t val) argument
668 pci_write_config(kdev, where, val, 2);
673 pci_read_config_dword(device_t kdev, int where, uint32_t *val) argument
676 *val = (uint32_t)pci_read_config(kdev, where,
681 pci_write_config_dword(device_t kdev, int where, uint32_t val) argument
[all...]
/freebsd-11-stable/usr.bin/mkimg/
H A Dbsd.c57 bsd_metadata(u_int where, lba_t blk) argument
60 if (where == SCHEME_META_IMG_START)
62 else if (where == SCHEME_META_IMG_END)
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S49 .set MEM_BTX_ADDRESS,0x9000 # where BTX lives
50 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
52 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
174 movl $MEM_BTX_ADDRESS, %edi # %edi -> where BTX needs to go
201 * Copy the boot[12] args to where the BTX client can see them
203 movw $MEM_ARG, %si # where the args are at now
204 movw $MEM_ARG_BTX, %di # where the args are moving to
/freebsd-11-stable/contrib/bmake/mk/
H A Dcython.mk23 # this is where we save generated src
26 # pyprefix is where python bits are
27 # which may not be where we want to put ours (prefix)

Completed in 317 milliseconds

1234567891011>>