Home
last modified time | relevance | path

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

/titanic_50/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_50/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_50/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_50/usr/src/uts/common/io/
H A Dbufmod.c959 mblk_t *wrapper; /* padding for msg N, header for msg N+1 */ in sbaddmsg() local
1111 wrapper = allocb(wrapperlen, BPRI_MED); in sbaddmsg()
1112 if (wrapper == NULL) { in sbaddmsg()
1121 (void) memset(wrapper->b_wptr, 0, pad); in sbaddmsg()
1122 wrapper->b_wptr += pad; in sbaddmsg()
1125 linkb(mp, wrapper); in sbaddmsg()
1127 sbp->sb_head = wrapper; in sbaddmsg()
/titanic_50/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_50/usr/src/lib/libsum/common/
H A DRELEASE4 08-02-11 sum-lmd.c,features/sum: add wrapper for solaris -lmd
/titanic_50/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_50/usr/src/pkg/manifests/
H A DSUNWtcpd.mf29 depend fmri=pkg:/library/security/tcp-wrapper@7.6,5.11-0.133 type=require
H A DSUNWtcpdS.mf27 # Was renamed to source/security/tcp-wrapper, both now obsolete.
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_50/usr/src/lib/libshell/common/tests/
H A DREADME.tests41 SHELL since /usr/bin/ksh93 on Solaris is a wrapper which
/titanic_50/usr/src/lib/libpp/common/
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 DRELEASE422 90-04-01 fix `ifndef-define-endif' include wrapper test
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs288 # lgrp_latency_cookie calls our internal wrapper _lgrp_latency_cookie() which
/titanic_50/usr/src/tools/onbld/hgext/
H A Dcdm.py218 def wrapper(settings=None): function
227 atexit.register(wrapper, orig)
/titanic_50/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_50/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK40 The ld command is therefore a simple wrapper that uses libld.
/titanic_50/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in298 ** This next routine is really just a wrapper around sqlite_exec().
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE729 include/ast_windows.h: windows.h wrapper with ast namespace workarounds
1002 strmatch,strgrpmatch: now a wrapper on regex