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

/illumos-gate/usr/src/lib/efcode/engine/
H A Dresource.c36 fc_resource_t *
37 find_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *))
39 fc_resource_t *f, *prev, *r = *head;
45 fc_resource_t *dead;
68 add_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *))
70 fc_resource_t *r;
74 r = MALLOC(sizeof (fc_resource_t));
85 free_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *))
87 fc_resource_t *r;
108 fc_resource_t **hea
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h49 fc_resource_t *nodeids;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h135 fc_resource_t *find_resource(fc_resource_t **, void *,
137 void *add_resource(fc_resource_t **, void *, int (c)(void *, void *));
138 void free_resource(fc_resource_t **, void *, int (c)(void *, void *));
H A Dengine.h84 } fc_resource_t; typedef in typeref:struct:RESOURCE
228 fc_resource_t *propbufs;
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dphandle.c75 fc_resource_t *t;
100 fc_resource_t *t;

Completed in 58 milliseconds