Searched defs:list (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/llvm/cxa_finalize/
H A DMakefile101 list='$(RELEASE_LIST)'; for f in $$list; do \ macro
H A Dcxa_finalize.c59 cxxabi_atexit* list; member in struct:__cxxabi_atexit_list
71 static int __init_cxxabi_list(cxxabi_atexit** list);
77 int __init_cxxabi_list(cxxabi_atexit** list) { argument
84 *list = __p;
117 ret = __init_cxxabi_list(&_list.list);
132 ret = __resize_cxxabi_list(_list.list, _list.nelem, &__p, newsize);
135 free (_list.list);
136 _list.list = NULL;
143 _list.list = __p;
153 free (_list.list);
[all...]
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Ddsr.c71 * 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
575 struct list_of_disks *list; local
[all...]
/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c17 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
[all...]
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c105 static void usb_add_device(usb_device_t **list, usb_device_t *dev);
106 static void usb_remove_device(usb_device_t **list, usb_device_t *dev);
107 static int usb_check_device_in_list(usb_device_t *list, usb_device_t *dev);
241 * from the list that are no longer there
261 /* is any of devices on the new list also on the old list? */
283 /* add all new_devices to the old_devices list */
294 usb_dprintf(DEBUG_DETAILED, "usb_devices list:\n");
2175 * adds dev to the beginning of the list
2178 usb_add_device(usb_device_t **list, usb_device_ argument
2195 usb_remove_device(usb_device_t **list, usb_device_t *dev) argument
2215 usb_check_device_in_list(usb_device_t *list, usb_device_t *dev) argument
[all...]

Completed in 648 milliseconds