Searched refs:after (Results 51 - 75 of 163) sorted by relevance

1234567

/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp292 // The token after the include must be a string.
296 PrintError(getLoc(), "Expected filename after include");
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h126 GetWatchpointSupportInfo(uint32_t &num, bool &after);
/freebsd-10-stable/usr.bin/timeout/tests/
H A Dtimeout.sh138 -x timeout --kill-after=invalid 1 sleep 0
/freebsd-10-stable/contrib/amd/amd/
H A Dnfs_subr.c1011 am_post_op_attr *post_op_dir = &wcc_data->after;
1129 am_post_op_attr *post_op_obj = &result.res_u.fail.obj_wcc.after;
1348 am_post_op_attr *post_op_file = &result.res_u.fail.file_wcc.after;
1365 am_post_op_attr *post_op_dir = &result.res_u.fail.dir_wcc.after;
1382 am_post_op_attr *post_op_dir = &result.res_u.fail.dir_wcc.after;
1399 am_post_op_attr *post_op_dir = &result.res_u.fail.dir_wcc.after;
1416 am_post_op_attr *post_op_dir = &result.res_u.fail.dir_wcc.after;
1491 post_op_to = &to_wcc_data->after;
1504 post_op_from = &from_wcc_data->after;
1553 post_op_dir = &result.res_u.fail.linkdir_wcc.after;
[all...]
/freebsd-10-stable/contrib/gdb/
H A Ddjunpack.bat8 Rem with other file names after truncation to DOS 8+3 namespace.
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregengine.inc40 * after suitable #defines of a variety of macros used herein, so that
694 const char *coldp; /* last p after which no match was underway */
846 - step - map set of states reachable before char to set reachable after
851 sopno stop, /* state after stop state within strip */
854 states aft) /* states already known reachable after */
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h258 GetWatchpointSupportInfo (uint32_t &num, bool& after);
261 GetWatchpointsTriggerAfterInstruction (bool &after);
H A DProcessGDBRemote.h210 GetWatchpointSupportInfo (uint32_t &num, bool& after);
332 tid_collection m_thread_ids; // Thread IDs for all threads. This list gets updated after stopping
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr.c106 /* after and diff can be the same struct */
108 struct timeval *after, struct timeval *diff)
110 struct timeval tmp = *after;
778 struct timeval before, after; local
816 gettimeofday(&after, NULL);
817 diff_time(&before, &after, &after);
823 after.tv_sec, after.tv_usec,
107 diff_time(struct timeval *before, struct timeval *after, struct timeval *diff) argument
/freebsd-10-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl421 } elsif (/TCP-connection from IPv[46]:([0-9\.:a-fA-F]+) expired after [0-9]+ bytes/) {
427 } elsif (/connection closed before end of data after [0-9]+ bytes from IPv[46]:([0-9\.:a-fA-F]+)/) {
/freebsd-10-stable/lib/libc/mips/string/
H A Dbcopy.S187 move SIZEREG,t0 # this many to do after we are done
281 move SIZEREG,t0 # this many to do after we are done
/freebsd-10-stable/sys/mips/mips/
H A Dbcopy.S176 move SIZEREG,t0 # this many to do after we are done
270 move SIZEREG,t0 # this many to do after we are done
/freebsd-10-stable/contrib/gcc/
H A Dexplow.c922 The insns are emitted after insn AFTER, if nonzero, otherwise the insns
926 emit_stack_save (enum save_level save_level, rtx *psave, rtx after)
972 if (after)
985 emit_insn_after (seq, after);
999 Put any emitted insns after insn AFTER, if nonzero, otherwise at
1003 emit_stack_restore (enum save_level save_level, rtx sa, rtx after)
1048 if (after)
1056 emit_insn_after (seq, after);
1149 whether setjmp() was invoked until after RTL generation, we
919 emit_stack_save(enum save_level save_level, rtx *psave, rtx after) argument
996 emit_stack_restore(enum save_level save_level, rtx sa, rtx after) argument
H A Dcfg.c144 /* Link block B to chain after AFTER. */
146 link_block (basic_block b, basic_block after)
148 b->next_bb = after->next_bb;
149 b->prev_bb = after;
150 after->next_bb = b;
542 /* There are no pseudo registers after reload. Don't dump them. */
889 fprintf (dump_file, "bb %i count became negative after threading",
945 fprintf (dump_file, "edge %i->%i count became negative after threading",
142 link_block(basic_block b, basic_block after) argument
/freebsd-10-stable/contrib/bmake/mk/
H A Ddpadd.mk80 # in reverse order so that libs end up listed after all that needed them.
251 # Further, they can't wait until after include of {lib,prog}.mk as
259 # after all that, if doing -n we don't care
H A Dsys.clean-env.mk25 # are added to MAKE_ENV_SAVE_VAR_LIST after being filtered by...
/freebsd-10-stable/usr.sbin/sysrc/
H A Dsysrc849 after=$( f_sysrc_find "$NAME" )
851 after=$( f_sysrc_get "$NAME" )
855 echo -n " -> ${SHOW_EQUALS:+\"}$after"
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp797 long after = ::lseek(m_descriptor, 0, SEEK_CUR);
802 ssize_t bytes_written = after - cur;
803 offset = after;
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dmacro.c1044 char *after;
1069 get_until_in_line (0, "\n", &(e->after));
1109 add_word (enclosure_stack->current->after);
1037 char *after; member in struct:enclose_struct
/freebsd-10-stable/sys/netinet/
H A Dtcp_sack.c303 struct sackhole *after)
313 if (after != NULL)
314 TAILQ_INSERT_AFTER(&tp->snd_holes, after, hole, scblink);
302 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, struct sackhole *after) argument
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dsol-cn.asm37 # special sections. It is linked in last after other modules.
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh76 -c Command to restart NTP after installing a new file
423 log "warning" "Download from $LEAPSRC failed after $TRY attempts"
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex52 % Sometimes one run after texindex suffices, and sometimes you need more
218 % Append this vertical mode material after the current line in the output.
498 % actual body; @end closes the group after calling \Efoo. \envdef also
666 % @frenchspacing on|off says whether to put extra space after punctuation.
714 % end-of-line in the output. We don't want the end-of-line after
723 % \lineskip glue after it. Thus, space below is not quite equal to space
788 % page after the empty box. So we use a penalty of 9999.
802 % Do not allow a page break right after this kern.
995 % after a section heading. If WORD is `insert', then do indent at such
1916 % An additional complication: the above will allow breaks after,
[all...]
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex51 % Sometimes one run after texindex suffices, and sometimes you need more
236 % after all.
276 % one after. I won't pretend I can describe this better than DEK...
289 % \topmark doesn't work for the very first chapter (after the title
523 % actual body; @end closes the group after calling \Efoo. \envdef also
612 % @frenchspacing on|off says whether to put extra space after punctuation.
660 % end-of-line in the output. We don't want the end-of-line after
669 % \lineskip glue after it. Thus, space below is not quite equal to space
725 % page after the empty box. So we use a penalty of 9999.
739 % Do not allow a page break right after thi
[all...]
/freebsd-10-stable/sys/vm/
H A Dswap_pager.c366 swap_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, int *after);
995 * store exists before and after the requested page within a reasonable
1001 swap_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, int *after) argument
1014 if (after)
1015 *after = 0;
1040 if (after != NULL) {
1050 *after = (i - 1);
1204 * perform the I/O. NOTE!!! bp cannot be considered valid after
1235 * mreq is left busied after completion, but all the other pages

Completed in 406 milliseconds

1234567