Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 59) sorted by relevance

123

/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAboutBox.java44 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 Ddisable.c94 int cancel = 0; in main() local
105 cancel = 1; in main()
156 if (cancel != 0) in main()
H A DMakefile30 BINPROGS = lp lpstat cancel enable disable $(UCBPROGS)
/titanic_50/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c110 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 DSLPOpen.c69 hp->cancel = 0; in SLPOpen()
132 hp->cancel = 1; in SLPClose()
H A Dslp_net.c242 !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 Dzinject.c657 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 Dtmp_vfsops.c381 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 Dsmrt_ciss.c1600 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 Ddo_align.c69 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 Drequeue.c195 cancel (prs, 1); in queue_repel()
222 cancel (prs, 1); in queue_check()
H A Dcancel.c40 cancel (RSTATUS *prs, int spool) in cancel() function
H A Ddisena.c72 cancel (pps->request, 1); in disable()
H A DMakefile56 cancel.c \
H A Dinit.c235 cancel(rsp, 1); in init_requests()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDRM.java85 public void cancel() throws Exception; in cancel() method
H A DLogDRM.java123 public void cancel() throws Exception in cancel() method in LogDRM
/titanic_50/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); in get_token()
/titanic_50/usr/src/cmd/print/selector/
H A DMakefile30 LPBINLINKS = lp lpstat cancel enable disable
/titanic_50/usr/src/cmd/fwflash/plugins/transport/common/
H A Dses.c226 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 DMakefile.com29 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 DMakefile.com30 cancel-job.o common.o create-job.o cups-accept-jobs.o \
/titanic_50/usr/src/pkg/manifests/
H A Dprint-lp-print-client-commands.mf54 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 DTestDrop.java54 timer.cancel(); in startTimer()
/titanic_50/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c630 cancel(int fd, char *printer, int ac, char **av) in cancel() function
802 if (cancel(fd, queue, ac - optind, &av[optind]) < 0) in main()

123