HomeSort by relevance Sort by last modified time
    Searched refs:batch (Results 1 - 25 of 32) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpbatch/
ResourceBundle.properties 33 dhcpbatch_open_failed=Error opening batch file - {0}
34 dhcpbatch_read_failed=Error reading batch file - {0}
  /onnv/onnv-gate/usr/src/tools/scripts/
nightly.conf 39 BUILD_PROJECT=batch
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/
DhtAdmBatch.java 35 * The main class for the batch functionality of dhtadm.
68 * Executes the batch functionality.
74 DhcpBatch batch = new DhcpBatch(inputSource); local
75 batch.setVerbose(options.isSet(DhtAdm.VERBOSE));
76 return (batch.execute());
ResourceBundle.properties 89 usage=dhtadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] [-g] (options)\n\nWhere (options) is one of:\n\n-C Create the dhcptab\n\n-A Add symbol or macro. Sub-options:\n { -s (symbol name) | -m (macro name) } -d (definition)\n\n-M Modify symbol or macro. Sub-options:\n -s (old symbol name) {-n (new name) | -d (definition)}\n Or\n -m (old macro name) {-n (new name) | -d (definition) | -e (symbol = value)}\n\n-D Delete symbol or macro definition. Sub-options:\n -s ( symbol name ) | -m ( macro name )\n\n-R Remove the dhcptab\n\n-P Display the dhcptab\n\n-B [batchfile] Run command in batch input mode. Sub-options:\n [-v] Output commands as they are processed.\n
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
PntAdmBatch.java 35 * The main class for the batch functionality of pntadm.
67 * Executes the batch functionality.
73 DhcpBatch batch = new DhcpBatch(inputSource); local
74 batch.setVerbose(options.isSet(PntAdm.VERBOSE));
75 return (batch.execute());
ResourceBundle.properties 98 usage=pntadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] (options) [(network ip or name)]\n\nWhere (options) is one of:\n\n -C Create the named table\n\n -A (client ip or name) Add client entry. Sub-options:\n [-c (comment)]\n [-e (lease expiration)]\n [-f (flags)]\n [-h (client host name)]\n [-i (client identifier)[-a]]\n [-m (dhcptab macro reference)[-y]]\n [-s (server ip or name)]\n\n -M (client ip or name) Modify client entry. Sub-options:\n [-c (new comment)]\n [-e (new lease expiration)]\n [-f (new flags)]\n [-h (new client host name)]\n [-i (new client identifier)[-a]]\n [-m (new dhcptab macro reference)[-y]]\n [-n (new client ip)]\n [-s (new server ip or name)]\n\n -D (client ip or name) Delete client entry. Sub-options:\n [-y] Remove hosts table entry\n\n -R Remove the named table\n\n -P Display the named table. Sub-options:\n [-v] Display lease time in full format.\n [-x] Display lease time in raw format.\n\n -L List the configured DHCP networks\n\n -B [batchfile] Run command in batch input mode. Sub-options:\n [-v] Output commands as they are processed.\n\n The network ip or name argument is required for all options except -L and -B\n
  /onnv/onnv-gate/usr/src/lib/libidmap/common/
