Searched +defs:val +defs:list (Results 1 - 2 of 2) sorted by relevance
| /solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
| H A D | dsr.c | 71 * Build a list of disks attached to the system. if a previous list is passed 72 * in, delete that list before building the new list. 78 nms_t *list; local 98 * Build the list of devices connected to the system. 100 list = rummage_dev_dsk(); 101 rummage_path_to_inst(list); 102 mk_list_of_disks(list, &rv); 103 t = list; 124 nms_t *list = (nms_t *)0; local 206 look_up_name(const char *nm, nms_t *list) argument 232 make_an_entry(char *lname, const char *shortnm, nms_t **list, int devtype) argument 288 rummage_path_to_inst(nms_t *list) argument 315 pline(char *ib, nms_t *list) argument 435 find_str(const char *inbuf, nms_t *list) argument 449 mk_list_of_disks(nms_t *list, disk_list_t **hd) argument 568 lookup_ks_name(char *dev_nm, void *val) argument 575 struct list_of_disks *list; local [all...] |
| /solaris-userland/components/krb5/Solaris/ |
| H A D | prof_solaris.c | 17 char **list; member in struct:profile_string_list 23 * Initialize the string list abstraction. 25 static errcode_t init_list(struct profile_string_list *list) argument 27 list->num = 0; 28 list->max = 10; 29 list->list = malloc(list->max * sizeof (char *)); 30 if (list->list 40 end_list(struct profile_string_list *list, char ***ret_list) argument 62 add_to_list(struct profile_string_list *list, const char *str) argument 912 k5_profile_validate(profile_t profile, char *realm, int *val_err, char **val, boolean_t master_required, boolean_t kdc_required) argument 1144 k5_profile_validate_get_error_msg(profile_t profile, int err, char *val, char **err_msg) argument [all...] |
Completed in 11 milliseconds