Searched refs:where (Results 251 - 275 of 341) sorted by relevance

<<11121314

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c114 const char *where, /* where we were in the line of input */
117 fprintf(stderr, "%s, expecting \"%s\" at \"%s\"\n", who, what, where);
111 _expected( const char *who, const char *what, const char *where, int line) argument
/freebsd-11-stable/share/mk/
H A Dbsd.man.mk9 # DESTDIR Change the tree where the man pages gets installed. [not set]
H A Dlocal.meta.sys.mk14 # put things approximately where they want
H A Dbsd.libnames.mk5 # file where necessary.
H A Dlocal.dirdeps.mk165 # Taken from meta.autodep.mk (where it only does something with
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_dg.c448 reply_msg.acpted_rply.ar_results.where = resultsp;
451 reply_msg.acpted_rply.ar_results.where = NULL;
H A Dsvc_dg.c347 xdr_where = msg->acpted_rply.ar_results.where;
349 msg->acpted_rply.ar_results.where = NULL;
H A Dsvc_vc.c645 xdr_where = msg->acpted_rply.ar_results.where;
647 msg->acpted_rply.ar_results.where = NULL;
H A Dsvc.c371 rply.acpted_rply.ar_results.where = xdr_location;
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm115 ; 1st time (AX=0) it requests an address where to put the packet
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk140 # to where we found the library is correct.
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dldap.c278 #define SM_LDAP_SETTIMEOUT(to, where) \
287 where); \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c1522 avl_index_t where; local
1531 db = avl_find(&dn->dn_dbufs, &db_search, &where);
1533 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER);
1566 db = avl_find(&dn->dn_dbufs, &db_search, &where);
1568 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER);
H A Dmetaslab.c1231 avl_index_t where; local
1236 rs = avl_find(t, &rsearch, &where);
1238 rs = avl_nearest(t, where, AVL_AFTER);
1414 avl_index_t where; local
1430 rs = avl_find(t, &rsearch, &where);
1437 rs = avl_find(t, &rsearch, &where);
1439 rs = avl_nearest(t, where, AVL_AFTER);
2000 * range [2^i, 2^(i+1)), where i is the index in the weight.
2291 * same txg, it will hopefully be dirty in the next txg where it will
2767 * metaslab groups. We can get into a state where th
[all...]
H A Dvdev_removal.c458 * removal thread running. The only scenario where this
459 * is not true is during spa_import() where this function
461 * spa_async_resume()]. Thus, in the scenario where we
590 * the mapped space later, in the txg where we have
930 avl_index_t where; local
933 range_seg_t *rs = avl_find(&segs->rt_root, &search, &where);
935 rs = avl_nearest(&segs->rt_root, where, AVL_BEFORE);
1370 * Start from vim_max_offset so we pick up where we left off
/freebsd-11-stable/contrib/sendmail/src/
H A Dsendmail.h877 extern void mci_close __P((MCI *, char *where));
2519 EXTERN char *DoubleBounceAddr; /* where to send double bounces */
2862 # define updfs(e, count, space, where) upd_qs(e, count, space, where)
2864 # define updfs(e, count, space, where)
2865 # define upd_qs(e, count, space, where)
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386.c1495 doesn't work on VxWorks, where we can not have dynamic relocations
2280 bfd_byte *where = contents + rel->r_offset;
2285 addend = bfd_get_8 (input_bfd, where);
2293 addend = bfd_get_16 (input_bfd, where);
2301 addend = bfd_get_32 (input_bfd, where);
2329 bfd_put_8 (input_bfd, addend, where);
2334 bfd_put_16 (input_bfd, addend, where);
2339 bfd_put_32 (input_bfd, addend, where);
3479 relocations where pointer equality matters (this is a clue
2278 bfd_byte *where = contents + rel->r_offset; local
H A Dtekhex.c240 bfd_vma where; member in struct:tekhex_data_list_struct
/freebsd-11-stable/contrib/gcc/
H A Dreload1.c62 called ``reload regs'', and for each place where a pseudo reg
208 once during find_reload_regs, where they keep track of the spill registers
209 for a single insn, but also during reload_as_needed where they show all
846 main reload loop in the most common case where register elimination
1079 /* Use the reload registers where necessary
2207 where the offsets disagree. */
2359 /* First handle the case where we encounter a bare register that
2389 Also consider backends where the flags register is clobbered by a
2606 where m1 < m2, and expects something interesting to
2728 /* First handle the case where w
6375 rtx *where; local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm169 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
516 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
/freebsd-11-stable/sys/rpc/
H A Dclnt_bck.c322 reply_msg.acpted_rply.ar_results.where = NULL;
/freebsd-11-stable/contrib/amd/libamu/
H A Dxdr_func.c1791 if (!xdr_am_diropargs3(xdrs, &objp->where))
2352 if (!xdr_am_diropargs3(xdrs, &objp->where))
2512 if (!xdr_am_diropargs3(xdrs, &objp->where))
2572 if (!xdr_am_diropargs3(xdrs, &objp->where))
/freebsd-11-stable/stand/ficl/
H A Dficl.h692 void hashForget (FICL_HASH *pHash, void *where);
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c435 * So we use the 'sig{set,long}jmp()' functions where available, because
3049 * Used for local IPv6 addresses, where low bits differentiate.
3196 const char * where,
3203 size_t len = (size_t)(whend - where);
3208 what, (int)len, where);
3213 UNUSED_ARG(where);
4011 /* Found insertion point where CMAC before entry? */
3194 pf_error( const char * what, const char * where, const char * whend ) argument
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S42 # we now have ret and eax pushed onto where new stack will be
226 // that are where the V regs are mapped

Completed in 444 milliseconds

<<11121314