HelenOS sources

obio_t             94 uspace/drv/intctl/obio/main.c 	obio_t *obio;
obio_t             99 uspace/drv/intctl/obio/main.c 	obio = ddf_dev_data_alloc(dev, sizeof(obio_t));
obio_t            118 uspace/drv/intctl/obio/main.c 	obio_t *obio = (obio_t *)ddf_dev_data_get(dev);
obio_t            127 uspace/drv/intctl/obio/main.c 	obio_t *obio = (obio_t *)ddf_dev_data_get(dev);
obio_t             78 uspace/drv/intctl/obio/obio.c 	obio_t *obio;
obio_t             85 uspace/drv/intctl/obio/obio.c 	obio = (obio_t *) ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *) arg));
obio_t            116 uspace/drv/intctl/obio/obio.c errno_t obio_add(obio_t *obio, obio_res_t *res)
obio_t            160 uspace/drv/intctl/obio/obio.c errno_t obio_remove(obio_t *obio)
obio_t            166 uspace/drv/intctl/obio/obio.c errno_t obio_gone(obio_t *obio)
obio_t             54 uspace/drv/intctl/obio/obio.h extern errno_t obio_add(obio_t *, obio_res_t *);
obio_t             55 uspace/drv/intctl/obio/obio.h extern errno_t obio_remove(obio_t *);
obio_t             56 uspace/drv/intctl/obio/obio.h extern errno_t obio_gone(obio_t *);
HelenOS homepage, sources at GitHub