Home
last modified time | relevance | path

Searched refs:begin (Results 101 – 125 of 246) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c129 goto begin;
160 begin:
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A DMapfile.payload37 # since when we "boot", that is where we want to begin running.
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c1783 uchar_t *begin = cur_ptr->prntbuf; in fgetfile() local
1789 save_current = (int)(bufend - begin); in fgetfile()
1799 k = begin - buffer; in fgetfile()
1806 begin = bufend; in fgetfile()
1807 k = begin - buffer; in fgetfile()
1811 begin = buffer; in fgetfile()
1812 bufend = begin + save_current; in fgetfile()
1838 if (begin >= bufend) { in fgetfile()
1851 cur_ptr->newline = begin - 1; in fgetfile()
/illumos-gate/usr/src/boot/forth/
H A Dmenusets.4th296 begin ( using u2 in c-addr2/u2 pair as countdown to zero )
416 begin ( using u2 in c-addr2/u2 pair as countdown to zero )
477 begin
489 begin
572 1 begin
596 begin
604 begin
/illumos-gate/usr/src/common/ficl/softcore/
H A Dforml.fr39 begin
H A Dwordsets.fr26 begin
H A Dficlclass.fr59 begin
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c1195 register int begin, end, delta; in delmotion() local
1202 begin = cur_virt; in delmotion()
1213 if( mode=='c' && end>begin && strchr("wW", motion) ) in delmotion()
1217 while( end>begin && isblank(end-1) ) in delmotion()
1219 if( end == begin ) in delmotion()
1223 delta = end - begin; in delmotion()
1226 cur_virt = begin; in delmotion()
1237 cur_virt = begin; in delmotion()
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c104 typedef enum {none, begin, begin_rec, begin_tag, middle, end } TYST; enumerator
735 tydef = begin;
739 if (tydef == begin && ((strncmp(token, "struct", 6) == 0) ||
746 if (tydef == begin) {
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexp.c420 begin: in __vexp()
425 PREPROCESS(0, 0, begin); in __vexp()
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h113 void (*begin)(struct termp *); member
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c410 strans.begin = str2dmstate(states); in topoprop_indrule_add()
414 if (strans.begin == HPS_UNKNOWN || strans.end == HPS_UNKNOWN) { in topoprop_indrule_add()
417 } else if ((err = check_state_transition(strans.begin, strans.end)) in topoprop_indrule_add()
H A Ddiskmon_conf.c110 hotplug_state_string(((state_transition_t *)arg)->begin), in conf_error_msg()
560 (int)indrp->strans.begin, (int)indrp->strans.end); in check_indrules()
693 hotplug_state_string(lrp->strans.begin), in print_indrules()
H A Ddiskmon_conf.h109 hotplug_state_t begin; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3240 U32_TO_BE32(tmp[i].begin, wptr); in tcp_xmit_mp()
3360 tcp_seq begin = tcp->tcp_sack_snxt; in tcp_sack_rexmit() local
3365 if (SEQ_GT(notsack_blk->end, begin) && in tcp_sack_rexmit()
3369 if (SEQ_LT(begin, notsack_blk->begin)) { in tcp_sack_rexmit()
3370 begin = notsack_blk->begin; in tcp_sack_rexmit()
3399 seg_len = end - begin; in tcp_sack_rexmit()
3402 snxt_mp = tcp_get_seg_mp(tcp, begin, &off); in tcp_sack_rexmit()
3410 &tmp_mp, begin, B_TRUE, &seg_len, B_TRUE); in tcp_sack_rexmit()
3416 tcp->tcp_sack_snxt = begin + seg_len; in tcp_sack_rexmit()
3744 U32_TO_BE32(tmp[i].begin, wptr); in tcp_fill_header()
/illumos-gate/usr/src/cmd/sgs/libelf/
H A DMakefile.com32 COMOBJS= ar.o begin.o cntl.o cook.o \
/illumos-gate/usr/src/cmd/dtrace/demo/
H A DMakefile33 begin.d \
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DREADME37 procedure that builds the character must begin with the prefix build_ and
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1908 int begin, end, done; in pcache_poll() local
1922 begin = 0; in pcache_poll()
1930 fd = bt_getlowbit(pcp->pc_bitmap, begin, end); in pcache_poll()
1933 ASSERT(pollcheckrevents(ps, begin, fd, which)); in pcache_poll()
1940 begin = fd + 1; in pcache_poll()
2133 ASSERT(pollcheckrevents(ps, begin, end + 1, which)); in pcache_poll()
2903 pollcheckrevents(pollstate_t *ps, int begin, int end, int cacheindex) in pollcheckrevents() argument
2909 for (i = begin; i < end; i++) { in pollcheckrevents()
H A Dfcntl.c614 u_offset_t begin; in fcntl() local
623 begin = start > vattr.va_size ? vattr.va_size : start; in fcntl()
626 if (nbl_conflict(vp, NBL_WRITE, begin, length, 0, in fcntl()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c107 begin, parent, drvname, drvclass, prop, enumerator
456 state = begin; in parse_conf_entry()
466 case begin: in parse_conf_entry()
490 state = begin; in parse_conf_entry()
569 state = begin; in parse_conf_entry()
/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.c338 struct token *begin, *end; in add_pre_buffer() local
344 begin = tokenize_buffer(buffer, size, &end); in add_pre_buffer()
346 pre_buffer_begin = begin; in add_pre_buffer()
348 pre_buffer_end->next = begin; in add_pre_buffer()
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h630 extern const char *get_ldap_filter(const char **begin, const char **end);
631 const char *get_ava_list(const char **begin, const char **end,
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_lacp.h175 begin : 1, /* LACP init(or reinit.) */ member
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.S85 ! set text to begin at a page boundary so we can

12345678910