Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 280) sorted by path

12345678910>>...12

/illumos-gate/exception_lists/
H A Dcheck_rtime48 # Directory hierarchies to skip completely
201 # Files for which we skip checking of duplicate addresses in the
/illumos-gate/usr/src/
H A DREADME.license-files31 CDDL, then skip to step 3.
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th133 1 to end_of_file? \ mark end of file to skip the rest
135 read_line \ skip over next line
420 read_line \ skip title
421 read_line \ skip bootfs
H A Dloader.4th314 2 - swap 2 + ( addr len len-2 addr+2 ) \ skip -B
316 begin \ skip spaces
362 \ or skip to next option block
371 \ skip to next option in list
396 \ skip , and move addr" to addr'
422 \ not acpi option, skip to next option in list
431 \ if its ',', skip over
H A Dpnp.4th129 : skip-space ( addr -- addr' )
138 : skip-to-space ( addr -- addr' )
164 skip-space premature-end?
167 skip-to-space premature-end?
170 skip-space premature-end?
172 skip-to-space premature-end?
176 skip-space premature-end?
178 skip-to-space dup c@ >r
H A Dsupport.4th1939 1+ 2* ( skip N and ui )
1942 1+ 2* ( skip N and ai )
/illumos-gate/usr/src/boot/sys/fs/cd9660/
H A Dcd9660_rrip.h133 char skip [ISODCL(6, 6)]; member
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c518 goto skip; in doaudio()
557 skip: in doaudio()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt245 skip=Not used
248 skip=Not used
257 skip=Not used
329 skip=Not used.
332 skip=Not used.
493 skip=Not used.
496 skip=Not used.
499 skip=Not used.
536 skip=Not used.
679 skip=Not used.
[all …]
H A Dauditrecord.pl35 $title, $note, $name, $col1, $col2, $col3, $skip);
150 ($name, $description, $title, $skip, @case) =
160 $note = $skip;
165 next if ($skip);
290 ($name, $description, $title, $skip, @case) =
332 $note = $skip;
337 next if ($skip);
462 my ($description, $title, $skip, @case);
468 ($name, $description, $title, $skip, @case) = @{$attr{$label}};
481 return ($name, $description, $title, $skip, @case);
H A Dmkmsg.pl86 my ($name, $description, $title, $skip, @case) = ('', '', '', '', ());
88 ($name, $description, $title, $skip, @case) = @{$attr{$label}};
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c498 u_offset_t skip; /* tape blocks to skip this pass */ in lf_blksout() local
550 skip = tpblkskip; in lf_blksout()
558 skip = 0; in lf_blksout()
560 assert((count - skip) <= TP_NINDIR); in lf_blksout()
561 for (j = 0, k = 0; j < count - skip; j++, k++) { in lf_blksout()
568 spcl.c_count = count - skip; in lf_blksout()
573 while (j < count - skip) { in lf_blksout()
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y502 goto skip; in yylex()
506 goto skip; in yylex()
510 goto skip; in yylex()
514 goto skip; in yylex()
518 goto skip; in yylex()
522 goto skip; in yylex()
526 goto skip; in yylex()
530 goto skip; in yylex()
534 goto skip; in yylex()
538 goto skip; in yylex()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c612 uint32_t dbcsz, extra, left, skip, todo; in ahci_build_iov() local
618 skip = aior->done; in ahci_build_iov()
625 if (dbcsz <= skip) { in ahci_build_iov()
626 skip -= dbcsz; in ahci_build_iov()
629 dbcsz -= skip; in ahci_build_iov()
633 prdt->dba + skip, dbcsz); in ahci_build_iov()
637 skip = 0; in ahci_build_iov()
/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c129 int bad,accept,skip,t,cc; in pkaccept() local
133 bad = accept = skip = 0; in pkaccept()
180 skip++; in pkaccept()
227 skip++; in pkaccept()
238 if (skip) { in pkaccept()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh130 # if the instance doesn't exist in the repository skip it
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_enc.c213 rc4_skip(uint8_t *key, size_t keylen, size_t skip, in rc4_skip() argument
219 buf_len = skip + data_len; in rc4_skip()
223 bcopy(data, buf + skip, data_len); in rc4_skip()
227 bcopy(buf + skip, data, data_len); in rc4_skip()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c196 int skip) in rn_satisfies_leaf() argument
207 cp3 += skip; in rn_satisfies_leaf()
208 cp2 += skip; in rn_satisfies_leaf()
209 for (cp += skip; cp < cplim; cp++, cp2++, cp3++) in rn_satisfies_leaf()
442 if (skip == 0) in rn_addmask()
443 skip = 1; in rn_addmask()
444 if (mlen <= skip) in rn_addmask()
446 if (skip > 1) in rn_addmask()
448 if ((m0 = mlen) > skip) in rn_addmask()
449 (void) memmove(addmask_key + skip, netmask + skip, mlen - skip); in rn_addmask()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs3.c1081 int skip; in sum_readdirplusres() local
1097 skip = getxdr_long(); in sum_readdirplusres()
1098 xdr_skip(RNDUP(skip)); /* fhandle */ in sum_readdirplusres()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c991 goto skip; in gethent()
1077 skip: in gethent()
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c150 static off_t skip; /* number of input records to skip */ variable
592 skip = number(BIG); in main()
996 while (skip) { in main()
1015 skip--; in main()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4253 int skip; in hot_cleanup() local
4301 skip = strcmp(link->contents, path); in hot_cleanup()
4303 skip = strncmp(link->contents, path, in hot_cleanup()
4305 if (skip || in hot_cleanup()
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c111 static int skip(int i, int from, char *pr);
406 (void) skip(i, rold->from, (char *)0); in change()
407 (void) skip(i, rold->to, " "); in change()
450 skip(int i, int from, char *pr) in skip() function
476 (void) skip(0, r1->from, (char *)0); in duplicate()
477 (void) skip(1, r2->from, (char *)0); in duplicate()
524 de[j].new.from = de[j-1].new.to + skip(2, diff->new.from, (char *)0); in edit()
525 de[j].new.to = de[j].new.from + skip(2, diff->new.to, (char *)0); in edit()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c6719 goto skip; in print_linkprop_cb()
6727 goto skip; in print_linkprop_cb()
6734 goto skip; in print_linkprop_cb()
6741 goto skip; in print_linkprop_cb()
6750 skip: in print_linkprop_cb()
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c1059 goto skip; in print_flowprop_cb()
1066 goto skip; in print_flowprop_cb()
1073 goto skip; in print_flowprop_cb()
1082 skip: in print_flowprop_cb()

12345678910>>...12