Home
last modified time | relevance | path

Searched refs:dll (Results 1 – 25 of 42) sorted by path

12

/illumos-gate/exception_lists/
H A Dcddlchk47 usr/src/cmd/smbsrv/smbd/eventlog.dll
H A Dcopyright85 usr/src/cmd/smbsrv/smbd/eventlog.dll
/illumos-gate/usr/src/cmd/ast/libdll/
H A DMakefile.com91 [[ $$src = dlldefs ]] && src=dll; \
H A DMakefile.defs22 HDRGUARD= dll
24 FEATURES= dll
/illumos-gate/usr/src/cmd/ast/libdll/amd64/FEATURE/
H A Ddll3 /* : : generated from contrib/ast/src/lib/libdll/features/dll by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libdll/i386/FEATURE/
H A Ddll3 /* : : generated from contrib/ast/src/lib/libdll/features/dll by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libdll/sparc/FEATURE/
H A Ddll3 /* : : generated from contrib/ast/src/lib/libdll/features/dll by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libdll/sparcv9/FEATURE/
H A Ddll3 /* : : generated from contrib/ast/src/lib/libdll/features/dll by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c139 uint8_t dll; /* Baudrate divisor latch LSB */ member
411 sc->dll = divisor; in uart_reset()
483 sc->dll = value; in uart_write()
605 reg = sc->dll; in uart_read()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c931 duid_ll_t *dll; in get_smach_cid() local
933 client_id_len += sizeof (*dll); in get_smach_cid()
934 dll = malloc(client_id_len); in get_smach_cid()
935 if (dll == NULL) in get_smach_cid()
937 dsmp->dsm_cid = (uchar_t *)dll; in get_smach_cid()
938 dll->dll_dutype = htons(duidtype); in get_smach_cid()
939 dll->dll_hwtype = htons(subtype); in get_smach_cid()
940 cp = (char *)(dll + 1); in get_smach_cid()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A DMakefile52 LOGDLL= eventlog.dll
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe29 probe_sd=".dll .lib .dll .x"
43 dll=.dll
H A DRELEASE103 09-05-05 package.sh: export dll hackery environment vars
279 make.probe: add mvs -Wc,dll,exportall,longname,rent to CC.DLL probe
521 02-11-12 make.probe: add CC.LD.ORIGIN for a.out origin dir relative dll search
702 package.sh: *-ok executables moved to ok/* for *.dll systems
791 C.probe: fix .so check that let .dll slip through
794 package: delay PATH export until dll hack exports complete
816 WWW.mk: don't force static=1; grab dll's instead
H A Dmake.probe410 sd=.dll
662 sd=.dll
663 so=.dll.a
686 rm -f xxx$dll
689 if $xx $1 -o xxx$dll shared.$obj 2>e && test -r xxx$dll
776 rm -f xxx$dll
777 if $dld $shared -o xxx$dll libxxx.$lib && test -r xxx$dll
789 rm -f xxx$dll
894 rm -f xxx$dll
1068 rm -f xxx$dll
[all …]
H A Dpackage.sh5963 *ast*.dll *cmd*.dll *dll*.dll *shell*.dll
H A Dprobe.win32248 CC.SUFFIX.DYNAMIC = .dll
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile55 exec - for i in shell dll coshell cmd ast m jobs i socket nsl secdb
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c881 void* dll; member
901 int sh_addlib(Shell_t* shp, void* dll, char* name, Pathcomp_t* pp) in sh_addlib() argument
913 else if (liblist[n].dll == dll) in sh_addlib()
918 else if ((initfn = (Libinit_f)dlllook(dll, "lib_init"))) in sh_addlib()
925 liblist[nlib].dll = dll; in sh_addlib()
944 return (Shbltin_f)dlllook(liblist[n].dll, sym); in sh_getlib()
1072 if(!dlete && !liblist[n].dll) in b_builtin()
1074 if(dlete || (addr = (Shbltin_f)dlllook(liblist[n].dll,stkptr(stkp,flag)))) in b_builtin()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c788 void *dll; in path_absolute() local
831 sh_addlib(shp,dll,stakptr(m),oldpp); in path_absolute()
834 if (dll = dllplug(SH_ID, stakptr(m), NiL, RTLD_LAZY, NiL, 0)) in path_absolute()
836 if (dll = dllfind(stakptr(m), NiL, RTLD_LAZY, NiL, 0)) in path_absolute()
844 if (libcmd && !dlllook(dll, "b_pids")) in path_absolute()
846 dlclose(dll); in path_absolute()
847 dll = 0; in path_absolute()
850 sh_addlib(shp,dll,stakptr(m),oldpp); in path_absolute()
853 if(dll && in path_absolute()
854 (addr=(Shbltin_f)dlllook(dll,stakptr(n))) && in path_absolute()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile395 /* libmini.a is a bootstrap dll for uwin cc -D_BLD_ast that exports part of ast */
H A DRELEASE248 09-06-11 misc/magic.tab: differentiate pc 386 32/64 bit dll/exe/obj
1105 01-09-20 features/common: add __DYNAMIC__() for dll externs
1207 stdio/*: update for uwin stdio.dll binary compatibility
1304 option.h: move _OPT_PRIVATE_ to pointer to avoid dll size mismatch
1475 dtopen.c: __hppa dll needs Dtset Dtlist Dttree refs here
1515 setenviron,features/uinstd: test for mvs.390 dll environ hacks
1731 dll cleanup
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dcommon9 dll import note{ Microsoft import/export nonsense }end execute{
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dgetenv.c97 HANDLE dll; in getenv() local
103 if (dll = GetModuleHandle("posix.dll")) in getenv()
104 posix_getenv = (char*(*)(const char*))GetProcAddress(dll, "getenv"); in getenv()
H A Dmagic.tab304 +12 long 6 shared library x-system/dll
306 +12 long 8 bundle x-system/dll
331 &20 long <0x2000 shared library x-system/dll
357 +18 short &0x2000 shared library x-system/dll
521 +16 short 3 shared library x-system/dll
656 +16 short 3 shared library x-system/dll
815 +20 short 0443 , shared library x-system/dll
898 +20 long 0440 shared library x-system/dll
926 +20 short 0443 shared library x-system/dll
968 +20 short 0443 , shared library x-system/dll
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmd.h101 void* dll; in main() local
120 if (dll = dlopen(NiL, RTLD_LAZY)) in main()
122 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main()
124 if (fun = (Shbltin_f)dlsym(dll, buf)) in main()
127 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) in main()
129 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main()
131 if (fun = (Shbltin_f)dlsym(dll, buf)) in main()

12