utils.c 50 if (udthandle->next >= udthandle->batch.idmap_update_batch_len) {
51 nsize = (udthandle->batch.idmap_update_batch_len +
54 udthandle->batch.idmap_update_batch_val, nsize);
58 (udthandle->batch.idmap_update_batch_len *
61 udthandle->batch.idmap_update_batch_val = tmplist;
62 udthandle->batch.idmap_update_batch_len += _UDT_SIZE_INCR;
64 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum =
76 len = gh->batch.idmap_mapping_batch_len;
80 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize);
85 gh->batch.idmap_mapping_batch_val = t1
    [all...]
idmap_impl.h 66 idmap_update_batch batch; member in struct:idmap_udt_handle
75 (void) xdr_free(xdr_idmap_update_batch, (caddr_t)&uh->batch);\
95 idmap_mapping_batch batch; member in struct:idmap_get_handle
101 (void) xdr_free(xdr_idmap_mapping_batch, (caddr_t)&gh->batch);\
idmap_api.c 324 (xdrproc_t)xdr_idmap_update_batch, (caddr_t)&udthandle->batch,
446 * Retrieve the index of the failed batch element. error_index == -1
467 * Retrieve the rule which caused the batch to fail. If
545 (void) xdr_free(xdr_idmap_update_batch, (caddr_t)&udthandle->batch);
564 rule = &udthandle->batch.
584 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum =
590 /* The batch should still be usable */
611 rule = &udthandle->batch.
630 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum =
653 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum
    [all...]
  /onnv/onnv-gate/usr/src/cmd/idmap/idmapd/
server.c 156 validate_rules(idmap_update_batch *batch)
161 for (i = 0; i < batch->idmap_update_batch_len; i++) {
162 up = &(batch->idmap_update_batch_val[i]);
173 idmap_get_mapped_ids_1_svc(idmap_mapping_batch batch,
186 if (batch.idmap_mapping_batch_len < 1)
202 result->ids.ids_val = calloc(batch.idmap_mapping_batch_len,
209 result->ids.ids_len = batch.idmap_mapping_batch_len;
212 state.sid_history = calloc(batch.idmap_mapping_batch_len,
219 state.sid_history_size = batch.idmap_mapping_batch_len;
224 state.batch = &batch
    [all...]
idmapd.h 105 idmap_mapping_batch *batch; member in struct:lookup_state
183 /* Batch this request for AD lookup */
185 /* Batch this request for nldap directory lookup */
211 #define IS_BATCH_SID(batch, i) \
212 (batch.idmap_mapping_batch_val[i].id1.idtype == IDMAP_SID || \
213 batch.idmap_mapping_batch_val[i].id1.idtype == IDMAP_USID || \
214 batch.idmap_mapping_batch_val[i].id1.idtype == IDMAP_GSID)
216 #define IS_BATCH_UID(batch, i) \
217 (batch.idmap_mapping_batch_val[i].id1.idtype == IDMAP_UID)
219 #define IS_BATCH_GID(batch, i)
    [all...]
nldaputils.c 120 ns_ldap_list_batch_t *batch; member in struct:idmap_nldap_query_state
176 * especially when processing a batch of requests). The caller must free
256 * Create a batch for native LDAP lookup.
268 if (__ns_ldap_list_batch_start(&s->batch) != NS_LDAP_SUCCESS) {
279 * Add a lookup by winname request to the batch.
402 q->lrc = __ns_ldap_list_batch_add(qs->batch, db, q->filter,
420 * Add a lookup by uid/gid request to the batch.
476 q->lrc = __ns_ldap_list_batch_add(qs->batch, db, q->filter,
486 * Add a lookup by user/group name request to the batch.
556 q->lrc = __ns_ldap_list_batch_add(qs->batch, db, q->filter
722 idmap_mapping_batch batch; local
    [all...]
adutils.c 71 * There is one of these for every query added to a batch object
104 /* Batch context structure; typedef is in header file */
536 idmap_cleanup_batch(idmap_query_state_t *batch)
540 for (i = 0; i < batch->qcount; i++) {
541 if (batch->queries[i].ecanonname != NULL)
542 free(batch->queries[i].ecanonname);
543 batch->queries[i].ecanonname = NULL;
544 if (batch->queries[i].edomain != NULL)
545 free(batch->queries[i].edomain);
546 batch->queries[i].edomain = NULL
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/drm/
i915_dma.c 581 drm_i915_batchbuffer_t * batch)
584 drm_clip_rect_t __user *boxes = batch->cliprects;
585 int nbox = batch->num_cliprects;
589 if ((batch->start | batch->used) & 0x7) {
601 batch->DR1, batch->DR4);
609 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
610 OUT_RING(batch->start + batch->used - 4)
740 drm_i915_batchbuffer_t batch; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/abi/appcert/scripts/
abi_index.pl 130 my $batch = 30; # batch size to use (running in batches is faster).
135 if ($i % $batch == 0) {
  /onnv/onnv-gate/usr/src/grub/grub-0.97/util/
grub-md5-crypt.in 91 $grub_shell --batch --device-map=/dev/null <<EOF \
grub-install.in 339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
454 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
grub-image.in 131 cat <<EOF | $grub_shell --batch --device-map=/dev/null
  /onnv/onnv-gate/usr/src/uts/common/rpcsvc/
idmap_prot.x 349 /* Batch of requests to get mapped identities */
351 IDMAP_GET_MAPPED_IDS(idmap_mapping_batch batch) = 1;
363 /* Batch of update requests */
365 IDMAP_UPDATE(idmap_update_batch batch) = 4;
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfstrtof.h 152 S2F_batch batch; member in struct:S2F_part_s
400 parts[part].batch = n;
428 parts[part].batch = n;
493 p = parts[part].batch;
  /onnv/onnv-gate/usr/src/cmd/cron/
Makefile 51 SCRIPT = batch
52 XPG4SCRIPT = batch.xpg4
55 POFILES1= at.po crontab.po funcs.po batch.po
  /onnv/onnv-gate/usr/src/lib/libsldap/common/
ns_sldap.h 514 /* Opaque handle for batch API */
697 ns_ldap_list_batch_t **batch);
700 ns_ldap_list_batch_t *batch,
715 ns_ldap_list_batch_t *batch);
718 ns_ldap_list_batch_t *batch);
ns_reads.c     [all...]
  /onnv/onnv-gate/usr/src/common/openssl/apps/
ca.c 183 " -batch - Don't ask questions\n",
210 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
216 char *startdate, char *enddate, long days, int batch,
230 int email_dn, char *startdate, char *enddate, long days, int batch,
300 int batch=0; local
447 else if (strcmp(*argv,"-batch") == 0)
448 batch=1;
1184 batch = 1;
1192 db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch,
1212 serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch,
    [all...]
req.c 153 static int batch=0; variable
415 else if (strcmp(*argv,"-batch") == 0)
416 batch=1;
531 BIO_printf(bio_err," -batch do not ask anything during request generation\n");
    [all...]

Completed in 1139 milliseconds

1 2