/illumos-gate/usr/src/test/elf-tests/tests/sections/shf-exclude/ |
H A D | Makefile.test | 14 OBJS= exclude.o unknown-os-exclude.o stub.o 36 test.kmod: exclude.o stub.o 37 gcc -m64 -Wl,-ztype=kmod exclude.o stub.o -o test.kmod 39 test.so: exclude.o stub.o 40 gcc -m64 -shared exclude.o stub.o -o test.so 42 test.exec: exclude.o stub.o 43 gcc -m64 exclude.o stub.o -o test.exec 45 test.o: exclude.o stub.o 46 ld -zfatal-warnings -r exclude.o stub.o -o test.o 48 test.unknown-os: unknown-os-exclude.o stub.o [all …]
|
H A D | Makefile | 23 DATAFILES = Makefile.test exclude.s stub.c
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | lddstub.c | 61 const char *stub; in conv_lddstub() local 67 stub = MSG_ORIG(MSG_PTH_LDDSTUB); in conv_lddstub() 69 stub = MSG_ORIG(MSG_PTH_LDDSTUB_64); in conv_lddstub() 85 return (stub); in conv_lddstub() 88 stub = (const char *)orgstub; in conv_lddstub() 99 return (stub); in conv_lddstub() 102 stub = (const char *)orgstub64; in conv_lddstub() 105 return (stub); in conv_lddstub()
|
/illumos-gate/usr/src/uts/intel/io/imc/ |
H A D | imc.c | 647 imc_mcroute_check(imc_t *imc, imc_sad_t *sad, imc_stub_t *stub) in imc_mcroute_check() argument 651 val = pci_config_get32(stub->istub_cfgspace, in imc_mcroute_check() 687 imc_stub_t *stub; in imc_map_buses() local 695 for (nsock = 0, stub = avl_first(&imc->imc_stubs); stub != NULL; in imc_map_buses() 696 stub = AVL_NEXT(&imc->imc_stubs, stub)) { in imc_map_buses() 699 if (stub->istub_table->imcs_type != IMC_TYPE_UBOX_CPUBUSNO) { in imc_map_buses() 703 busno = pci_config_get32(stub->istub_cfgspace, in imc_map_buses() 738 imc_map_find_socket(imc_t *imc, imc_stub_t *stub) in imc_map_find_socket() argument 747 stub->istub_bus) { in imc_map_find_socket() 759 imc_stub_t *stub; in imc_map_stubs() local [all …]
|
/illumos-gate/usr/src/uts/intel/io/amdzen/ |
H A D | amdzen.c | 241 amdzen_stub_get8(amdzen_stub_t *stub, off_t reg) in amdzen_stub_get8() argument 243 return (pci_config_get8(stub->azns_cfgspace, reg)); in amdzen_stub_get8() 247 amdzen_stub_get16(amdzen_stub_t *stub, off_t reg) in amdzen_stub_get16() argument 249 return (pci_config_get16(stub->azns_cfgspace, reg)); in amdzen_stub_get16() 253 amdzen_stub_get32(amdzen_stub_t *stub, off_t reg) in amdzen_stub_get32() argument 255 return (pci_config_get32(stub->azns_cfgspace, reg)); in amdzen_stub_get32() 259 amdzen_stub_get64(amdzen_stub_t *stub, off_t reg) in amdzen_stub_get64() argument 261 return (pci_config_get64(stub->azns_cfgspace, reg)); in amdzen_stub_get64() 265 amdzen_stub_put8(amdzen_stub_t *stub, off_t reg, uint8_t val) in amdzen_stub_put8() argument 267 pci_config_put8(stub->azns_cfgspace, reg, val); in amdzen_stub_put8() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modsubr.c | 300 struct mod_stub_info *stub; in install_stubs() local 304 for (stub = modp->mod_modinfo->modm_stubs; in install_stubs() 305 stub->mods_func_adr; stub++) { in install_stubs() 306 stub->mods_flag |= MODS_INSTALLED; in install_stubs() 315 struct mod_stub_info *stub; in uninstall_stubs() local 319 for (stub = modp->mod_modinfo->modm_stubs; in uninstall_stubs() 320 stub->mods_func_adr; stub++) { in uninstall_stubs() 321 stub->mods_flag &= ~MODS_INSTALLED; in uninstall_stubs() 330 struct mod_stub_info *stub; in reset_stubs() local 333 for (stub = modp->mod_modinfo->modm_stubs; in reset_stubs() [all …]
|
/illumos-gate/usr/src/cmd/sgs/lddstub/i386/ |
H A D | lddstub.S | 33 .globl stub 35 stub: label
|
/illumos-gate/usr/src/cmd/sgs/lddstub/amd64/ |
H A D | lddstub.S | 35 .globl stub 36 stub: label
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fw.c | 96 (fw_table->stub == fw->stub) && in emlxs_fw_get()
|
/illumos-gate/usr/src/boot/i386/btx/btxldr/ |
H A D | btxldr.S | 31 .set MEM_STUB,0x600 # Real mode stub 63 .set SIZ_STUB,0x1a # Size of stub
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | MSGFUN.mk | 1 /* stub for pre-2000-05-01 nmake */
|
H A D | MSGKEY.mk | 1 /* stub for pre-2000-05-01 nmake */
|
/illumos-gate/usr/src/cmd/sgs/lddstub/ |
H A D | Makefile.com | 37 LDFLAGS= $(VERSREF) $(INTERP) $(CONVLIBDIR) -lconv -e stub \
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fw.h | 64 uint32_t stub; member
|
/illumos-gate/usr/src/test/os-tests/tests/saveargs/ |
H A D | README.md | 16 A stub program that tests the matcher against a variety of
|
/illumos-gate/usr/src/boot/efi/loader/arch/arm/ |
H A D | ldscript.arm | 11 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | ddi_v9_asm.S | 157 stub %o2, [%o1] 519 stub %g1, [%o2] 554 stub %g1, [%o1] 818 stub %o2, [%o1] ! do the io access 953 stub %g1, [%o2]
|
H A D | lock_prim.S | 427 stub %l2, [THREAD_REG + T_LOCKSTAT]; \ 431 stub %l0, [THREAD_REG + T_LOCKSTAT]; \ 436 stub %l0, [THREAD_REG + T_LOCKSTAT]; \
|
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/ |
H A D | ldscript.amd64 | 13 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_asm.S | 206 stub %g2, [%o1 + %g1] 228 stub %g2, [%o1 + %g1] ! Store byte
|
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/ |
H A D | ldscript.arm64 | 14 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/illumos-gate/usr/src/boot/efi/loader/arch/i386/ |
H A D | ldscript.i386 | 13 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | mapfile-intf | 42 # rcm_daemon interposes on rcm_log_message() - a stub implementation
|
/illumos-gate/usr/src/cmd/bhyve/ |
H A D | README.sync | 35 The stub usr/src/compat/bhyve/stdatomic.h file only includes enough glue
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_subr_asm.S | 111 stub %g0, [%g1]
|