Searched refs:do_cancel (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_del.c141 int do_cancel; local
160 do_cancel = 0;
176 do_cancel = 1;
179 if (!do_cancel)
184 if (do_cancel)
/illumos-gate/usr/src/cmd/format/
H A Dmenu_scsi.c59 static void do_cancel(void);
75 static void do_cancel();
260 do_cancel();
736 do_cancel() function
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c910 int do_cancel = !pthread_attr_equal(tcdp->tcd_attrp, local
913 if (do_cancel) {
930 return (do_cancel);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c1222 do_cancel() function
1256 do_cancel();
1701 * Call do_cancel() to go up one scope. If commit fails,
1710 /* call do_cancel() to go up one scope */
1711 do_cancel();
1815 /* Exit this scope because handle already freed (call do_cancel()) */
1825 do_cancel();
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c982 _thrp_join(thread_t tid, thread_t *departed, void **status, int do_cancel) argument
993 if (do_cancel)

Completed in 84 milliseconds