/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | disable.c | 95 int cancel = 0; in main() local 105 cancel = 1; in main() 155 if (cancel != 0) in main()
|
H A D | Makefile | 30 BINPROGS = lp lpstat cancel enable disable $(UCBPROGS)
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_ua_common.c | 106 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 D | SLPOpen.c | 67 hp->cancel = 0; in SLPOpen() 130 hp->cancel = 1; in SLPClose()
|
H A D | slp_net.c | 240 !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 D | tmp_vfsops.c | 414 struct tmpnode *tnp, *cancel; in tmp_unmount() local 447 cancel = tm->tm_rootnode->tn_forw; in tmp_unmount() 448 while (cancel != tnp) { in tmp_unmount() 449 vp = TNTOV(cancel); in tmp_unmount() 452 cancel = cancel->tn_forw; in tmp_unmount()
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_align.c | 68 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 D | zinject.c | 742 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 D | requeue.c | 195 cancel (prs, 1); in queue_repel() 222 cancel (prs, 1); in queue_check()
|
H A D | cancel.c | 38 cancel (RSTATUS *prs, int spool) in cancel() function
|
H A D | disena.c | 72 cancel (pps->request, 1); in disable()
|
H A D | Makefile | 54 cancel.c \
|
H A D | init.c | 235 cancel(rsp, 1); in init_requests()
|
/illumos-gate/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
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/print/selector/ |
H A D | Makefile | 30 LPBINLINKS = lp lpstat cancel enable disable
|
/illumos-gate/usr/src/lib/print/libipp-listener/ |
H A D | Makefile.com | 30 cancel-job.o common.o create-job.o cups-accept-jobs.o \
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/ |
H A D | Makefile.com | 30 OBJECTS = job.o library.o lpd-cancel.o lpd-job.o lpd-query.o printer.o \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | print-lp-print-client-commands.p5m | 35 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 D | TestDrop.java | 54 timer.cancel(); in startTimer()
|
/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) 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 D | ctiutils.shlib | 99 # 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/svc/configd/ |
H A D | restore_repository.sh | 185 -quit- cancel script and quit
|