Searched refs:where (Results 226 - 250 of 317) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/ntp/sntp/
H A Ddepcomp46 DEPDIR directory where to store dependencies.
/freebsd-9.3-release/sys/netipsec/
H A Dipsec.h264 /* See where ESP/AH/IPCOMP header land in mbuf on input */
433 extern void m_checkalignment(const char* where, struct mbuf *m0,
H A Dkey.c615 key_allocsp(struct secpolicyindex *spidx, u_int dir, const char* where, int tag) argument
624 printf("DP %s from %s:%u\n", __func__, where, tag));
671 const char* where, int tag)
680 printf("DP %s from %s:%u\n", __func__, where, tag));
733 const char* where, int tag)
741 printf("DP %s from %s:%u\n", __func__, where, tag));
1083 const char* where, int tag)
1094 printf("DP %s from %s:%u\n", __func__, where, tag));
1161 _key_freesp(struct secpolicy **spp, const char* where, int tag) argument
1172 __func__, sp, sp->id, where, ta
667 key_allocsp2(u_int32_t spi, union sockaddr_union *dst, u_int8_t proto, u_int dir, const char* where, int tag) argument
1079 key_allocsa( union sockaddr_union *dst, u_int proto, u_int32_t spi, const char* where, int tag) argument
1231 key_addrefsa(struct secasvar *sav, const char* where, int tag) argument
1246 key_freesav(struct secasvar **psav, const char* where, int tag) argument
1359 key_newsp(const char* where, int tag) argument
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dext2fs.c101 static off_t ext2fs_seek(struct open_file *f, off_t offset, int where);
848 ext2fs_seek(struct open_file *f, off_t offset, int where) argument
852 switch (where) {
/freebsd-9.3-release/contrib/gcc/
H A Dreg-stack.c53 A "swap" insn looks like a parallel of two patterns, where each
63 The case where the SET_SRC and SET_DEST are both FIRST_STACK_REG
224 /* Passed to change_stack to indicate where to emit insns. */
765 emit_pop_insn (rtx insn, stack regstack, rtx reg, enum emit_where where)
779 pop_insn = emit_pop_insn (insn, regstack, reg1, where);
781 pop_insn = emit_pop_insn (insn, regstack, reg2, where);
793 if (where == EMIT_AFTER)
2088 K is where recog_data.operand[i] is now. J is where it
2353 change_stack (rtx insn, stack old, stack new, enum emit_where where)
756 emit_pop_insn(rtx insn, stack regstack, rtx reg, enum emit_where where) argument
2336 change_stack(rtx insn, stack old, stack new, enum emit_where where) argument
[all...]
H A Dvar-tracking.c21 /* This file contains the variable tracking pass. It computes where
22 variables are located (which registers or where in memory) at each position
51 i.e. it is a list of triplets (reg, decl, offset) where decl is
74 the location of one variable at the point in instruction stream where the
76 instruction, we only emit these notes where the location of variable changes
161 enum emit_note_where where; member in struct:emit_note_data_def
240 /* Structure describing where the variable is located. */
1047 a priority where the priority is the sum of the positions in the 2 chains
2366 enum emit_note_where where = ((emit_note_data *)data)->where; local
2519 emit_notes_for_changes(rtx insn, enum emit_note_where where) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c2076 /* Handle the case where operands[0] == sparc_compare_op0.
2937 where source and destination of a movtf pattern are both MEMs with
3398 ??? In the case where we don't obey regdecls, this is not sufficient
3486 /* Vectors to keep interesting information about registers where it can easily
4481 This is null for libcalls where that information may
4904 This is null for libcalls where that information may
5068 Determine where to put an argument to a function.
5076 This is null for libcalls where that information may
5224 values that begin in the last fp reg [where "last fp reg" varies with the
5335 TYPE is null for libcalls where tha
6370 epilogue_renumber(register rtx *where, int test) argument
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmain.c2574 "main: where=after_getauthinfo, RealHostAddr=%s",
3897 ** where -- a string used for logging. If NULL, this is
3909 fill_fd(fd, where)
3911 char *where;
3919 if (where != NULL)
3920 syserr("fill_fd: %s: fd %d not open", where, fd);
3927 where == NULL ? "startup" : where, SM_PATH_DEVNULL);
/freebsd-9.3-release/contrib/tcsh/
H A Dcomplete.tcsh83 complete where n/*/c/
657 complete where 'n/*/c/'
1085 set _ypdir = /var/yp # directory where NIS (YP) maps are kept
1130 sync triggers unlock user users verify where)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c623 * everything else, where they immediately follow
807 avl_index_t where; local
810 rc = avl_find(avl, &key, &where);
819 avl_insert(avl, rc, where);
/freebsd-9.3-release/contrib/binutils/ld/
H A Dpe-dll.c86 there's a place where it pokes nose out of, but in practice it works).
123 (marked with __fuN_<sym> symbol, where N is integer), pointer to DLL name
2562 pe_get16 (bfd *abfd, int where) argument
2566 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
2572 pe_get32 (bfd *abfd, int where) argument
2576 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
H A Dldlang.c292 where the literal part is at least 4 characters long. */
1526 Put stat_ptr back where we want it. */
1610 lang_statement_union_type **where; local
1626 for (where = &after->header.next;
1627 *where != NULL;
1628 where = &(*where)->header.next)
1630 switch ((*where)->header.type)
1636 ass = &(*where)->assignment_statement;
1641 assign = where;
[all...]
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
H A Dmodsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in44 where:
54 where:
298 where "-d" turns on debug trace
433 the use case where a user has multiple branches checked out in
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb-events.sh525 in-progress queue where it can, later, be cleaned up if
H A Dwince.c95 /* The directory where the stub and executable files are uploaded. */
182 numbers. It retrieves an offset into the context structure where
401 using packets where:
620 similarly to Win32 and take exactly the same arguments except where otherwise noted.
624 There is one universal change. In cases where a length is expected to be returned
690 read_process_memory (HANDLE h, LPCVOID where, LPVOID buf, gdb_wince_len len, gdb_wince_len * nbytes) argument
695 putpvoid ("ReadProcessMemory location", GDB_READPROCESSMEMORY, where);
702 write_process_memory (HANDLE h, LPCVOID where, LPCVOID buf, gdb_wince_len len, gdb_wince_len * nbytes) argument
707 putpvoid ("WriteProcessMemory location", GDB_WRITEPROCESSMEMORY, where);
/freebsd-9.3-release/contrib/openpam/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
179 ## the command line argument order; so add the flags where they
365 # Will always output deps to 'file.d' where file is the root name of the
/freebsd-9.3-release/share/mk/
H A Dbsd.lib.mk327 # prefix where shared objects will be installed by the install target.
334 # the location where we store them:
H A Dbsd.own.mk9 # DESTDIR Change the tree where the file gets installed. [not set]
11 # DISTDIR Change the tree where the file for a distribution
/freebsd-9.3-release/contrib/file/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
179 ## the command line argument order; so add the flags where they
365 # Will always output deps to 'file.d' where file is the root name of the
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c2488 ptr->r.record.x.where.pspoff = ENCODED_PSP_OFFSET (offset);
2503 ptr->r.record.x.where.spoff = offset / 4;
2519 ptr->r.record.x.where.reg = targ_reg;
2687 ptr->r.record.x.where.pspoff);
2692 ptr->r.record.x.where.spoff);
2697 ptr->r.record.x.where.reg, ptr->r.record.x.t);
2702 ptr->r.record.x.t, ptr->r.record.x.where.pspoff);
2707 ptr->r.record.x.t, ptr->r.record.x.where.spoff);
2712 ptr->r.record.x.xy, ptr->r.record.x.where.reg,
4576 long where; local
7113 const char *where; local
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/bmake/mk/
H A Ddpadd.mk115 # to where we found the library is correct.
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_dg.c443 reply_msg.acpted_rply.ar_results.where = resultsp;
446 reply_msg.acpted_rply.ar_results.where = NULL;

Completed in 243 milliseconds

1234567891011>>