Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Ddisable.c95 int cancel = 0; in main() local
105 cancel = 1; in main()
155 if (cancel != 0) in main()
H A DMakefile30 BINPROGS = lp lpstat cancel enable disable $(UCBPROGS)
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c106 hp->cancel = 1; in slp_ua_common()
156 hp->cancel = 1; in consumer()
198 if (args->hp->cancel) in slp_call()
210 if ((!args->hp->cancel) && in slp_call()
H A DSLPOpen.c67 hp->cancel = 0; in SLPOpen()
130 hp->cancel = 1; in SLPClose()
H A Dslp_net.c240 !hp->cancel; in slp_uc_udp_send()
304 if (!ctarg || hp->cancel) { in slp_uc_udp_send()
369 !hp->cancel; in slp_mc_send()
491 if (hp->cancel) in tcp_thread()
503 for (ctarg = targets; ctarg && !hp->cancel; in tcp_thread()
548 if (hp->cancel) { in tcp_thread()
1020 for (; !hp->cancel; ) { in mc_recvmsg()
1032 for (i = 0; !hp->cancel && i < nfds; i++) { in mc_recvmsg()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c413 struct tmpnode *tnp, *cancel; in tmp_unmount() local
446 cancel = tm->tm_rootnode->tn_forw; in tmp_unmount()
447 while (cancel != tnp) { in tmp_unmount()
448 vp = TNTOV(cancel); in tmp_unmount()
451 cancel = cancel->tn_forw; in tmp_unmount()
/illumos-gate/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()
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()
1909 if (cancel != NULL) in smrt_event_fini()
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c68 cancel(),
280 cancel (req_id);
449 cancel (req_id);
596 static void cancel (req_id) in cancel() function
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c742 char *cancel = NULL; in main() local
818 cancel = optarg; in main()
1001 if (cancel != NULL) { in main()
1021 if (strcmp(cancel, "all") == 0) { in main()
1024 int id = (int)strtol(cancel, &end, 10); in main()
1027 " must be an integer or 'all'\n", cancel); in main()
/illumos-gate/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.c38 cancel (RSTATUS *prs, int spool) in cancel() function
H A Ddisena.c72 cancel (pps->request, 1); in disable()
H A DMakefile54 cancel.c \
H A Dinit.c235 cancel(rsp, 1); in init_requests()
/illumos-gate/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
/illumos-gate/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()
/illumos-gate/usr/src/cmd/print/selector/
H A DMakefile30 LPBINLINKS = lp lpstat cancel enable disable
/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.com30 OBJECTS = job.o library.o lpd-cancel.o lpd-job.o lpd-query.o printer.o \
/illumos-gate/usr/src/pkg/manifests/
H A Dprint-lp-print-client-commands.p5m35 link path=usr/bin/cancel target=../sbin/print-service
67 file path=usr/share/man/man1/cancel.1
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java54 timer.cancel(); in startTimer()
/illumos-gate/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()
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib99 # be used in startup function to cancel the execution of test cases
372 # cti_deleteall() - cancel all tests.
836 # cti_cancel() - cancel an individual test purpose.
872 # cti_cancelall() - cancel all tests.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l59 <INITIAL>cancel {

123