/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmAboutBox.java | 44 public pmButton cancel = null; field in pmAboutBox 59 cancel = new pmButton(pmUtility.getResource("Cancel")); in pmAboutBox() 60 cancel.setMnemonic(pmUtility.getIntResource("Cancel.mnemonic")); in pmAboutBox() 61 cancel.addActionListener(new ActionListener() { in pmAboutBox() 88 buttonPanel.add(cancel); in pmAboutBox() 98 cancel.setAsDefaultButton(); in pmAboutBox()
|
/titanic_50/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | disable.c | 94 int cancel = 0; in main() local 105 cancel = 1; in main() 156 if (cancel != 0) in main()
|
H A D | Makefile | 30 BINPROGS = lp lpstat cancel enable disable $(UCBPROGS)
|
/titanic_50/usr/src/lib/libslp/clib/ |
H A D | slp_ua_common.c | 110 hp->cancel = 1; in slp_ua_common() 158 hp->cancel = 1; in consumer() 200 if (args->hp->cancel) in slp_call() 212 if ((!args->hp->cancel) && in slp_call()
|
H A D | SLPOpen.c | 69 hp->cancel = 0; in SLPOpen() 132 hp->cancel = 1; in SLPClose()
|
H A D | slp_net.c | 242 !hp->cancel; in slp_uc_udp_send() 306 if (!ctarg || hp->cancel) { in slp_uc_udp_send() 371 !hp->cancel; in slp_mc_send() 490 if (hp->cancel) in tcp_thread() 503 ctarg && !hp->cancel; in tcp_thread() 548 if (hp->cancel) { in tcp_thread() 1019 for (; !hp->cancel; ) { in mc_recvmsg() 1031 for (i = 0; !hp->cancel && i < nfds; i++) { in mc_recvmsg()
|
/titanic_50/usr/src/cmd/zinject/ |
H A D | zinject.c | 657 char *cancel = NULL; in main() local 729 cancel = optarg; in main() 885 if (cancel != NULL) { in main() 902 if (strcmp(cancel, "all") == 0) { in main() 905 int id = (int)strtol(cancel, &end, 10); in main() 908 " must be an integer or 'all'\n", cancel); in main()
|
/titanic_50/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 381 struct tmpnode *tnp, *cancel; in tmp_unmount() local 414 cancel = tm->tm_rootnode->tn_forw; in tmp_unmount() 415 while (cancel != tnp) { in tmp_unmount() 416 vp = TNTOV(cancel); in tmp_unmount() 419 cancel = cancel->tn_forw; in tmp_unmount()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_ciss.c | 1600 smrt_command_t *event, *cancel; in smrt_event_init() local 1612 cancel = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, KM_NOSLEEP); in smrt_event_init() 1613 if (cancel == NULL) { in smrt_event_init() 1617 if (smrt_command_attach_internal(smrt, cancel, SMRT_EVENT_NOTIFY_BUFLEN, in smrt_event_init() 1620 smrt_command_free(cancel); in smrt_event_init() 1623 smrt_write_message_cancel_event_notify(cancel); in smrt_event_init() 1631 smrt_command_free(cancel); in smrt_event_init() 1636 smrt->smrt_event_cancel_cmd = cancel; in smrt_event_init() 1805 smrt_command_t *event, *cancel; in smrt_event_fini() local 1904 cancel = smrt->smrt_event_cancel_cmd; in smrt_event_fini() [all …]
|
/titanic_50/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_align.c | 69 cancel(), 281 cancel (req_id); 450 cancel (req_id); 597 static void cancel (req_id) in cancel() function
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | requeue.c | 195 cancel (prs, 1); in queue_repel() 222 cancel (prs, 1); in queue_check()
|
H A D | cancel.c | 40 cancel (RSTATUS *prs, int spool) in cancel() function
|
H A D | disena.c | 72 cancel (pps->request, 1); in disable()
|
H A D | Makefile | 56 cancel.c \
|
H A D | init.c | 235 cancel(rsp, 1); in init_requests()
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DRM.java | 85 public void cancel() throws Exception; in cancel() method
|
H A D | LogDRM.java | 123 public void cancel() throws Exception in cancel() method in LogDRM
|
/titanic_50/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); in get_token()
|
/titanic_50/usr/src/cmd/print/selector/ |
H A D | Makefile | 30 LPBINLINKS = lp lpstat cancel enable disable
|
/titanic_50/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | ses.c | 226 goto cancel; in fw_writefw() 234 goto cancel; in fw_writefw() 242 goto cancel; in fw_writefw() 269 cancel: in fw_writefw()
|
/titanic_50/usr/src/lib/print/libpapi-lpd/ |
H A D | Makefile.com | 29 OBJECTS = job.o library.o lpd-cancel.o lpd-job.o lpd-query.o printer.o \
|
/titanic_50/usr/src/lib/print/libipp-listener/ |
H A D | Makefile.com | 30 cancel-job.o common.o create-job.o cups-accept-jobs.o \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | print-lp-print-client-commands.mf | 54 file path=usr/share/man/man1/cancel.1 67 link path=usr/bin/cancel target=../sbin/print-service
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestDrop.java | 54 timer.cancel(); in startTimer()
|
/titanic_50/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-port.c | 630 cancel(int fd, char *printer, int ac, char **av) in cancel() function 802 if (cancel(fd, queue, ac - optind, &av[optind]) < 0) in main()
|