Searched refs:obio_ivar (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/mips/adm5120/
H A Dobiovar.h62 struct obio_ivar { struct
H A Dobio.c228 struct obio_ivar *ivar = device_get_ivars(child);
486 struct obio_ivar *ivar;
488 ivar = malloc(sizeof(struct obio_ivar), M_DEVBUF, M_WAITOK | M_ZERO);
513 struct obio_ivar *ivar;
/freebsd-10.3-release/sys/mips/idt/
H A Dobiovar.h63 struct obio_ivar { struct
H A Dobio.c162 struct obio_ivar *ivar = device_get_ivars(child);
428 struct obio_ivar *ivar;
430 ivar = malloc(sizeof(struct obio_ivar), M_DEVBUF, M_WAITOK | M_ZERO);
455 struct obio_ivar *ivar;
/freebsd-10.3-release/sys/mips/rt305x/
H A Dobiovar.h54 struct obio_ivar { struct
H A Dobio.c275 struct obio_ivar *ivar = device_get_ivars(child);
538 struct obio_ivar *ivar;
540 ivar = malloc(sizeof(struct obio_ivar), M_DEVBUF, M_WAITOK | M_ZERO);
565 struct obio_ivar *ivar;
574 struct obio_ivar *ivar = device_get_ivars(dev);
/freebsd-10.3-release/sys/mips/alchemy/
H A Dobio.c229 struct obio_ivar *ivar = device_get_ivars(child);
478 struct obio_ivar *ivar;
480 ivar = malloc(sizeof(struct obio_ivar), M_DEVBUF, M_WAITOK | M_ZERO);
505 struct obio_ivar *ivar;

Completed in 63 milliseconds