Home
last modified time | relevance | path

Searched refs:finish (Results 51 – 75 of 98) sorted by relevance

1234

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c222 static void finish();
563 (void) sigset(SIGINT, finish); in main()
1847 finish(); in send_scheduled_probe()
2007 finish(); in recv_icmp_packet()
2429 finish() in finish() function
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsmatch.txt36 "--call-tree --info --param-mapper --spammy" and finish building the
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c161 static void finish(void);
430 (void) signal(SIGINT, finish); in main()
431 (void) signal(SIGTERM, finish); in main()
1050 finish(void) in finish() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib129 unsigned long finish;
134 finish = time((time_t*)0);
135 return (finish - start) > (TIMEOUT / 2);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h251 hrtime_t finish; member
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c486 lgrp_id_t finish; in lgrp_affinity_best() local
543 finish = lgrpid; in lgrp_affinity_best()
567 } while (lgrpid != finish); in lgrp_affinity_best()
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec.c669 goto finish; in ECDSA_SignDigestWithSeed()
795 finish: in ECDSA_SignDigestWithSeed()
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c380 goto finish; in process_metaslot_operands()
432 finish: in process_metaslot_operands()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1880 \def\uref#1{\douref #1,,,\finish}
1881 \def\douref#1,#2,#3,#4\finish{\begingroup
1911 \def\email#1{\doemail#1,,\finish}
1951 \def\acronym#1{\doacronym #1,,\finish}
1952 \def\doacronym#1,#2,#3\finish{%
1963 \def\abbr#1{\doabbr #1,,\finish}
1964 \def\doabbr#1,#2,#3\finish{%
6391 \imagexxx #1,,,,,\finish
6454 \def\dofloat#1,#2,#3,#4\finish{%
6640 \def\doiffloat#1=#2=#3\finish{%
[all …]
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.S927 rdpr %canrestore, %o4 ! its effects when we finish.
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdloverlay.c396 goto finish; in dladm_overlay_delete()
403 finish: in dladm_overlay_delete()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S649 addcc %o2, 7, %o2 ! finish adjustment of remaining count
652 .bc_smallx: ! finish up and exit
815 addcc %o2, 7, %o2 ! finish adjustment of remaining count
894 addcc %o2, 7, %o2 ! finish adjustment of remaining count
994 addcc %o2, 7, %o2 ! finish adjustment of remaining count
1532 addcc %i2, 7, %i2 ! finish adjustment of remaining count
3009 addcc %o2, 7, %o2 ! finish adjustment of remaining count
3012 .co_smallx: ! finish up and exit
3169 addcc %o2, 7, %o2 ! finish adjustment of remaining count
3250 addcc %o2, 7, %o2 ! finish adjustment of remaining count
[all …]
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c2737 if (!ptr) goto finish; in ParseTSIGError()
2742 if (!ptr) goto finish; in ParseTSIGError()
2749 if (alglen > MAX_DOMAIN_NAME) goto finish; in ParseTSIGError()
2751 if (rd + 6 > rdend) goto finish; in ParseTSIGError()
2753 if (rd + sizeof(mDNSOpaque16) > rdend) goto finish; in ParseTSIGError()
2755 if (rd + sizeof(mDNSOpaque16) > rdend) goto finish; in ParseTSIGError()
2758 if (rd + macsize > rdend) goto finish; in ParseTSIGError()
2760 if (rd + sizeof(mDNSOpaque16) > rdend) goto finish; in ParseTSIGError()
2762 if (rd + sizeof(mDNSOpaque16) > rdend) goto finish; in ParseTSIGError()
2769 goto finish; in ParseTSIGError()
[all …]
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib677 # finish Exit the expect script here - the test has passed.
718 echo 'proc finish {} {'
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S484 b _resume_from_idle ! finish job of resume
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c2771 timestruc_t finish; in zsd_refresh_procs() local
2896 finish.tv_sec = in zsd_refresh_procs()
2901 finish.tv_nsec = in zsd_refresh_procs()
2915 if (finish.tv_sec > interval_end.tv_sec || in zsd_refresh_procs()
2916 (finish.tv_sec == interval_end.tv_sec && in zsd_refresh_procs()
2917 finish.tv_nsec > (interval_end.tv_usec * 1000))) in zsd_refresh_procs()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c2706 pin->finish = 0; in audiohd_get_pin_config()
2792 widget->finish = 0; in audiohd_create_widgets()
3245 if (pin->finish) in audiohd_do_build_output_path()
3279 pin->finish = 1; in audiohd_do_build_output_path()
4319 if (!widget || widget->finish) in audiohd_do_finish_monitor_path()
4341 widget->finish = 1; in audiohd_do_finish_monitor_path()
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c832 goto finish; in acpi_drv_gen_sysevent()
844 finish: in acpi_drv_gen_sysevent()
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c678 finish(int cc) in finish() function
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c1179 goto finish; in nge_m_start()
1185 goto finish; in nge_m_start()
1190 finish: in nge_m_start()
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source443 … destined printer. Try\nanother destination, or wait for the\nrequest to finish printing or cancel…
449 …se the printer(s). Try\nanother destination, or wait for the\nrequest to finish printing or cancel…
723 …/sbin/lpmove command to\nassign them to another destination,\nor wait for them to finish printing."
930 …"Either wait for the requests to finish\nprinting or cancel them. Use the\nlpstat -o -l command to…
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1610 goto finish; in tcp_tli_accept()
1649 finish: in tcp_tli_accept()
H A Dtcp_output.c1636 goto finish; in tcp_close_output()
1649 goto finish; in tcp_close_output()
1667 finish: in tcp_close_output()
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S280 blt,pt %ncc, .dbmvfinish ! if yes, skip to finish up code
393 blt .smallleft3 ! if not, go to finish up
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c2318 goto finish; in arcmsr_config_child()
2329 goto finish; in arcmsr_config_child()
2337 goto finish; in arcmsr_config_child()
2346 goto finish; in arcmsr_config_child()
2357 finish: in arcmsr_config_child()

1234