Searched defs:cancel (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dcancel.c36 ** cancel() - CANCEL A REQUEST
40 cancel (RSTATUS *prs, int spool) function
/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/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)
/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/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/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/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/lib/print/libpapi-lpd/common/
H A Dlpd-port.c630 cancel(int fd, char *printer, int ac, char **av) function
801 case OP_CANCEL: /* send the cancel string, return the fd */
802 if (cancel(fd, queue, ac - optind, &av[optind]) < 0)
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp-internal.h139 int cancel; /* cancellation flag */ member in struct:handle_impl
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c81 boolean_t cancel; member in struct:send_thread_arg
533 if (sta->cancel)
892 to_arg.cancel = B_FALSE;
910 to_arg.cancel = B_TRUE;

Completed in 89 milliseconds