Home
last modified time | relevance | path

Searched refs:so (Results 226 – 250 of 1466) sorted by relevance

12345678910>>...59

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/
H A DMakefile.com33 LIBLINKS= $(DYNLIB:.so.1=.so)
42 NATIVE_LIBS += libcrypto.so
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_dts.sh50 $(for elt in /usr/lib/lib*.so; do echo -Wl,-N,$(basename $elt); done)
52 $(for elt in /usr/lib/lib*.so; do echo -Wl,-N,$(basename $elt); done)
54 $(for elt in /usr/lib/64/lib*.so; do echo -Wl,-N,$(basename $elt); done)
56 $(for elt in /usr/lib/64/lib*.so; do echo -Wl,-N,$(basename $elt); done)
/illumos-gate/usr/src/grub/grub-0.97/
H A DTODO20 * Add more --disable-FOO options to configure, so that you can create a
43 compatibility so that old config files can be used.
56 modify the function `convert' so that it can translate a native device
65 * Add indirect block support to the BSD FFS filesystem code, so files
76 partition, so that it won't be accidentally erased or modified by
92 BIOSes which have bootable-CDROM support (so you may use the "Bootable
96 ? Divide pxegrub into two parts, so the initial image doesn't exceed
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_net.c89 smb_soshutdown(ksocket_t so) in smb_soshutdown() argument
91 (void) ksocket_shutdown(so, SHUT_RDWR, CRED()); in smb_soshutdown()
101 smb_sodestroy(ksocket_t so) in smb_sodestroy() argument
103 (void) ksocket_close(so, CRED()); in smb_sodestroy()
107 smb_sorecv(ksocket_t so, void *msg, size_t len) in smb_sorecv() argument
112 ASSERT(so != NULL); in smb_sorecv()
115 if ((err = ksocket_recv(so, msg, len, MSG_WAITALL, &recvd, in smb_sorecv()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c389 struct sonode so; in sonode() local
442 if (mdb_vread(&so, sizeof (so), addr) == -1) { in sonode()
463 switch (so.so_family) { in sonode()
474 mdb_printf("%6hi", so.so_family); in sonode()
477 switch (so.so_type) { in sonode()
488 mdb_printf(" %4hi", so.so_type); in sonode()
492 so.so_protocol, so.so_state, so.so_mode, in sonode()
493 so.so_flag); in sonode()
798 if (so->so_count == 0) in netstat_unix_cb()
801 if (so->so_family != AF_UNIX) { in netstat_unix_cb()
[all …]
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsrchpref.h109 #define LDAP_IS_SEARCHOBJ_OPTION_SET( so, option ) \ argument
110 (((so)->so_options & option ) != 0 )
141 struct ldap_searchobj *so );
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-network-dns-mdns.p5m47 link path=usr/lib/$(ARCH64)/libdns_sd.so target=libdns_sd.so.1
48 file path=usr/lib/$(ARCH64)/libdns_sd.so.1
49 file path=usr/lib/$(ARCH64)/nss_mdns.so.1
52 link path=usr/lib/libdns_sd.so target=libdns_sd.so.1
53 file path=usr/lib/libdns_sd.so.1
54 file path=usr/lib/nss_mdns.so.1
H A Dsystem-library-security-gss.p5m36 link path=usr/lib/$(ARCH64)/libgss.so target=libgss.so.1
37 file path=usr/lib/$(ARCH64)/libgss.so.1
41 link path=usr/lib/libgss.so target=libgss.so.1
42 file path=usr/lib/libgss.so.1
45 file path=usr/lib/sasl/$(ARCH64)/gssapi.so.1
46 file path=usr/lib/sasl/gssapi.so.1
H A Dservice-storage-ndmp.p5m51 link path=usr/lib/$(ARCH64)/libndmp.so target=libndmp.so.1
52 file path=usr/lib/$(ARCH64)/libndmp.so.1
53 link path=usr/lib/libndmp.so target=libndmp.so.1
54 file path=usr/lib/libndmp.so.1
H A Dsystem-library-install-libinstzones.p5m38 link path=usr/lib/$(ARCH64)/libinstzones.so target=./libinstzones.so.1
39 link path=usr/lib/libinstzones.so target=./libinstzones.so.1
H A Dsystem-kernel-dynamic-reconfiguration-i86pc.p5m66 link path=usr/platform/i86pc/lib/cfgadm/$(ARCH64)/sbd.so target=./sbd.so.1
67 file path=usr/platform/i86pc/lib/cfgadm/$(ARCH64)/sbd.so.1
68 link path=usr/platform/i86pc/lib/cfgadm/sbd.so target=./sbd.so.1
69 file path=usr/platform/i86pc/lib/cfgadm/sbd.so.1
H A Ddriver-network-platform.p5m35 # dnet moved out of this package, so create a dependency for upgraded systems
37 # elxl moved out of this package, so create a dependency for upgraded systems
39 # iprb moved out of this package, so create a dependency for upgraded systems
41 # pcn moved out of this package, so create a dependency for upgraded systems
/illumos-gate/usr/src/boot/include/netinet/
H A Dudp_var.h73 #define sotoudpcb(so) (intoudpcb(sotoinpcb(so))) argument
179 int udp_shutdown(struct socket *so);
181 int udp_set_kernel_tunneling(struct socket *so, udp_tun_func_t f,
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexp10l.S42 jb .shortcut / If so, take a shortcut.
45 je .not_finite / if so, x is not finite
47 jb .finite_non_special / if so, proceed with argument reduction
85 / Here, |x| < log10(2), so |z| = |x/log10(2)| < 1
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexp10l.S42 jb .shortcut / If so, take a shortcut.
46 je .not_finite / if so, x is not finite
48 jb .finite_non_special / if so, proceed with argument reduction
86 / Here, |x| < log10(2), so |z| = |x/log10(2)| < 1
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A DMakefile37 NATIVE_LIBS += libdbus-1.so libglib-2.0.so libdbus-glib-1.so
/illumos-gate/usr/src/lib/libprtdiag/
H A DMakefile.com66 $(RM) -r $(USR_PSM_LIB_DIR)/libprtdiag.so ;\
67 $(SYMLINK) ./libprtdiag.so$(VERS) $(USR_PSM_LIB_DIR)/libprtdiag.so
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.filter28 # ld(1) so that no .init/.fini sections are created. Although the filter can
37 # by ld.so.1). Filters of this sort should *not* use this mapfile.
39 # This compaction of a filter into a single segment allows ld.so.1 to optimize
41 # be handled in a single page mapping (for example libdl.so.1).
47 # Override the default alignment so that this single paged object can be mapped
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg38 @ MSG_STR_LDSO1 "ld.so.1"
520 \t depend: 0xff3b0460 /lib/libelf.so.1\n\
544 \tDEPENDS for /lib/libc.so.1\n\
555 \t depend: 0xff3f7cc0 /lib/ld.so.1\n\
578 \tCALLERS for /lib/libc.so.1\n\
609 \tHANDLES for ./sub.so\n\
615 \t owner: ./sub.so\n\
620 \t depend: 0xff3b0f6c ./sub.so\n\
652 \tGROUPS for ./sub.so\n\
658 \t owner: ./sub.so\n\
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh45 all: main altlib.so
53 altlib.so: altlib.o
54 gcc -m32 -shared -o altlib.so altlib.o -lc
/illumos-gate/usr/src/cmd/rmvolmgr/
H A DMakefile42 NATIVE_LIBS += libdbus-1.so libdbus-glib-1.so libglib-2.0.so
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A DMakefile92 $(RM) -r $(USR_PSM_LIB_DIR)/libpsvcobj.so; \
93 $(SYMLINK) ./libpsvcobj.so$(VERS) $(USR_PSM_LIB_DIR)/libpsvcobj.so
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh.out2 ld.so.1 ld.so.1`calloc
/illumos-gate/usr/src/lib/
H A DMakefile.lib83 DYNLIB= $(LIBRARY:.a=.so$(VERS))
84 DYNLIBPSR= $(LIBRARY:.a=_psr.so$(VERS))
85 DYNLIBCCC= $(LIBRARYCCC:.a=.so$(VERS))
86 LIBLINKS= $(LIBRARY:.a=.so)
87 LIBLINKSCCC= $(LIBRARYCCC:.a=.so)
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.conf33 com.sun.mpapi32 /lib/libmpscsi_vhci.so
34 com.sun.mpapi64 /lib/64/libmpscsi_vhci.so

12345678910>>...59