Searched refs:plist_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPutil.h43 } plist_t; typedef in typeref:struct:P_list
51 #define list_next(elem) (void *)(((plist_t *)(elem))->list_forw)
52 #define list_prev(elem) (void *)(((plist_t *)(elem))->list_back)
H A DPcontrol.h95 plist_t file_list; /* linked list */
135 plist_t lwp_list; /* linked list */
147 plist_t fd_list; /* linked list */
155 plist_t core_lwp_head; /* head of list of lwp info */
221 plist_t file_head; /* head of mapped files w/ symbol table info */
232 plist_t fd_head; /* head of file desc info list */
H A DPutil.c45 plist_t *p = new;
46 plist_t *q = existing;
64 plist_t *p = old;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c104 } plist_t; typedef in typeref:struct:linked_list
109 plist_t *list;
115 static plist_t *scsi_list = NULL;
120 free_list(plist_t *list)
139 populate_controllers_list(plist_t *cntrl_list, cfga_list_data_t *list, int num)
205 scsi_list = (plist_t *)malloc(sizeof (plist_t));
234 find_scsi_controller(char *devfs_path, plist_t *list, char *ap_id)
277 plist_t list;
413 plist_t *lis
[all...]
H A Dpicllibdevinfo.c76 } plist_t; typedef in typeref:struct:__anon1209
79 free_list(plist_t *listptr)
113 assign_geo_addr(plist_t *list, frutree_port_type_t type)
184 create_port_config_info(plist_t *list, frutree_device_args_t *devp)
319 plist_t *listptr = NULL;
327 listptr = (plist_t *)arg;
415 plist_t list;

Completed in 113 milliseconds