Searched refs:new_values (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | auxprop.c | 272 unsigned i, new_values, total_values; in prop_request() local 277 for(new_values=0; names[new_values]; new_values++); in prop_request() 280 if(!new_values) return SASL_OK; in prop_request() 283 total_values = new_values + ctx->used_values + 1; in prop_request() 336 for(i=0;i<new_values;i++) { in prop_request() 432 struct propval *new_values = (struct propval *)new_pool->data; in prop_clear() local 434 new_values[i].name = ctx->values[i].name; in prop_clear()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | rctlsys.c | 893 rctl_val_t *new_values = NULL; in rctlsys_projset() local 963 new_val->rcv_next = new_values; in rctlsys_projset() 964 new_values = new_val; in rctlsys_projset() 996 while (new_values != NULL) { in rctlsys_projset() 997 new_val = new_values; in rctlsys_projset() 998 new_values = new_values->rcv_next; in rctlsys_projset() 1017 (void) rctl_local_replace_all(hndl, new_values, alloc_values, in rctlsys_projset() 1020 (void) rctl_local_insert_all(hndl, new_values, alloc_values, in rctlsys_projset()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | rctl.c | 1744 rctl_t *rctl, rctl_val_t *new_values, rctl_val_t *alloc_values) in rctl_local_insert_all_cb() argument 1789 if (rctl_val_list_find(&new_values, val) == NULL) { in rctl_local_insert_all_cb() 1814 while (new_values != NULL) { in rctl_local_insert_all_cb() 1815 next = new_values->rcv_next; in rctl_local_insert_all_cb() 1821 if (rctl_val_list_insert(&rctl->rc_projdb, new_values) == 0) { in rctl_local_insert_all_cb() 1824 bcopy(new_values, alloc_values, sizeof (rctl_val_t)); in rctl_local_insert_all_cb() 1839 kmem_cache_free(rctl_val_cache, new_values); in rctl_local_insert_all_cb() 1841 new_values = next; in rctl_local_insert_all_cb() 1863 rctl_local_insert_all(rctl_hndl_t hndl, rctl_val_t *new_values, in rctl_local_insert_all() argument 1866 return (rctl_local_op(hndl, new_values, alloc_values, in rctl_local_insert_all() [all …]
|
/titanic_41/usr/src/cmd/idmap/idmap/ |
H A D | namemaps.c | 758 char *new_values[2] = {NULL, NULL}; in idmap_ad_set() local 765 new_values[0] = strdup(value); in idmap_ad_set() 766 mods[0]->mod_values = new_values; in idmap_ad_set()
|