Searched defs:devicelist (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdev.c153 char **devicelist; /* List of devices to search/ignore */
240 devicelist = builddevlist(arglist);
250 if (!(fitdevlist = getdev(devicelist, criterialist, options))) {
151 char **devicelist; /* List of devices to search/ignore */ local
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.h61 struct devicelist;
92 int (*fw_readfw)(struct devicelist *device, char *filename);
100 int (*fw_writefw)(struct devicelist *device, char *filename);
122 int (*fw_devinfo)(struct devicelist *thisdev);
132 void (*fw_cleanup)(struct devicelist *thisdev);
197 struct devicelist { struct
248 TAILQ_ENTRY(devicelist) nextdev;
327 int (*vendorvrfy)(struct devicelist *devicenode);
342 TAILQ_HEAD(DEVICELIST, devicelist);
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c171 * devicelist Structure describing the linked list of devices
178 } devicelist = {&devicelisthead, 0}; variable in typeref:struct:__anon2578
343 (devicelist.head)->next = NULL;
344 devicelist.count = 0;
366 pdevice = (devicelist.head)->next;
419 * Find the place in the found device list devicelist where this
423 p = devicelist.head;
451 devicelist.count++;
630 if (list = malloc((devicelist.count+1)*sizeof (char *))) {
638 for (p = devicelist
[all...]

Completed in 61 milliseconds