/titanic_44/usr/src/uts/intel/promif/ |
H A D | prom_env.c | 48 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_44/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_env.c | 144 static promif_owrap_t *wrapper = &nullwrapper; variable 155 ow = wrapper; in promif_preout() 173 wrapper = &pmwrapper; in prom_set_outfuncs()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 523 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_44/usr/src/uts/common/io/ |
H A D | bufmod.c | 959 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_44/usr/src/test/ |
H A D | README | 39 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_44/usr/src/lib/libsum/common/ |
H A D | RELEASE | 4 08-02-11 sum-lmd.c,features/sum: add wrapper for solaris -lmd
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | keysock.c | 1031 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_44/usr/src/pkg/manifests/ |
H A D | SUNWtcpd.mf | 29 depend fmri=pkg:/library/security/tcp-wrapper@7.6,5.11-0.133 type=require
|
H A D | SUNWtcpdS.mf | 27 # Was renamed to source/security/tcp-wrapper, both now obsolete.
|
H A D | source-security-tcp-wrapper.mf | 27 set name=pkg.fmri value=pkg:/source/security/tcp-wrapper@7.6,5.11-0.148
|
H A D | library-security-tcp-wrapper.mf | 28 value=pkg:/library/security/tcp-wrapper@7.6,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | README.tests | 41 SHELL since /usr/bin/ksh93 on Solaris is a wrapper which
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | NOTES | 16 (by the standalone cpp library wrapper) as an initialization step.
|
H A D | HISTORY | 142 move common wrapper routines into the library
|
H A D | RELEASE | 422 90-04-01 fix `ifndef-define-endif' include wrapper test
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 278 # lgrp_latency_cookie calls our internal wrapper _lgrp_latency_cookie() which
|
/titanic_44/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 218 def wrapper(settings=None): function 227 atexit.register(wrapper, orig)
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 105 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 D | README.v6 | 134 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_44/usr/src/cmd/sgs/libld/common/ |
H A D | README.XLINK | 40 The ld command is therefore a simple wrapper that uses libld.
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 298 ** This next routine is really just a wrapper around sqlite_exec().
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 729 include/ast_windows.h: windows.h wrapper with ast namespace workarounds 1002 strmatch,strgrpmatch: now a wrapper on regex
|