Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/intel/promif/
H A Dprom_env.c48 static promif_owrap_t *wrapper = &nullwrapper; variable
55 promif_owrap_t *ow = wrapper; in promif_preout()
71 wrapper = &pmwrapper; in prom_set_outfuncs()
77 saved_wrapper = wrapper; in prom_suspend_prepost()
78 wrapper = &nullwrapper; in prom_suspend_prepost()
84 wrapper = saved_wrapper; in prom_resume_prepost()
/titanic_53/usr/src/psm/promif/ieee1275/common/
H A Dprom_env.c144 static promif_owrap_t *wrapper = &nullwrapper; variable
155 ow = wrapper; in promif_preout()
173 wrapper = &pmwrapper; in prom_set_outfuncs()
/titanic_53/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod523 library. This is a wrapper for L<lgrp_version()> with C<LGRP_VER_NONE> as the
529 otherwise. It is a wrapper for L<lgrp_cookie_stale()>.
533 Returns the snapshot's view of the lgroup hierarchy. It is a wrapper for
538 Returns the root lgroup. It is a wrapper for L<lgrp_root()>.
543 wrapper for L<lgrp_children()>.
548 wrapper for L<lgrp_parents()>.
552 Returns the number of lgroups in the hierarchy. This is a wrapper for
557 Returns the memory size of the given lgroup in bytes. This is a wrapper for
562 Returns the list of CPUs in the lgroup specified by $lgrp. This is a wrapper for
568 type. This is a wrapper for L<lgrp_resources()>.
[all …]
/titanic_53/usr/src/uts/common/io/
H A Dbufmod.c958 mblk_t *wrapper; /* padding for msg N, header for msg N+1 */ in sbaddmsg() local
1114 wrapper = allocb(wrapperlen, BPRI_MED); in sbaddmsg()
1115 if (wrapper == NULL) { in sbaddmsg()
1124 (void) memset(wrapper->b_wptr, 0, pad); in sbaddmsg()
1125 wrapper->b_wptr += pad; in sbaddmsg()
1128 linkb(mp, wrapper); in sbaddmsg()
1130 sbp->sb_head = wrapper; in sbaddmsg()
/titanic_53/usr/src/test/
H A DREADME39 Currently, all the test suites under usr/src/test provide a wrapper script
62 insufficient resources for example, then a wrapper script should be provided
78 via a wrapper script.
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Dexecrate.sh20 : wrapper for .exe challenged win32 systems/commands
H A DRELEASE268 05-04-01 rt.sh: add pretty make test + regress.sh wrapper
463 package.sh: generate $INSTALLROOT/bin/cc wrapper for CC != cc
479 Makefile: install gcc wrapper if no cc
H A Dpackage.sh5672 *) note generate a $INSTALLROOT/bin/cc wrapper for $CC
/titanic_53/usr/src/uts/common/inet/ip/
H A Dkeysock.c1031 mblk_t *wrapper; in keysock_passdown() local
1036 wrapper = allocb(sizeof (ipsec_info_t), BPRI_HI); in keysock_passdown()
1037 if (wrapper == NULL) { in keysock_passdown()
1057 wrapper->b_datap->db_type = M_CTL; in keysock_passdown()
1058 ksi = (keysock_in_t *)wrapper->b_rptr; in keysock_passdown()
1070 wrapper->b_wptr += sizeof (ipsec_info_t); in keysock_passdown()
1071 wrapper->b_cont = mp; in keysock_passdown()
1078 freeb(wrapper); in keysock_passdown()
1101 putnext(kc->kc_wq, wrapper); in keysock_passdown()
/titanic_53/usr/src/contrib/ast/src/lib/libsum/
H A DRELEASE5 08-02-11 sum-lmd.c,features/sum: add wrapper for solaris -lmd
/titanic_53/usr/src/pkg/manifests/
H A Dsource-security-tcp-wrapper.mf27 set name=pkg.fmri value=pkg:/source/security/tcp-wrapper@7.6,5.11-0.148
H A Dlibrary-security-tcp-wrapper.mf28 value=pkg:/library/security/tcp-wrapper@7.6,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
/titanic_53/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests43 SHELL since /usr/bin/ksh93 on illumos is a wrapper which
/titanic_53/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES16 (by the standalone cpp library wrapper) as an initialization step.
H A DHISTORY142 move common wrapper routines into the library
H A DRELEASE433 90-04-01 fix `ifndef-define-endif' include wrapper test
/titanic_53/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs288 # lgrp_latency_cookie calls our internal wrapper _lgrp_latency_cookie() which
/titanic_53/exception_lists/
H A Dcheck_rtime111 # ksh93 is just a wrapper into libshell but it is linked with libumem.so
/titanic_53/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME105 wrapper around poll(2): other components of the agent can register to
466 a wrapper around poll(), the DHCP client cannot directly observe the
H A DREADME.v6134 Essentially, PKT_LIST is a wrapper for received packets, and
135 dhcp_pkt_t is a wrapper for packets to be sent.
418 wrapper on dhcpv6_find_option() that starts with a PKT_LIST pointer
/titanic_53/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK40 The ld command is therefore a simple wrapper that uses libld.
/titanic_53/usr/src/contrib/zlib/
H A DChangeLog94 - Reject a window size of 256 bytes if not using the zlib wrapper
707 - Take into account wrapper variations in deflateBound()
764 - Add C++ wrapper in infback9.h [Donais]
977 - Add gzip wrapper option to deflateInit2 using windowBits
/titanic_53/usr/src/boot/lib/libz/
H A DChangeLog601 - Take into account wrapper variations in deflateBound()
658 - Add C++ wrapper in infback9.h [Donais]
871 - Add gzip wrapper option to deflateInit2 using windowBits
/titanic_53/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in298 ** This next routine is really just a wrapper around sqlite_exec().
/titanic_53/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE917 include/ast_windows.h: windows.h wrapper with ast namespace workarounds
1190 strmatch,strgrpmatch: now a wrapper on regex