/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | cancel.c | 36 ** 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 D | DRM.java | 83 * @throws Exception If the cancel fails. 85 public void cancel() throws Exception; method in interface:DRM
|
H A D | LogDRM.java | 119 * 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 D | pmAboutBox.java | 44 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 D | disable.c | 94 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 D | do_align.c | 69 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 D | ticscan.c | 73 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 D | zinject.c | 657 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 D | tmp_vfsops.c | 397 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 D | lpd-port.c | 630 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 D | slp-internal.h | 139 int cancel; /* cancellation flag */ member in struct:handle_impl
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_send.c | 81 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;
|