Home
last modified time | relevance | path

Searched refs:skip (Results 151 – 175 of 280) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c603 boolean_t skip; in ks_instances_read() local
632 skip = B_TRUE; in ks_instances_read()
637 skip = B_FALSE; in ks_instances_read()
643 if (skip) { in ks_instances_read()
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c477 goto skip; in gexpand()
480 skip: in gexpand()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c147 gettoken(char *cp, int skip) in gettoken() argument
176 if (skip == TRUE) { in gettoken()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S639 ble,pt %ncc, .bc_medl7 ! skip if 7 or fewer bytes left
664 blt,pt %ncc, .bc_small3x ! skip if less than 4 bytes left
803 ble,pt %ncc, .bc_medw7 ! skip if 7 or fewer bytes left
878 ble,pt %ncc, .bc_medh7 ! skip if 7 or fewer bytes left
974 ble,pt %ncc, .bc_medb7 ! skip if 7 or fewer bytes left
1075 ble,pt %ncc, .bc_medb7 ! skip if 7 or fewer bytes left
1522 ble,pt %ncc, .bc_aln_7 ! skip if 7 or fewer bytes left
2999 ble,pt %ncc, .co_medl7 ! skip if 7 or fewer bytes left
3157 ble,pt %ncc, .co_medw7 ! skip if 7 or fewer bytes left
3234 ble,pt %ncc, .co_medh7 ! skip if 7 or fewer bytes left
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c507 goto skip; in array_clone()
549 skip: in array_clone()
630 goto skip; in array_putval()
692 skip: in array_putval()
1462 goto skip; in array_fixed()
1485 skip: in array_fixed()
H A Dname.c494 goto skip; in nv_setlist()
499 goto skip; in nv_setlist()
562 skip: in nv_setlist()
793 goto skip; in nv_create()
810 skip: in nv_create()
1415 goto skip; in nv_open()
1428 goto skip; in nv_open()
1506 skip: in nv_open()
3066 goto skip; in nv_newattr()
3117 skip: in nv_newattr()
H A Dnvtype.c1006 goto skip; in nv_mktype()
1016 goto skip; in nv_mktype()
1055 goto skip; in nv_mktype()
1092 goto skip; in nv_mktype()
1190 skip: in nv_mktype()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c623 int err, skip; in smb1_iod_process() local
654 skip = SMB_HDR_OFF_MID - 5; in smb1_iod_process()
655 md_get_mem(&md, NULL, skip, MB_MSYSTEM); in smb1_iod_process()
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.S193 .skip 2048
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.S75 jz .sse_aligned / skip alignment if not needed
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c653 int skip=0; in ed_setup() local
663 if(skip || (c>='0' && c<='9')) in ed_setup()
665 skip = 0; in ed_setup()
669 skip = 1; in ed_setup()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c203 int8_t skip[256] = { variable
347 while (skip[addr[(bno - bblk) >> 3]] == 8) in ud_alloc_space_bmap()
349 bno += skip[addr[(bno - bblk) >> 3]]; in ud_alloc_space_bmap()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1125 goto skip; in get_objset_mdn()
1142 goto skip; in get_objset_mdn()
1190 skip: in get_objset_mdn()
/illumos-gate/usr/src/uts/common/os/
H A Dpool.c1529 goto skip; in pool_do_bind()
1538 goto skip; in pool_do_bind()
1601 skip: in pool_do_bind()
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun284 def skip(self):
433 test.skip()
544 test.skip()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1771 mbc_marshal_get_skip(mbuf_chain_t *mbc, uint_t skip) in mbc_marshal_get_skip() argument
1773 if (MBC_ROOM_FOR(mbc, skip) == 0) in mbc_marshal_get_skip()
1775 mbc->chain_offset += skip; in mbc_marshal_get_skip()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c358 val.qw1.bits.ldw.skip = sflow->qw1.bits.ldw.skip; in npi_zcp_tt_static_entry()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c1054 goto skip; in vreplace()
1070 skip: in vreplace()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE118 is used to skip the editing phase and
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_copy.S104 bz,pt %ncc, 1f ! skip if not used
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2006 int skip = -1; in show_all_pollfds() local
2013 if (skip >= 0 && pollfd[0].fd == pollfd[1].fd && in show_all_pollfds()
2016 skip++; in show_all_pollfds()
2020 if (skip > 0) in show_all_pollfds()
2023 pri->pname, skip, (skip == 1 ? "" : "s")); in show_all_pollfds()
2025 skip = 0; in show_all_pollfds()
2030 if (skip > 0) in show_all_pollfds()
2033 pri->pname, skip, (skip == 1 ? "" : "s")); in show_all_pollfds()
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c796 int counter, skip, i, j; local
852 counter = skip = 0;
863 skip++;
871 if (counter + skip == entry->n_tl_data) {
940 arg->programname, name, counter+skip,
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Djoin.c235 goto skip; in getolist()
246 skip: in getolist()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1239 ldapssl_install_gethostbyaddr(LDAP *ld, const char *skip) in ldapssl_install_gethostbyaddr() argument
1267 if (strcmp(name, skip) == 0) { in ldapssl_install_gethostbyaddr()
/illumos-gate/usr/src/
H A DREADME.license-files31 CDDL, then skip to step 3.

12345678910>>...12