Searched refs:cio (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/pci/
H A Dpci_user.c499 struct pci_conf_io *cio = NULL; local
544 cio = malloc(sizeof(struct pci_conf_io), M_TEMP, M_WAITOK);
545 cio->pat_buf_len = cio32->pat_buf_len;
546 cio->num_patterns = cio32->num_patterns;
547 cio->patterns = (void *)(uintptr_t)cio32->patterns;
548 cio->match_buf_len = cio32->match_buf_len;
549 cio->num_matches = cio32->num_matches;
550 cio->matches = (void *)(uintptr_t)cio32->matches;
551 cio->offset = cio32->offset;
552 cio
[all...]
/freebsd-9.3-release/sys/dev/ppc/
H A Dppc.c700 #define cio csr+1 /* config IO port is either 0x3F1 or 0x371 */ macro
712 if (inb(cio) == 0x65) {
724 if (inb(cio) == 0x66) {
744 r = inb(cio) & SMC_CR1_ADDR;
758 inb(cio) & 0xff);
761 printf(" CR4=0x%x", inb(cio) & 0xff);
778 if ((inb(cio) & SMC_CR1_MODE) == 0) {
781 r = (inb(cio) & SMC_CR4_EMODE);
823 r = inb(cio);
826 outb(cio,
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c396 zio_walk_parents(zio_t *cio) argument
398 zio_link_t *zl = cio->io_walk_link;
399 list_t *pl = &cio->io_parent_list;
402 cio->io_walk_link = zl;
407 ASSERT(zl->zl_child == cio);
428 zio_unique_parent(zio_t *cio) argument
430 zio_t *pio = zio_walk_parents(cio);
432 VERIFY(zio_walk_parents(cio) == NULL);
437 zio_add_child(zio_t *pio, zio_t *cio) argument
447 ASSERT(cio
471 zio_remove_child(zio_t *pio, zio_t *cio, zio_link_t *zl) argument
1407 zio_t *cio, *cio_next; local
2223 zio_t *cio = NULL; local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h540 extern zio_t *zio_walk_parents(zio_t *cio);
542 extern zio_t *zio_unique_parent(zio_t *cio);
543 extern void zio_add_child(zio_t *pio, zio_t *cio);

Completed in 61 milliseconds