Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/test/elf-tests/tests/sections/shf-exclude/
H A DMakefile.test14 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 DMakefile23 DATAFILES = Makefile.test exclude.s stub.c
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dlddstub.c61 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 Dimc.c696 stub = AVL_NEXT(&imc->imc_stubs, stub)) { in imc_map_buses()
766 for (stub = avl_first(&imc->imc_stubs); stub != NULL; in imc_map_stubs()
767 stub = AVL_NEXT(&imc->imc_stubs, stub)) { in imc_map_stubs()
774 stub->istub_table->imcs_type, stub->istub_vid, in imc_map_stubs()
775 stub->istub_did, stub->istub_bus, stub->istub_dev, in imc_map_stubs()
905 stub->istub_vid, stub->istub_did); in imc_map_stubs()
2435 for (stub = avl_first(&imc->imc_stubs); stub != NULL; in imc_detach_stub()
2436 stub = AVL_NEXT(&imc->imc_stubs, stub)) { in imc_detach_stub()
2561 kmem_free(stub, sizeof (stub)); in imc_attach_stub()
2573 stub->istub_bus, stub->istub_dev, stub->istub_func, in imc_attach_stub()
[all …]
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Damdzen.c731 amdzen_stub_t *stub; in amdzen_map_dfs() local
735 for (stub = list_head(&azn->azn_df_stubs); stub != NULL; in amdzen_map_dfs()
736 stub = list_next(&azn->azn_df_stubs, stub)) { in amdzen_map_dfs()
744 stub->azns_bus, stub->azns_dev, stub->azns_func); in amdzen_map_dfs()
753 stub->azns_bus, stub->azns_dev, stub->azns_func); in amdzen_map_dfs()
760 stub->azns_bus, stub->azns_dev, stub->azns_func); in amdzen_map_dfs()
763 df->adf_funcs[stub->azns_func] = stub; in amdzen_map_dfs()
1312 amdzen_stub_t *stub; in amdzen_find_nb() local
1314 for (stub = list_head(&azn->azn_nb_stubs); stub != NULL; in amdzen_find_nb()
1315 stub = list_next(&azn->azn_nb_stubs, stub)) { in amdzen_find_nb()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c300 struct mod_stub_info *stub; in install_stubs() local
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
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
334 stub->mods_func_adr; stub++) { in reset_stubs()
336 stub->mods_func_adr = in reset_stubs()
337 (uintptr_t)stub->mods_errfcn; in reset_stubs()
[all …]
/illumos-gate/usr/src/cmd/sgs/lddstub/i386/
H A Dlddstub.S33 .globl stub
35 stub: label
/illumos-gate/usr/src/cmd/sgs/lddstub/amd64/
H A Dlddstub.S35 .globl stub
36 stub: label
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fw.c96 (fw_table->stub == fw->stub) && in emlxs_fw_get()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DMSGFUN.mk1 /* stub for pre-2000-05-01 nmake */
H A DMSGKEY.mk1 /* stub for pre-2000-05-01 nmake */
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A Dbtxldr.S31 .set MEM_STUB,0x600 # Real mode stub
63 .set SIZ_STUB,0x1a # Size of stub
/illumos-gate/usr/src/cmd/sgs/lddstub/
H A DMakefile.com37 LDFLAGS= $(VERSREF) $(INTERP) $(CONVLIBDIR) -lconv -e stub \
/illumos-gate/usr/src/lib/libsaveargs/tests/
H A DREADME3 A stub program that tests the saveargs matcher against a variety of
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fw.h64 uint32_t stub; member
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dldscript.arm11 *(.text .stub .text.* .gnu.linkonce.t.*)
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dldscript.amd6413 *(.text .stub .text.* .gnu.linkonce.t.*)
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dddi_v9_asm.S157 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 Dlock_prim.S427 stub %l2, [THREAD_REG + T_LOCKSTAT]; \
431 stub %l0, [THREAD_REG + T_LOCKSTAT]; \
436 stub %l0, [THREAD_REG + T_LOCKSTAT]; \
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.S206 stub %g2, [%o1 + %g1]
228 stub %g2, [%o1 + %g1] ! Store byte
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dldscript.arm6414 *(.text .stub .text.* .gnu.linkonce.t.*)
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dldscript.i38613 *(.text .stub .text.* .gnu.linkonce.t.*)
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmapfile-intf42 # rcm_daemon interposes on rcm_log_message() - a stub implementation
/illumos-gate/usr/src/cmd/bhyve/
H A DREADME.sync35 The stub usr/src/compat/bhyve/stdatomic.h file only includes enough glue
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_subr_asm.S111 stub %g0, [%g1]

123