/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_impl.h | 47 idmap_update_batch batch; member in struct:idmap_udt_handle 56 (void) xdr_free(xdr_idmap_update_batch, (caddr_t)&uh->batch);\ 75 idmap_mapping_batch batch; member in struct:idmap_get_handle 81 (void) xdr_free(xdr_idmap_mapping_batch, (caddr_t)&gh->batch);\
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | 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;
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | server.c | 164 validate_rules(idmap_update_batch *batch) argument 169 for (i = 0; i < batch->idmap_update_batch_len; i++) { 170 up = &(batch->idmap_update_batch_val[i]); 181 idmap_get_mapped_ids_1_svc(idmap_mapping_batch batch, argument 197 if (batch.idmap_mapping_batch_len < 1) 213 result->ids.ids_val = calloc(batch.idmap_mapping_batch_len, 220 result->ids.ids_len = batch.idmap_mapping_batch_len; 223 state.sid_history = calloc(batch.idmap_mapping_batch_len, 230 state.sid_history_size = batch.idmap_mapping_batch_len; 235 state.batch 924 idmap_update_1_svc(idmap_update_batch batch, idmap_update_res *res, struct svc_req *rqstp) argument [all...] |
H A D | adutils.c | 70 * There is one of these for every query added to a batch object 531 idmap_cleanup_batch(idmap_query_state_t *batch) argument 535 for (i = 0; i < batch->qcount; i++) { 536 if (batch->queries[i].ecanonname != NULL) 537 free(batch->queries[i].ecanonname); 538 batch->queries[i].ecanonname = NULL; 539 if (batch->queries[i].edomain != NULL) 540 free(batch->queries[i].edomain); 541 batch->queries[i].edomain = NULL;
|
H A D | nldaputils.c | 120 ns_ldap_list_batch_t *batch; member in struct:idmap_nldap_query_state 193 * especially when processing a batch of requests). The caller must free 273 * Create a batch for native LDAP lookup. 285 if (__ns_ldap_list_batch_start(&s->batch) != NS_LDAP_SUCCESS) { 296 * Add a lookup by winname request to the batch. 419 q->lrc = __ns_ldap_list_batch_add(qs->batch, db, q->filter, 437 * Add a lookup by uid/gid request to the batch. 493 q->lrc = __ns_ldap_list_batch_add(qs->batch, db, q->filter, 503 * Add a lookup by user/group name request to the batch. 573 q->lrc = __ns_ldap_list_batch_add(qs->batch, d 737 nldap_lookup_batch(lookup_state_t *state, idmap_mapping_batch *batch, idmap_ids_res *result) argument [all...] |
H A D | idmapd.h | 141 idmap_mapping_batch *batch; member in struct:lookup_state 290 * is used to determine and record whether any request in a batch requested 291 * tracing, to control whether later code loops over the batch to do tracing
|
H A D | dbutils.c | 1886 ad_lookup_batch_int(lookup_state_t *state, idmap_mapping_batch *batch, argument 1929 degrade_svc(1, "failed to create batch for AD lookup"); 1948 for (i = 0; i < batch->idmap_mapping_batch_len; i++) { 1949 req = &batch->idmap_mapping_batch_val[i]; 2175 /* add keeps track if we added an entry to the batch */ 2194 for (i = next_request; i < batch->idmap_mapping_batch_len; 2196 req = &batch->idmap_mapping_batch_val[i]; 2203 idmapdlog(LOG_NOTICE, "Failed to batch AD lookup requests"); 2215 for (i = 0; i < batch->idmap_mapping_batch_len; i++) { 2219 req = &batch 2380 ad_lookup_batch(lookup_state_t *state, idmap_mapping_batch *batch, idmap_ids_res *result) argument [all...] |
/illumos-gate/usr/src/uts/intel/io/drm/ |
H A D | i915_dma.c | 512 drm_i915_batchbuffer_t * batch) 515 drm_clip_rect_t __user *boxes = batch->cliprects; 516 int nbox = batch->num_cliprects; 520 if ((batch->start | batch->used) & 0x7) { 532 batch->DR1, batch->DR4); 540 OUT_RING(batch->start | MI_BATCH_NON_SECURE); 541 OUT_RING(batch->start + batch 511 i915_dispatch_batchbuffer(drm_device_t * dev, drm_i915_batchbuffer_t * batch) argument 651 drm_i915_batchbuffer_t batch; local [all...] |
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_ev.c | 1046 unsigned int batch; local 1057 /* Read up until the end of the batch period */ 1058 batch = EFX_EV_BATCH - (count & (EFX_EV_BATCH - 1)); 1060 for (total = 0; total < batch; ++total) { 1075 * Prefetch the next batch when we get within PREFETCH_PERIOD 1076 * of a completed batch. If the batch is smaller, then prefetch 1079 if (total == batch && total < EFSYS_OPT_EV_PREFETCH_PERIOD) 1083 /* Process the batch of events */ 1089 /* Prefetch if we've now reached the batch perio [all...] |
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.c | 47 bool batch; variable 273 while (c > 0 && (cp = v[0])[0] == '-' && *++cp != '\0' && !batch) { 277 batch++; 354 if (!batch && (uid != geteuid() || getgid() != getegid())) {
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_rx.c | 764 unsigned int batch; local 790 batch = 0; 829 id = (srp->sr_added + batch) & (sp->s_rxq_size - 1); 833 addr[batch++] = srpp->srp_addr; 834 if (batch == SFXGE_REFILL_BATCH) { 835 efx_rx_qpost(srp->sr_erp, addr, mblksize, batch, 837 srp->sr_added += batch; 838 batch = 0; 848 if (batch != 0) { 849 efx_rx_qpost(srp->sr_erp, addr, mblksize, batch, 883 unsigned int batch; local [all...] |
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 424 MANLINKS= batch.1 \ 550 batch.1 := LINKSRC = at.1
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 3051 ns_ldap_list_batch_t *batch, 3212 if (batch != NULL) { 3213 cookie->batch = batch; 3226 * batch. 3231 cookie->next_cookie_in_batch = batch->cookie_list; 3232 batch->cookie_list = cookie; 3233 batch->nactive++; 3339 * Create and initialize batch for native LDAP lookups 3342 __ns_ldap_list_batch_start(ns_ldap_list_batch_t **batch) argument 3050 ldap_list( ns_ldap_list_batch_t *batch, const char *service, const char *filter, const char *sortattr, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int *rcp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata, ns_conn_user_t *conn_user) argument 3355 __ns_ldap_list_batch_add( ns_ldap_list_batch_t *batch, const char *service, const char *filter, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int *rcp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata) argument 3409 __ns_ldap_list_batch_release(ns_ldap_list_batch_t *batch) argument 3447 __ns_ldap_list_batch_process(ns_ldap_list_batch_t *batch, int *rcp) argument 3582 __ns_ldap_list_batch_end(ns_ldap_list_batch_t *batch) argument [all...] |
H A D | ns_internal.h | 698 ns_ldap_list_batch_t *batch; member in struct:ns_ldap_cookie
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 848 boolean_t batch = B_FALSE; local 868 batch = B_TRUE; 892 if (batch)
|