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

/freebsd-10.0-release/sys/dev/pci/
H A Dpci_user.c416 struct pci_conf_io *cio = NULL; local
450 cio = malloc(sizeof(struct pci_conf_io), M_TEMP, M_WAITOK);
451 cio->pat_buf_len = cio32->pat_buf_len;
452 cio->num_patterns = cio32->num_patterns;
453 cio->patterns = (void *)(uintptr_t)cio32->patterns;
454 cio->match_buf_len = cio32->match_buf_len;
455 cio->num_matches = cio32->num_matches;
456 cio->matches = (void *)(uintptr_t)cio32->matches;
457 cio->offset = cio32->offset;
458 cio
[all...]
/freebsd-10.0-release/sys/dev/ppc/
H A Dppc.c716 #define cio csr+1 /* config IO port is either 0x3F1 or 0x371 */ macro
727 if (inb(cio) == 0x65) {
739 if (inb(cio) == 0x66) {
761 r = inb(cio) & SMC_CR1_ADDR;
777 inb(cio) & 0xff);
780 printf(" CR4=0x%x", inb(cio) & 0xff);
797 if ((inb(cio) & SMC_CR1_MODE) == 0) {
800 r = (inb(cio) & SMC_CR4_EMODE);
842 r = inb(cio);
845 outb(cio,
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c430 zio_walk_parents(zio_t *cio) argument
432 zio_link_t *zl = cio->io_walk_link;
433 list_t *pl = &cio->io_parent_list;
436 cio->io_walk_link = zl;
441 ASSERT(zl->zl_child == cio);
462 zio_unique_parent(zio_t *cio) argument
464 zio_t *pio = zio_walk_parents(cio);
466 VERIFY(zio_walk_parents(cio) == NULL);
471 zio_add_child(zio_t *pio, zio_t *cio) argument
481 ASSERT(cio
505 zio_remove_child(zio_t *pio, zio_t *cio, zio_link_t *zl) argument
1407 zio_t *cio, *cio_next; local
2217 zio_t *cio = NULL; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h543 extern zio_t *zio_walk_parents(zio_t *cio);
545 extern zio_t *zio_unique_parent(zio_t *cio);
546 extern void zio_add_child(zio_t *pio, zio_t *cio);

Completed in 128 milliseconds