Searched defs:device_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohci.c56 #define device_t int macro
136 fwohci_probe_phy(struct fwohci_softc *sc, device_t dev)
212 fwohci_reset(struct fwohci_softc *sc, device_t dev)
270 fwohci_init(struct fwohci_softc *sc, device_t dev)
/illumos-gate/usr/src/cmd/rmformat/
H A Drmformat.h157 } device_t; typedef in typeref:struct:device
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c71 } device_t; typedef in typeref:struct:__anon3186
94 static device_t *devlist;
660 qsort(devlist, devcount, sizeof (device_t), compare);
905 qsort(devlist, devcount, sizeof (device_t), compare);
994 device_t *statinfo = 0;
1162 device_t *newmem;
1185 newmem = (device_t *)realloc(devlist, devalloc *
1186 sizeof (device_t));
1227 device_t *a = (device_t *)v
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h113 typedef struct DEVICE device_t; typedef in typeref:struct:DEVICE
118 device_t *parent;
119 device_t *child;
120 device_t *peer;
135 device_t *device;
193 device_t *root_node; /* root node */
194 device_t *attachment_pt;
195 device_t *current_device; /* */
224 device_t *(*convert_phandle)(fcode_env_t *, fstack_t);
225 fstack_t (*revert_phandle)(fcode_env_t *, device_t *);
[all...]
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c151 } device_t; typedef in typeref:struct:device
153 static device_t *devices = NULL;
178 free_device(device_t *d)
181 device_t **dpp;
204 device_t *d = devices;
217 static device_t *
220 device_t *p;
221 device_t *d = calloc(1, sizeof (*d));
258 get_device_info(device_t *d)
312 device_t *
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h257 typedef struct device *device_t; typedef in typeref:struct:device

Completed in 85 milliseconds