Searched refs:start (Results 176 - 200 of 1002) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/demo/io/
H A Diocpu.d42 io:::wait-start
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_CLEAR_AGGARG.bad.d47 start = timestamp;
H A Derr.D_CLEAR_PROTO.bad.d47 start = timestamp;
H A Dtst.clear.d45 start = timestamp;
H A Dtst.cleardenormalize.d46 start = timestamp;
H A Dtst.clearnormalize.d45 start = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.noprivdrop.ksh36 start = timestamp;
/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c72 goto start;
76 start:
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.c43 ptr->start = NULL;
57 ptr->start = NULL;
101 new->left_entry = tbl->start;
102 tbl->start = new;
194 tbl->start = (tmp->left_entry ?tmp->left_entry->right_entry:
203 hash_entry *tmp = tbl->start;
217 hash_entry *tmp = tbl->start;
231 hash_entry * tmp = tbl->start, * prev;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c354 const char *start; local
414 start = p + 2;
415 for (p = start; *p != '\0' && *p != '}' &&
416 p - start < sizeof (name) - 1; p++) {
417 name[p - start] = *p;
422 if (p - start >= sizeof (name) - 1 || *p != '}') {
423 p = start;
429 name[p - start] = '\0';
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplfile.c116 int word_start; /* The index in line[] of the start of the username */
262 * Get a pointer to the start of the incomplete filename.
329 * might be the start of the last component, and mark the character
330 * that follows it as the start of the name that is to be completed.
338 * We have reached either the end of the filename or the start of
382 * If we are at the start of the filename and the first character of the
513 * word_start int The index within line[] of the start of the
540 * Iterate through the list of users, recording those which start
591 * word_start int The index within line[] of the start of the
613 int start; /* Th local
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c463 * Given a start and end time and start and end entries check if the
498 * Given a start and end time (strings), convert them into net_time_t
532 get_starting_point(net_time_entry_t *head, net_time_entry_t **start, argument
538 *start = NULL;
542 *start = head;
546 *start = NULL;
554 *start = next;
1044 net_time_entry_t *start; local
1064 start
1189 net_time_entry_t *start; local
1368 net_time_entry_t *start; local
[all...]
/illumos-gate/usr/src/cmd/tail/
H A Dtail.c239 char *start; local
256 if ((start = p = malloc(len + 3)) == NULL)
291 *argv = start;
303 if ((start = p = malloc(6)) == NULL)
318 *argv = start;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c183 zfs_log_fuid_ids(zfs_fuid_info_t *fuidp, void *start) argument
186 uint64_t *fuidloc = start;
198 zfs_log_fuid_domains(zfs_fuid_info_t *fuidp, void *start) argument
206 bcopy((void *)zdomain->z_domain, start,
208 start = (caddr_t)start +
212 return (start);
561 void *start; local
595 start = (lr_setattr_t *)(lr + 1);
597 zfs_log_xvattr((lr_attr_t *)start, xva
662 void *start = (ace_t *)(lr + 1); local
[all...]
H A Dzfs_replay.c156 zfs_replay_fuid_domain_common(zfs_fuid_info_t *fuid_infop, void *start, argument
162 fuid_infop->z_domain_table[i] = start;
163 start = (caddr_t)start + strlen(start) + 1;
166 return (start);
217 zfs_replay_fuids(void *start, void **end, int idcnt, int domcnt, uint64_t uid, argument
220 uint64_t *log_fuid = (uint64_t *)start;
416 void *start; local
462 start
770 void *start; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S35 .set MEM_DATA,start+0x1000 # Data segment
67 .globl start
71 start: cld # String ops inc label
96 start.1: movl (%ebx),%eax # Get argument and
99 loop start.1 # Till done
191 je start.3 # Yes
194 start.2: jmp start.2 # Hang
195 start.3:
205 start
[all...]
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c115 char *Start; /* start of the current string */
123 static void putKcp(char *start, char *end, boolean force);
438 char *blksptr; /* end of a lexical block start */
441 Start = os; /* remember the start for expmatch */
474 /* start of a comment? */
491 /* start of a comment? */
507 /* start of a string? */
518 /* start of a character string? */
555 /* start of a lexical block */
619 putKcp(char *start, cha argument
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c83 const char *beginp; /* start of string -- virtual NUL precedes */
89 states fresh; /* states for a fresh start */
163 const char *start; local
178 start = string + pmatch[0].rm_so;
181 start = string;
182 stop = start + strlen(start);
185 if (stop < start)
196 for (dp = start+g->mlen-1; dp < stop; ) {
224 for (dp = start; d
373 dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst) argument
558 backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int rec) argument
756 fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst) argument
858 slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst) argument
955 step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft) argument
1096 at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst) argument
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dether_addr.c187 const char *p, *limit, *start; local
201 start = p;
202 while (p < limit && lisalnum(start[j])) {
204 n = 16 * n + DIGIT(start[j]);
222 start = p;
225 if ((i = (p - start)) < MAXHOSTNAMELEN) {
226 (void) memcpy(host, start, i);
/illumos-gate/usr/src/cmd/sh/
H A Dio.c198 * big enough), so start over.
226 unsigned char *start; local
250 cline = clinep = start = locstak();
311 if ((i = cline - start) > 0)
312 write(fd, start, i);
320 if ((i = clinep - start) < CPYSIZ)
324 write(fd, start, i);
325 cline = clinep = start;
357 * truncated anyway, so start over.
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_kpm.c50 uintptr_t start, end; local
59 start = pmem->ml_address;
60 end = start + pmem->ml_size;
63 hat_devload(kas.a_hat, kpm_vbase + start,
64 end - start, mmu_btop(start),
69 start = pmem->ml_address;
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dform.c343 int start; local
351 start = B(f) + cols;
353 while (start < dcols) {
354 chunk = MIN(cols, dcols - start);
355 (void) wmove(w, 0, start);
363 start += cols;
367 start = T(f) + c->rows;
369 while (start < drows) {
370 (void) wmove(w, start++, 0);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp.c281 char *p, *start, *end; local
288 start = p = &pvt->inbuffer[pvt->incurr];
298 if (start > realstart) {
299 memmove(realstart, start, end - start);
300 pvt->inlast = end - start;
301 start = realstart;
330 i = p - start + 1;
335 memcpy(buffer + buffpos, start, i);
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dnumtree1.sh159 float start
201 (( bench.start=SECONDS ))
231 print -u2 -f "# time used: %f\n" $((bench.stop - bench.start))
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c501 char *start, *end; local
504 for (start = attrs;
505 start &&
506 *start &&
508 start = end) {
509 if (*start == ',') start++;
510 if (*start == '(') {
512 if (!(end = slp_utf_strchr(start, ')')))
514 parens_attr(start, collato
[all...]

Completed in 94 milliseconds

1234567891011>>