Searched defs:new (Results 251 - 254 of 254) sorted by relevance

<<11

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c103 char *SetNew(/* void */); /* A new set for element 0..N */
200 struct state *stp; /* The new state, if a shift */
331 /* Allocate a new parser action */
334 struct action *new; local
341 fprintf(stderr,"Unable to allocate memory for a new parser action.");
347 new = freelist;
349 return new;
382 struct action *new; local
383 new = Action_new();
384 new
774 struct config *new; /* */ local
1042 struct config *new; local
2429 struct plink *new; local
2453 struct plink *new; local
4104 struct state *new; local
[all...]
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c155 zs_zone_add_usage(struct zs_zone *old, struct zs_zone *new, zs_compute_t func) argument
160 bytes = new->zsz_tot_bytes - old->zsz_tot_bytes;
161 pbytes = new->zsz_tot_pbytes - old->zsz_tot_pbytes;
162 pused = zs_uint64_used_pct(new->zsz_speed, pbytes, B_FALSE);
167 ZS_MAXOF(old->zsz_cpu_cap, new->zsz_cpu_cap);
168 ZS_MAXOF(old->zsz_cpu_shares, new->zsz_cpu_shares);
169 ZS_MAXOF(old->zsz_ram_cap, new->zsz_ram_cap);
170 ZS_MAXOF(old->zsz_locked_cap, new->zsz_locked_cap);
171 ZS_MAXOF(old->zsz_vm_cap, new->zsz_vm_cap);
172 ZS_MAXOF(old->zsz_processes_cap, new
382 zs_pset_zone_add_usage(struct zs_pset_zone *old, struct zs_pset_zone *new, zs_compute_t func) argument
560 zs_pset_add_usage(struct zs_pset *old, struct zs_pset *new, zs_compute_t func) argument
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c1371 * HANDLE_DEAD flag keeps new ones from appearing, we can clean up
1591 * to allow any new references to happen, so we fail here.
5534 scf_value_set_boolean(scf_value_t *v, uint8_t new) argument
5541 (void) sprintf(v->value_value, "%d", (new != 0));
5546 scf_value_set_count(scf_value_t *v, uint64_t new) argument
5553 (void) sprintf(v->value_value, "%llu", (unsigned long long)new);
5558 scf_value_set_integer(scf_value_t *v, int64_t new) argument
5565 (void) sprintf(v->value_value, "%lld", (long long)new);
5591 scf_value_set_astring(scf_value_t *v, const char *new) argument
5597 if (!scf_validate_encoded_value(REP_PROTOCOL_TYPE_STRING, new)) {
5612 scf_value_set_ustring(scf_value_t *v, const char *new) argument
5633 scf_value_set_opaque(scf_value_t *v, const void *new, size_t len) argument
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1240 * Changing the zone name requires us to track both the old and new
1305 /* Check to see if new name chosen is already in use */
1310 * If this isn't already "new" or in a renaming transition, then
1601 * configuration with a new one (for example 'create -F'
1715 * Move the new document over top of the old.
1744 * Either the zone is new, in which case we can delete
1745 * new.xml, or we're doing a rename, so ditto.
2140 * If the fixed value is the same as the new value, don't return a
2244 zone_fsopt_t *last, *old, *new; local
2249 new
4412 struct zone_rctlvaltab *last, *old, *new; local
9294 zone_userauths_t *new, **prev, *next; local
9326 zone_userauths_t *new, **prev, *next; local
9431 zone_storage_t *new, *old, *last; local
9451 zone_storage_t *new, *old, *last; local
[all...]

Completed in 76 milliseconds

<<11