Searched +defs:val +defs:items (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c65 #define NEW_ATTR(p, i, attr, val) \
67 p[i] = new_attr(attr, (val)); \
74 int ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep,
76 int ldap_update(attrlist *items, pwu_repository_t *rep, void *buf);
288 ldap_getattr(char *name, attrlist *items, pwu_repository_t *rep) argument
296 res = ldap_getpwnam(name, items, rep, (void **)&ldapbuf);
303 for (w = items; res == PWU_SUCCESS && w != NULL; w = w->next) {
393 * int ldap_getpwnam(name, items, rep, buf)
405 ldap_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, argument
501 * attr_addmod(attrs, idx, item, val)
547 ldap_update(attrlist *items, pwu_repository_t *rep, void *buf) argument
556 char *pwd, *val; local
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c328 scf_value_t **val)
334 assert(val != NULL);
341 *val = scf_value_create(h);
343 if (prop == NULL || *val == NULL) {
353 if (scf_property_get_value(prop, *val) == -1) {
362 scf_value_destroy(*val);
363 *val = NULL;
400 scf_value_t *val; local
405 if (_read_single_value_from_pg(pg, prop_name, &val) == -1)
414 if (scf_value_get_astring(val, re
327 _read_single_value_from_pg(scf_propertygroup_t *pg, const char *prop_name, scf_value_t **val) argument
492 scf_value_t *val; local
536 scf_value_t *val; local
3438 _scf_value_get_as_string(scf_value_t *val) argument
4098 char **items = NULL; local
4998 _val_to_string(uint64_t val, int flag) argument
5394 _add_tmpl_constraint_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, scf_value_t *val) argument
5485 _add_tmpl_int_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, int64_t val, int64_t *min, int64_t *max) argument
5930 const char *val; local
5983 scf_value_t *val = NULL; local
6072 scf_value_t *val = NULL; local
6975 scf_tmpl_error_value(const scf_tmpl_error_t *err, char **val) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1157 cpu_error_init(int items) argument
2386 int val; local
2389 (caddr_t)&val) == 0) ? 1 : 0);
2404 int val; local
2412 (caddr_t)&val) == 0) ? 1 : 0);
H A Dus3_common.c631 #define CHEETAH_LIVELOCK_ENTRY_SET(statp, item, val) statp->item = val
2692 cpu_error_init(int items) argument
2698 items, items, TASKQ_PREPOPULATE);
4888 popc64(uint64_t val) argument
4892 for (cnt = 0; val != 0; val &= val - 1)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2096 * causes all items marked as requiring change in actions and old_actions
2118 /* modify items marked for modification */
2125 /* delete items marked for deletion */
2687 * any permamanent items that were marked for modify
2793 /* re-add items that were deleted */
2800 /* change modified items back how they were */
2807 /* remove new items that were added */
3109 * print to fp the enumeration clause evaluating to the value val using the
3115 uint32_t val,
3122 /* for each value in enum_nvs if same bit set in val prin
3113 printenum( FILE *fp, uint32_t val, str_val_nd_t *enum_nvs) argument
3346 uint32_t val; local
4093 add_str_val_entry( str_val_nd_t **sv_entrys, char *string, uint32_t val) argument
4157 str_val_list_lookup( str_val_nd_t *svs, char *string, uint32_t *val) argument
4919 uint32_t val; local
5242 read_enum_value( FILE *fp, char *first_token, str_val_nd_t *enum_vals, uint32_t *val) argument
5415 char **items = NULL; local
6000 uint32_t val; local
[all...]

Completed in 244 milliseconds