Searched defs:cfp_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.h44 typedef struct cfp cfp_t; typedef in typeref:struct:cfp
138 void cfp_unlock(cfp_t *); /* unlock the configuration */
H A Dcfg_impl.h205 } cfp_t; typedef in typeref:struct:cfp
209 cfp_t cf[2]; /* local & optional cluster file */
215 cfp_t *(*open)(cfp_t *, char *); /* Open device */
216 void (*close)(cfp_t *); /* Close device */
217 int (*seek)(cfp_t *, int, int); /* Seek */
218 int (*read)(cfp_t *, void *, int); /* read */
219 int (*write)(cfp_t *, void *, int); /* write */
220 char *(*readcf)(cfp_t *, char *, int, int); /* Read mem config */
221 int (*addcf)(cfp_t *, cha
[all...]

Completed in 46 milliseconds