Home
last modified time | relevance | path

Searched refs:skip (Results 226 – 250 of 280) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2081 skip: in devinfo_audit_node_walk_step()
2101 goto skip; in devinfo_audit_node_walk_step()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c271 goto skip; in path_pwd()
286 skip: in path_pwd()
H A Dxec.c238 goto skip; in p_time()
256 skip: in p_time()
1666 goto skip; in sh_exec()
1678 goto skip; in sh_exec()
1716 skip: in sh_exec()
H A Dlex.c1643 goto skip; in comsub()
1653 skip: in comsub()
H A Dmacro.c2711 goto skip; in sh_tilde()
2721 skip: in sh_tilde()
H A Dio.c2490 goto skip; in sh_menu()
2510 skip: in sh_menu()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_jalapeno_asm.S916 .skip VIS_BLOCKSIZE
H A Dcommon_asm.S565 ! yes, skip adjustments
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5489 int in = 0, out = 0, check, skip, maxPorts = 0; in fc_ulp_get_adapter_paths() local
5514 skip = 0; in fc_ulp_get_adapter_paths()
5529 skip = 1; in fc_ulp_get_adapter_paths()
5548 skip = 1; in fc_ulp_get_adapter_paths()
5569 if (!skip) { in fc_ulp_get_adapter_paths()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6760 size_t skip; in ibd_prepare_sgl() local
6879 skip = pending_hdr; in ibd_prepare_sgl()
6885 blksize = MBLKL(nmp) - skip; in ibd_prepare_sgl()
6887 bcopy(nmp->b_rptr + skip, bufp, avail); in ibd_prepare_sgl()
6888 skip += avail; in ibd_prepare_sgl()
6891 bcopy(nmp->b_rptr + skip, bufp, blksize); in ibd_prepare_sgl()
6892 skip = 0; in ibd_prepare_sgl()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c3778 uint_t skip = 0; in urtw_open_pipes() local
3784 skip = 2; in urtw_open_pipes()
3787 LOW_PRIORITY_PIPE + skip, USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in urtw_open_pipes()
3802 NORMAL_PRIORITY_PIPE + skip, USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in urtw_open_pipes()
/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c949 const char *find_include(const char *skip, const char *look_for) in find_include() argument
978 strcmp(skip, entry->d_name) == 0) in find_include()
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh53 option to skip creating this file, specify a config file name, or
61 option to skip creating this file, specify a mapping file name, or
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c2540 int i, j, maxlen, len, ncolumns, skip; local
2550 skip = (lemp->nsymbol + ncolumns - 1)/ncolumns;
2551 for(i=0; i<skip; i++){
2553 for(j=i; j<lemp->nsymbol; j+=skip){
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c919 goto skip; in pcie_prop_op()
928 skip: in pcie_prop_op()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c2615 goto skip; in mxfe_receive()
2637 skip: in mxfe_receive()
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c4003 goto skip; in pcihp_prop_op()
4010 skip: in pcihp_prop_op()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.S404 ! yes, skip adjustments
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c4421 skip(fp, gz, buf, n) in skip() function
5186 if (skip(stdin, gz, buf, number(header.size)))
5285 if (skip(stdin, gz, buf, number(header.size)))
H A DRELEASE14 12-04-17 package.sh: skip sh version logic for ``use''
357 package.sh: skip nmake if older than 2000-10-31
753 00-10-22 regress: fix VIEW to skip empty dirs
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscr.ss366 ; below skip over the unused entries. This way when a phase mismatch
/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/zpool/
H A Dzpool_main.c4914 boolean_t skip = (omit_since_boot && in zpool_do_iostat() local
4965 if (((++cb.cb_iteration == 1 && !skip) || in zpool_do_iostat()
4966 (skip != verbose) || in zpool_do_iostat()
4973 if (skip) { in zpool_do_iostat()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c2411 int skip = CountLabels(name) - 6; in GetIPv4FromName() local
2413 if (GetLabelDecimalValue(SkipLeadingLabels(name, skip+3)->c, &a->ip.v4.b[0]) || in GetIPv4FromName()
2414 GetLabelDecimalValue(SkipLeadingLabels(name, skip+2)->c, &a->ip.v4.b[1]) || in GetIPv4FromName()
2415 GetLabelDecimalValue(SkipLeadingLabels(name, skip+1)->c, &a->ip.v4.b[2]) || in GetIPv4FromName()
2416 … GetLabelDecimalValue(SkipLeadingLabels(name, skip+0)->c, &a->ip.v4.b[3])) return mStatus_Invalid; in GetIPv4FromName()
2430 int skip = CountLabels(name) - 34; in GetIPv6FromName() local
2431 …if (skip < 0) { LogMsg("GetIPFromName: Need 34 labels in IPv6 reverse mapping name %##s", name); r… in GetIPv6FromName()
2433 n = SkipLeadingLabels(name, skip); in GetIPv6FromName()
2454 int skip = CountLabels(name) - 2; in ReverseMapDomainType() local
2455 if (skip >= 0) in ReverseMapDomainType()
[all …]
H A DDNSCommon.c625 mDNSexport const domainname *SkipLeadingLabels(const domainname *d, int skip) in SkipLeadingLabels() argument
627 while (skip > 0 && d->c[0]) { d = (const domainname *)(d->c + 1 + d->c[0]); skip--; } in SkipLeadingLabels()

12345678910>>...12