Searched refs:stop (Results 1 - 25 of 74) sorted by relevance

123

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSDService.java50 void stop(); method in interface:DNSSDService
/osnet-11/usr/src/lib/libgen/common/
H A Dbgets.c52 static char *stop = NULL; variable
84 char *stop = _get_stop(&key); local
86 if (!stop)
87 stop = (char *)calloc(CHARS, sizeof (char));
91 (void) memset(stop, 0, CHARS);
94 stop[(unsigned char)*cp] = 1;
110 if (stop[c]) {
/osnet-11/usr/src/lib/libmail/common/
H A Dsetup_exec.c45 int stop; local
55 stop = FALSE;
56 while (*q && (stop == FALSE)) {
72 stop = TRUE;
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Dhalt.c31 stop (void) function
60 stop ();
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage1_5.c51 stop ();
68 stop ();
H A Dstart_eltorito.S120 /* go here when you need to stop the machine hard after an error condition */
121 stop: jmp stop label
207 jmp stop
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dhalt.c36 stop (void) function
55 stop ();
64 stop ();
78 stop ();
87 stop ();
97 stop ();
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.c37 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
38 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
46 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
47 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_thread.d58 hotspot*:::thread-stop
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_thread.d58 hotspot*:::thread-stop
/osnet-11/usr/src/lib/libldap4/util/
H A Dline64.c60 char *p, *s, *d, *byte, *stop; local
118 stop = strchr( s, '\0' );
120 for ( p = s, *vlen = 0; p < stop; p += 4, *vlen += 3 ) {
274 unsigned char *byte, *p, *stop; local
292 stop = (unsigned char *) (val + vlen);
296 for ( byte = (unsigned char *) val; byte < stop;
316 for ( byte = (unsigned char *) val; byte < stop - 2;
335 if ( byte < stop ) {
336 for ( i = 0; byte + i < stop; i++ ) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c202 char *p, *stop; local
206 stop = strchr( src, '\0' );
208 for ( p = src, len = 0; p < stop; p += 4, len += 3 ) {
323 unsigned char *p, *byte, *stop; local
348 stop = (unsigned char *)val;
351 stop = (unsigned char *) (val + vlen);
365 for ( byte = (unsigned char *) val; byte < stop;
429 unsigned char *byte, *stop; local
437 stop = src + srclen;
440 for ( byte = src; byte < stop
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc.c54 unsigned int start, stop; local
59 start = stop = 0;
71 start = stop = *ptr_fblock < *ptr_to_fblock+size ?
73 while (start && stop-start != size) {
76 stop = start;
78 ok = (stop-start == size);
84 start = stop = *ptr_to_fblock+1;
85 while (stop < PED_BE16_TO_CPU(priv_data->mdb->total_blocks)
86 && stop-start != size) {
87 if (TST_BLOC_OCCUPATION(priv_data->alloc_map,stop))
[all...]
H A Dreloc_plus.c58 unsigned int start, stop; local
63 start = stop = 0;
75 start = stop = *ptr_fblock < *ptr_to_fblock+size ?
77 while (start && stop-start != size) {
80 stop = start;
82 ok = (stop-start == size);
88 start = stop = *ptr_to_fblock+1;
89 while (stop < PED_BE32_TO_CPU(priv_data->vh->total_blocks)
90 && stop-start != size) {
91 if (TST_BLOC_OCCUPATION(priv_data->alloc_map,stop))
[all...]
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_rsearch.c65 __bam_rsearch(dbc, recnop, flags, stop, exactp)
69 int stop, *exactp;
121 ((LF_ISSET(S_PARENT) && (u_int8_t)(stop + 1) >= h->level) ||
235 if (LF_ISSET(S_PARENT) && stop == h->level) {
253 (u_int8_t)(stop + 1) >= (u_int8_t)(h->level - 1)) ||
H A Dbt_search.c72 __bam_search(dbc, key, flags, stop, recnop, exactp)
76 int stop, *exactp;
131 ((LF_ISSET(S_PARENT) && (u_int8_t)(stop + 1) >= h->level) ||
212 if (LF_ISSET(S_PARENT) && stop == h->level) {
230 (u_int8_t)(stop + 1) >= (u_int8_t)(h->level - 1)) ||
H A Dbt_delete.c506 goto stop;
508 goto stop;
512 goto stop;
521 goto stop;
523 goto stop;
576 stop: done = 1;
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c365 _Unwind_Stop_Fn stop, void *stop_parameter,
381 res = (*stop)(1, phase,
408 exception_object->private_1 = (uint64_t)stop;
417 res = (*stop)(1, phase,
439 _Unwind_Stop_Fn stop, void *stop_parameter)
446 return (_Unwind_ForcedUnwind_Body(exception_object, stop,
364 _Unwind_ForcedUnwind_Body(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter, struct _Unwind_Context *ctx, int resume) argument
438 _Unwind_ForcedUnwind(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c126 /* Do a setjmp here for the stop command. */
256 stop (void) function
270 stop ();
276 stop ();
284 stop ();
291 stop ();
299 stop ();
307 stop ();
315 stop ();
699 stop ();
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java84 slpd.stop();
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A Drandtest.c123 static void stop(int sig) function
206 (void) signal(SIGINT, stop);
207 (void) signal(SIGTERM, stop);
208 (void) signal(SIGHUP, stop);
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java367 * @see #stop()
390 * A consumer may stop on its own in response to the {@code exit()}
401 * cases it is not necessary to call {@code stop()}. If a consumer
402 * stops for any reason (an explicit call to {@code stop()} or any
407 * Note that a call to {@code stop()} blocks until the background
409 * stop()} returns, a call to {@link #isRunning()} returns {@code
416 * if {@code stop()} was already called
421 public void stop(); method in interface:Consumer
425 * abort()} is effectively the same as {@link #stop()} except that
441 * The {@code abort()} and {@code stop()} method
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm29 $DB::signal = 0; # signal flag (will cause a stop at the next line)
106 my ($stop, $action);
107 if (($stop,$action) = split(/\0/,$DB::dbline{$DB::lineno})) {
108 if ($stop eq '1') {
112 $stop = 0 unless $stop; # avoid un_init warning
113 $evalarg = "\$DB::signal |= do { $stop; }"; &eval;
509 # client-specific pre/post-stop actions.
538 sub stop {} subroutine
572 CLIENT->skippkg('hide::hide') # ask DB not to stop i
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dboot.S375 /* go here when you need to stop the machine hard after an error condition */
378 LOCAL(stop):
379 jmp LOCAL(stop)
H A Ddiskboot.S320 /* go here when you need to stop the machine hard after an error condition */
321 LOCAL(stop): jmp LOCAL(stop)

Completed in 80 milliseconds

123