Searched refs:cancel (Results 1 - 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDRM.java83 * @throws Exception If the cancel fails.
85 public void cancel() throws Exception; method in interface:DRM
H A DLogDRM.java119 * TODO: Define cancel parameters.
121 * @throws Exception If the cancel fails.
123 public void cancel() throws Exception method in class:LogDRM
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAboutBox.java44 public pmButton cancel = null; field in class:pmAboutBox
59 cancel = new pmButton(pmUtility.getResource("Cancel"));
60 cancel.setMnemonic(pmUtility.getIntResource("Cancel.mnemonic"));
61 cancel.addActionListener(new ActionListener() {
88 buttonPanel.add(cancel);
97 // default button is cancel
98 cancel.setAsDefaultButton();
100 // handle Esc as cancel
103 Debug.message("HELP: cancel action");
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dcancel.c36 ** cancel() - CANCEL A REQUEST
40 cancel (RSTATUS *prs, int spool) function
H A Ddisena.c72 cancel (pps->request, 1);
H A Drequeue.c150 * printer when reevaluating, but also don't cancel the request
195 cancel (prs, 1);
222 cancel (prs, 1);
H A DMakefile56 cancel.c \
H A Dinit.c220 * element of table[] will be NULL, and cancel will
235 cancel(rsp, 1);
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Ddisable.c94 int cancel = 0; local
104 case 'c': /* cancel active job first */
105 cancel = 1;
156 if (cancel != 0)
H A DMakefile30 BINPROGS = lp lpstat cancel enable disable $(UCBPROGS)
/illumos-gate/usr/src/cmd/print/selector/
H A DMakefile30 LPBINLINKS = lp lpstat cancel enable disable
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPOpen.c69 hp->cancel = 0;
132 hp->cancel = 1;
H A Dslp_ua_common.c110 hp->cancel = 1;
158 hp->cancel = 1;
200 if (args->hp->cancel)
212 if ((!args->hp->cancel) &&
H A Dslp_net.c242 !hp->cancel;
300 /* success or cancel */
306 if (!ctarg || hp->cancel) {
371 !hp->cancel;
490 if (hp->cancel)
503 ctarg && !hp->cancel;
548 if (hp->cancel) {
1004 * timeout or the final timeout has expired, or if hp->cancel becomes true.
1019 for (; !hp->cancel; ) {
1031 for (i = 0; !hp->cancel
[all...]
H A Dslp-internal.h139 int cancel; /* cancellation flag */ member in struct:handle_impl
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c657 char *cancel = NULL; local
729 cancel = optarg;
885 if (cancel != NULL) {
891 (void) fprintf(stderr, "cancel (-c) incompatible with "
902 if (strcmp(cancel, "all") == 0) {
905 int id = (int)strtol(cancel, &end, 10);
908 " must be an integer or 'all'\n", cancel);
/illumos-gate/usr/src/lib/print/libipp-listener/
H A DMakefile.com30 cancel-job.o common.o create-job.o cups-accept-jobs.o \
/illumos-gate/usr/src/lib/print/libpapi-lpd/
H A DMakefile.com29 OBJECTS = job.o library.o lpd-cancel.o lpd-job.o lpd-query.o printer.o \
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c69 cancel(),
281 cancel (req_id);
450 cancel (req_id);
594 ** cancel() - MAKE PRINTER ACCEPT REQUESTS
597 static void cancel (req_id) function
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c397 struct tmpnode *tnp, *cancel; local
430 cancel = tm->tm_rootnode->tn_forw;
431 while (cancel != tnp) {
432 vp = TNTOV(cancel);
435 cancel = cancel->tn_forw;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java54 timer.cancel();
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dhttpd-standalone-ipp.conf297 ipp-operation cancel-job on
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c73 char cancel[] = m_textstr(3133, "Cancel; name='%s'\n", "I name"); variable
231 fprintf(stderr, m_strmsg(cancel), curr_token.tk_name);
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dses.c226 goto cancel;
234 goto cancel;
242 goto cancel;
269 cancel:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l58 <INITIAL>cancel {

Completed in 92 milliseconds

12