Searched refs:pcihp (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/intel/pcihp/ |
H A D | Makefile | 36 MODULE = pcihp
|
/illumos-gate/usr/src/uts/intel/pci_pci/ |
H A D | Makefile | 58 LDFLAGS += -Nmisc/pcie -Nmisc/pcihp
|
/illumos-gate/usr/src/uts/i86pc/pci/ |
H A D | Makefile | 62 LDFLAGS += -Nmisc/pcihp
|
/illumos-gate/usr/src/uts/i86xpv/pci/ |
H A D | Makefile | 61 LDFLAGS += -Nmisc/pcihp
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 985 MODULE(pcihp,misc); 986 WSTUB(pcihp, pcihp_init, nomod_minus_one); 987 WSTUB(pcihp, pcihp_uninit, nomod_minus_one); 988 WSTUB(pcihp, pcihp_info, nomod_minus_one); 989 WSTUB(pcihp, pcihp_get_cb_ops, nomod_zero); 990 END_MODULE(pcihp);
|
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 106 typedef struct pcihp { struct 107 struct pcihp *nextp; argument 356 pcihp_p = kmem_zalloc(sizeof (struct pcihp), KM_SLEEP); in pcihp_create_soft_state() 383 kmem_free(p, sizeof (struct pcihp)); in pcihp_destroy_soft_state()
|
/illumos-gate/usr/src/uts/intel/ |
H A D | Makefile.intel | 617 MISC_KMODS += pcihp
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | Makefile | 1066 pcihp.h
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.p5m | 347 file path=kernel/misc/$(ARCH64)/pcihp group=sys mode=0755
|
H A D | system-header.p5m | 980 file path=usr/include/sys/hotplug/pci/pcihp.h
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.rules | 816 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hotplug/pcihp/%.c
|
H A D | Makefile.files | 987 PCIHPNEXUS_OBJS += pcihp.o
|