Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_env.c46 static promif_owrap_t *wrapper = &nullwrapper; variable
53 promif_owrap_t *ow = wrapper; in promif_preout()
69 wrapper = &pmwrapper; in prom_set_outfuncs()
75 saved_wrapper = wrapper; in prom_suspend_prepost()
76 wrapper = &nullwrapper; in prom_suspend_prepost()
82 wrapper = saved_wrapper; in prom_resume_prepost()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod527 otherwise. It is a wrapper for L<lgrp_cookie_stale()>.
531 Returns the snapshot's view of the lgroup hierarchy. It is a wrapper for
536 Returns the root lgroup. It is a wrapper for L<lgrp_root()>.
541 wrapper for L<lgrp_children()>.
546 wrapper for L<lgrp_parents()>.
550 Returns the number of lgroups in the hierarchy. This is a wrapper for
555 Returns the memory size of the given lgroup in bytes. This is a wrapper for
566 type. This is a wrapper for L<lgrp_resources()>.
581 This is a wrapper for L<lgrp_affinity_set()>.
591 is not specified, uses the value of lgrp_root(). This is a wrapper for
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c961 mblk_t *wrapper; /* padding for msg N, header for msg N+1 */ in sbaddmsg() local
1117 wrapper = allocb(wrapperlen, BPRI_MED); in sbaddmsg()
1118 if (wrapper == NULL) { in sbaddmsg()
1127 (void) memset(wrapper->b_wptr, 0, pad); in sbaddmsg()
1128 wrapper->b_wptr += pad; in sbaddmsg()
1131 linkb(mp, wrapper); in sbaddmsg()
1133 sbp->sb_head = wrapper; in sbaddmsg()
/illumos-gate/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.
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c1108 mblk_t *wrapper; in keysock_passdown() local
1113 wrapper = allocb(sizeof (ipsec_info_t), BPRI_HI); in keysock_passdown()
1114 if (wrapper == NULL) { in keysock_passdown()
1134 wrapper->b_datap->db_type = M_CTL; in keysock_passdown()
1135 ksi = (keysock_in_t *)wrapper->b_rptr; in keysock_passdown()
1147 wrapper->b_wptr += sizeof (ipsec_info_t); in keysock_passdown()
1148 wrapper->b_cont = mp; in keysock_passdown()
1155 freeb(wrapper); in keysock_passdown()
1178 putnext(kc->kc_wq, wrapper); in keysock_passdown()
/illumos-gate/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
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A DRELEASE5 08-02-11 sum-lmd.c,features/sum: add wrapper for solaris -lmd
/illumos-gate/usr/src/pkg/manifests/
H A Dsource-security-tcp-wrapper.p5m27 set name=pkg.fmri value=pkg:/source/security/tcp-wrapper@7.6,5.11-0.148
H A Dlibrary-security-tcp-wrapper.p5m28 value=pkg:/library/security/tcp-wrapper@7.6,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
/illumos-gate/usr/src/test/os-tests/tests/execvpe/
H A Dexecvpe-script33 printf "execvpe wrapper did not set the secret phrase!\n"
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c556 nvlist_t *wrapper; in dsl_destroy_snapshots_nvl() local
557 VERIFY0(nvlist_alloc(&wrapper, 0, KM_SLEEP)); in dsl_destroy_snapshots_nvl()
558 fnvlist_add_nvlist(wrapper, ZCP_ARG_ARGLIST, arg); in dsl_destroy_snapshots_nvl()
592 nvlist_next_nvpair(wrapper, NULL), result); in dsl_destroy_snapshots_nvl()
601 fnvlist_free(wrapper); in dsl_destroy_snapshots_nvl()
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md26 an actual test wrapper that just checks the values of the
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests43 SHELL since /usr/bin/ksh93 on illumos is a wrapper which
/illumos-gate/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
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs276 # lgrp_latency_cookie calls our internal wrapper _lgrp_latency_cookie() which
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME104 wrapper around poll(2): other components of the agent can register to
465 a wrapper around poll(), the DHCP client cannot directly observe the
H A DREADME.v6132 Essentially, PKT_LIST is a wrapper for received packets, and
133 dhcp_pkt_t is a wrapper for packets to be sent.
416 wrapper on dhcpv6_find_option() that starts with a PKT_LIST pointer
/illumos-gate/exception_lists/
H A Dcheck_rtime111 # ksh93 is just a wrapper into libshell but it is linked with libumem.so
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK40 The ld command is therefore a simple wrapper that uses libld.
/illumos-gate/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

12