Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 25 of 38) sorted by relevance

12

/titanic_41/usr/src/lib/libidmap/common/
H A Dutils.c65 if (udthandle->next >= udthandle->batch.idmap_update_batch_len) { in _udt_extend_batch()
66 nsize = (udthandle->batch.idmap_update_batch_len + in _udt_extend_batch()
69 udthandle->batch.idmap_update_batch_val, nsize); in _udt_extend_batch()
73 (udthandle->batch.idmap_update_batch_len * in _udt_extend_batch()
76 udthandle->batch.idmap_update_batch_val = tmplist; in _udt_extend_batch()
77 udthandle->batch.idmap_update_batch_len += _UDT_SIZE_INCR; in _udt_extend_batch()
79 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in _udt_extend_batch()
91 len = gh->batch.idmap_mapping_batch_len; in _get_ids_extend_batch()
95 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize); in _get_ids_extend_batch()
100 gh->batch.idmap_mapping_batch_val = t1; in _get_ids_extend_batch()
[all …]
H A Didmap_impl.h47 idmap_update_batch batch; member
56 (void) xdr_free(xdr_idmap_update_batch, (caddr_t)&uh->batch);\
75 idmap_mapping_batch batch; member
81 (void) xdr_free(xdr_idmap_mapping_batch, (caddr_t)&gh->batch);\
H A Didmap_api.c198 (xdrproc_t)xdr_idmap_update_batch, (caddr_t)&udthandle->batch, in idmap_udt_commit()
416 (void) xdr_free(xdr_idmap_update_batch, (caddr_t)&udthandle->batch); in idmap_udt_destroy()
435 rule = &udthandle->batch. in idmap_udt_add_namerule()
455 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in idmap_udt_add_namerule()
482 rule = &udthandle->batch. in idmap_udt_rm_namerule()
501 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in idmap_udt_rm_namerule()
524 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in idmap_udt_flush_namerules()
1016 mapping = &gh->batch.idmap_mapping_batch_val[gh->next]; in idmap_getext_uidbysid()
1111 mapping = &gh->batch.idmap_mapping_batch_val[gh->next]; in idmap_getext_gidbysid()
1211 mapping = &gh->batch.idmap_mapping_batch_val[gh->next]; in idmap_getext_pidbysid()
[all …]
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Dserver.c164 validate_rules(idmap_update_batch *batch) in validate_rules() argument
169 for (i = 0; i < batch->idmap_update_batch_len; i++) { in validate_rules()
170 up = &(batch->idmap_update_batch_val[i]); in validate_rules()
181 idmap_get_mapped_ids_1_svc(idmap_mapping_batch batch, in idmap_get_mapped_ids_1_svc() argument
197 if (batch.idmap_mapping_batch_len < 1) in idmap_get_mapped_ids_1_svc()
213 result->ids.ids_val = calloc(batch.idmap_mapping_batch_len, in idmap_get_mapped_ids_1_svc()
220 result->ids.ids_len = batch.idmap_mapping_batch_len; in idmap_get_mapped_ids_1_svc()
223 state.sid_history = calloc(batch.idmap_mapping_batch_len, in idmap_get_mapped_ids_1_svc()
230 state.sid_history_size = batch.idmap_mapping_batch_len; in idmap_get_mapped_ids_1_svc()
235 state.batch = &batch; in idmap_get_mapped_ids_1_svc()
[all …]
H A Dnldaputils.c120 ns_ldap_list_batch_t *batch; member
285 if (__ns_ldap_list_batch_start(&s->batch) != NS_LDAP_SUCCESS) { in idmap_nldap_lookup_batch_start()
419 q->lrc = __ns_ldap_list_batch_add(qs->batch, db, q->filter, in idmap_nldap_bywinname_batch_add()
493 q->lrc = __ns_ldap_list_batch_add(qs->batch, db, q->filter, in idmap_nldap_bypid_batch_add()
573 q->lrc = __ns_ldap_list_batch_add(qs->batch, db, q->filter, in idmap_nldap_byunixname_batch_add()
592 if (qs->batch != NULL) in idmap_nldap_lookup_batch_release()
593 (void) __ns_ldap_list_batch_release(qs->batch); in idmap_nldap_lookup_batch_release()
621 (void) __ns_ldap_list_batch_end(qs->batch); in idmap_nldap_lookup_batch_end()
622 qs->batch = NULL; in idmap_nldap_lookup_batch_end()
737 nldap_lookup_batch(lookup_state_t *state, idmap_mapping_batch *batch, in nldap_lookup_batch() argument
[all …]
H A Dadutils.c531 idmap_cleanup_batch(idmap_query_state_t *batch) in idmap_cleanup_batch() argument
535 for (i = 0; i < batch->qcount; i++) { in idmap_cleanup_batch()
536 if (batch->queries[i].ecanonname != NULL) in idmap_cleanup_batch()
537 free(batch->queries[i].ecanonname); in idmap_cleanup_batch()
538 batch->queries[i].ecanonname = NULL; in idmap_cleanup_batch()
539 if (batch->queries[i].edomain != NULL) in idmap_cleanup_batch()
540 free(batch->queries[i].edomain); in idmap_cleanup_batch()
541 batch->queries[i].edomain = NULL; in idmap_cleanup_batch()
H A Ddbutils.c1886 ad_lookup_batch_int(lookup_state_t *state, idmap_mapping_batch *batch, in ad_lookup_batch_int() argument
1948 for (i = 0; i < batch->idmap_mapping_batch_len; i++) { in ad_lookup_batch_int()
1949 req = &batch->idmap_mapping_batch_val[i]; in ad_lookup_batch_int()
2194 for (i = next_request; i < batch->idmap_mapping_batch_len; in ad_lookup_batch_int()
2196 req = &batch->idmap_mapping_batch_val[i]; in ad_lookup_batch_int()
2215 for (i = 0; i < batch->idmap_mapping_batch_len; i++) { in ad_lookup_batch_int()
2219 req = &batch->idmap_mapping_batch_val[i]; in ad_lookup_batch_int()
2380 ad_lookup_batch(lookup_state_t *state, idmap_mapping_batch *batch, in ad_lookup_batch() argument
2393 for (i = 0; i < batch->idmap_mapping_batch_len; i++) { in ad_lookup_batch()
2394 req = &batch->idmap_mapping_batch_val[i]; in ad_lookup_batch()
[all …]
H A Didmapd.h135 idmap_mapping_batch *batch; member
/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_dma.c512 drm_i915_batchbuffer_t * batch) in i915_dispatch_batchbuffer() argument
515 drm_clip_rect_t __user *boxes = batch->cliprects; in i915_dispatch_batchbuffer()
516 int nbox = batch->num_cliprects; in i915_dispatch_batchbuffer()
520 if ((batch->start | batch->used) & 0x7) { in i915_dispatch_batchbuffer()
532 batch->DR1, batch->DR4); in i915_dispatch_batchbuffer()
540 OUT_RING(batch->start | MI_BATCH_NON_SECURE); in i915_dispatch_batchbuffer()
541 OUT_RING(batch->start + batch->used - 4); in i915_dispatch_batchbuffer()
548 OUT_RING(batch->start); in i915_dispatch_batchbuffer()
551 OUT_RING(batch->start | MI_BATCH_NON_SECURE); in i915_dispatch_batchbuffer()
651 drm_i915_batchbuffer_t batch; in i915_batchbuffer() local
[all …]
/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h152 S2F_batch batch; member
400 parts[part].batch = n;
428 parts[part].batch = n;
493 p = parts[part].batch;
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_sldap.h711 ns_ldap_list_batch_t **batch);
714 ns_ldap_list_batch_t *batch,
729 ns_ldap_list_batch_t *batch);
732 ns_ldap_list_batch_t *batch);
H A Dns_reads.c3051 ns_ldap_list_batch_t *batch, in ldap_list() argument
3212 if (batch != NULL) { in ldap_list()
3213 cookie->batch = batch; in ldap_list()
3231 cookie->next_cookie_in_batch = batch->cookie_list; in ldap_list()
3232 batch->cookie_list = cookie; in ldap_list()
3233 batch->nactive++; in ldap_list()
3342 __ns_ldap_list_batch_start(ns_ldap_list_batch_t **batch) in __ns_ldap_list_batch_start() argument
3344 *batch = calloc(1, sizeof (ns_ldap_list_batch_t)); in __ns_ldap_list_batch_start()
3345 if (*batch == NULL) in __ns_ldap_list_batch_start()
3356 ns_ldap_list_batch_t *batch, in __ns_ldap_list_batch_add() argument
[all …]
H A Dns_internal.h698 ns_ldap_list_batch_t *batch; member
/titanic_41/usr/src/tools/scripts/
H A Dnightly.conf39 BUILD_PROJECT=batch
/titanic_41/usr/src/cmd/cron/
H A DMakefile56 SCRIPT = batch
57 XPG4SCRIPT = batch.xpg4
60 POFILES1= at.po crontab.po funcs.po batch.po
/titanic_41/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in339 $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
H A Dgrub-md5-crypt.in91 $grub_shell --batch --device-map=/dev/null <<EOF \
H A Dgrub-image.in131 cat <<EOF | $grub_shell --batch --device-map=/dev/null
H A Dmkbimage386 ${GRUB_PATH}grub --device-map=$device_map --batch<<EOT
/titanic_41/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl130 my $batch = 30; # batch size to use (running in batches is faster).
135 if ($i % $batch == 0) {
/titanic_41/usr/src/uts/common/rpcsvc/
H A Didmap_prot.x474 IDMAP_GET_MAPPED_IDS(idmap_mapping_batch batch) = 1;
489 IDMAP_UPDATE(idmap_update_batch batch) = 4;
/titanic_41/usr/src/cmd/csh/
H A Dsh.c47 bool batch; variable
273 while (c > 0 && (cp = v[0])[0] == '-' && *++cp != '\0' && !batch) { in main()
277 batch++; in main()
354 if (!batch && (uid != geteuid() || getgid() != getegid())) { in main()
/titanic_41/usr/src/man/man1/
H A DMakefile431 MANLINKS= batch.1 \
556 batch.1 := LINKSRC = at.1
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-xopen-xcu4.mf40 file path=usr/xpg4/bin/batch mode=0555
H A Dsystem-extended-system-utilities.mf96 file path=usr/bin/batch mode=0555

12