Searched refs:batch (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10-stable/usr.bin/at/
H A DMakefile9 ${BINDIR}/at ${BINDIR}/batch
10 MLINKS= at.1 batch.1 \
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/gdb/
H A Dt_regress.sh49 gdb --batch -x test.gdb dig >gdb.out
70 gdb --batch -x test.gdb ./test >gdb.out 2>&1
/freebsd-10-stable/crypto/openssh/regress/
H A Dputty-transfer.sh19 env HOME=$PWD ${PLINK} -load compression_$c -batch \
31 -batch -i putty.rsa$p 127.0.0.1 \
H A Dputty-ciphers.sh18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
H A Dputty-kex.sh17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 \
H A Dsftp.sh6 SFTPCMDFILE=${OBJ}/batch
H A Dssh-com-sftp.sh6 SFTPCMDFILE=${OBJ}/batch
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmain.c122 static int batch = 0; local
270 {"batch", no_argument, &batch, 1},
525 if (batch)
656 if (catch_command_errors (exec_file_attach, execarg, !batch, RETURN_MASK_ALL))
662 catch_command_errors (exec_file_attach, execarg, !batch, RETURN_MASK_ALL);
685 !batch, RETURN_MASK_ALL) == 0)
687 !batch, RETURN_MASK_ALL);
691 !batch, RETURN_MASK_ALL);
695 catch_command_errors (tty_command, ttyarg, !batch, RETURN_MASK_AL
[all...]
/freebsd-10-stable/sys/dev/drm/
H A Di915_dma.c488 drm_i915_batchbuffer_t * batch)
491 struct drm_clip_rect __user *boxes = batch->cliprects;
492 int nbox = batch->num_cliprects;
496 if ((batch->start | batch->used) & 0x7) {
508 batch->DR1, batch->DR4);
517 OUT_RING(batch->start);
520 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
526 OUT_RING(batch
487 i915_dispatch_batchbuffer(struct drm_device * dev, drm_i915_batchbuffer_t * batch) argument
618 drm_i915_batchbuffer_t *batch = data; local
[all...]
H A Di915_drm.h429 struct drm_i915_batchbuffer batch; member in struct:drm_i915_execbuffer
577 /** Command queue, used to load batch buffers */
/freebsd-10-stable/sys/dev/drm2/i915/
H A Di915_dma.c528 drm_i915_batchbuffer_t * batch, struct drm_clip_rect *cliprects)
531 int nbox = batch->num_cliprects;
537 if ((batch->start | batch->used) & 0x7) {
549 batch->DR1, batch->DR4);
562 OUT_RING(batch->start);
565 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
573 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
574 OUT_RING(batch
527 i915_dispatch_batchbuffer(struct drm_device * dev, drm_i915_batchbuffer_t * batch, struct drm_clip_rect *cliprects) argument
671 drm_i915_batchbuffer_t *batch = data; local
[all...]
/freebsd-10-stable/usr.bin/patch/
H A Dcommon.h93 extern bool batch;
H A Dinp.c348 } else if (batch) {
399 } else if (batch) {
H A Dpatch.c77 bool batch = false; variable
284 } else if (batch) {
467 {"batch", no_argument, 0, 't'},
588 batch = true;
/freebsd-10-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh38 # Run a single gdb command against a kernel file in batch mode.
48 /usr/local/bin/gdb -batch -ex "$@" $k
50 echo -e "$@" | /usr/bin/gdb -x /dev/stdin -batch $k
/freebsd-10-stable/etc/rc.d/
H A Dsendmail129 openssl req -batch -passout pass:"$certpass" -new -x509 \
134 openssl req -batch -nodes -new -x509 -keyout newkey.pem \
143 -key "$certpass" -batch -infiles tmp.pem >/dev/null 2>&1 &&
/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_rx.c234 unsigned int batch; local
262 batch = 0;
270 id = (rxq->added + batch) & rxq->ptr_mask;
285 addr[batch++] = seg.ds_addr;
287 if (batch == SFXGE_REFILL_BATCH) {
288 efx_rx_qpost(rxq->common, addr, mblksize, batch,
290 rxq->added += batch;
291 batch = 0;
298 if (batch != 0) {
299 efx_rx_qpost(rxq->common, addr, mblksize, batch,
[all...]
/freebsd-10-stable/crypto/openssl/apps/
H A Dreq.c158 static int batch = 0; variable
305 } else if (strcmp(*argv, "-batch") == 0)
306 batch = 1;
425 " -batch do not ask anything during request generation\n");
1149 if (!batch) {
1237 && (!batch)) {
1372 if (!batch)
1381 if (!batch) {
1410 if (batch || value)
1431 if (!batch)
[all...]
H A DCA.sh132 $CA -create_serial -out ${CATOP}/$CACERT $CADAYS -batch \
H A Dca.c169 " -batch - Don't ask questions\n",
198 long days, int batch, char *ext_sect, CONF *conf,
206 char *enddate, long days, int batch, char *ext_sect,
226 int batch, int verbose, X509_REQ *req, char *ext_sect,
295 int batch = 0; local
434 else if (strcmp(*argv, "-batch") == 0)
435 batch = 1;
1123 batch = 1;
1132 startdate, enddate, days, batch, extensions,
1152 enddate, days, batch, extension
1491 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1561 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1618 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
[all...]
/freebsd-10-stable/sys/dev/sfxge/common/
H A Defx_ev.c387 unsigned int batch; local
413 /* Read up until the end of the batch period */
414 batch = EFX_EV_BATCH - (count & (EFX_EV_BATCH - 1));
416 for (total = 0; total < batch; ++total) {
431 * Prefetch the next batch when we get within PREFETCH_PERIOD
432 * of a completed batch. If the batch is smaller, then prefetch
435 if (total == batch && total < EFSYS_OPT_EV_PREFETCH_PERIOD)
439 /* Process the batch of events */
445 /* Prefetch if we've now reached the batch perio
[all...]
/freebsd-10-stable/contrib/gdb/
H A Ddjunpack.bat6 Rem This batch file unpacks the GDB distribution while simultaneously
/freebsd-10-stable/contrib/gcc/
H A Dgccbug.in179 -b | --batch) BATCH=true ;;
/freebsd-10-stable/tools/tools/tinybsd/
H A Dtinybsd65 batch)
86 batch[=<anything>] (do not ask interactively)
90 $0 sectors=65536 heads=8 spt=16 conf=wireless mfsroot=yes image=myimage.img batch
/freebsd-10-stable/contrib/tcsh/
H A Dsh.c238 int batch = 0; local
911 *++tcp != '\0' && !batch) {
922 batch = 1;
1107 if (!batch && (uid != euid || gid != egid)) {

Completed in 330 milliseconds

12