Home
last modified time | relevance | path

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

1234567

/illumos-gate/usr/src/cmd/sed/
H A DPOSIX41 backslash in front of it. This implementation follows the BSD
50 implementation permits whitespace but does not require it.
54 POSIX. This implementation permits whitespace but does not
61 is a cleanup, and is followed by this implementation.
78 one might reverse the behaviour.) This implementation follows
86 command. This implementation follows historic practice and
99 This implementation follows historic practice.
107 any particular purpose, this implementation follows the POSIX
124 However, the current practice adopted by this implementation,
133 does not specify this. This implementation follows historical
[all …]
/illumos-gate/usr/src/uts/sun4u/os/
H A Dfillsysinfo.c511 (caddr_t)&cpunode->implementation); in fill_cpu()
514 if (IS_CHEETAH(cpunode->implementation)) { in fill_cpu()
729 cpunode->implementation = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in fill_cpu_ddi()
735 if (IS_CHEETAH(cpunode->implementation)) { in fill_cpu_ddi()
855 impl = cpunodes[cpuid].implementation; in check_cpus_ver()
934 impl = cpunodes[getprocessorid()].implementation; in check_cpus_set()
947 if (IS_PANTHER(cpunodes[i].implementation)) { in check_cpus_set()
951 if (!(IS_CHEETAH_PLUS(cpunodes[i].implementation) || in check_cpus_set()
952 IS_JAGUAR(cpunodes[i].implementation) || in check_cpus_set()
953 IS_PANTHER(cpunodes[i].implementation))) { in check_cpus_set()
[all …]
H A Dcmp.c148 impl = cpunodes[cp->cpu_id].implementation; in pg_plat_hw_shared()
173 impl = cpunodes[cpu_a->cpu_id].implementation; in pg_plat_cpus_share()
197 impl = cpunodes[cpu->cpu_id].implementation; in pg_plat_hw_instance_id()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-mailwrapper.p5m28 mediator-implementation=mailwrapper
32 mediator-implementation=mailwrapper
35 mediator-implementation=mailwrapper
37 mediator-implementation=mailwrapper
H A Ddriver-network-rpcib.p5m35 value="InfiniBand plugin implementation of RPC over RDMA"
45 legacy pkg=SUNWrpcib desc="InfiniBand plugin implementation of RPC over RDMA" \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus.c419 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) in cpu_ecache_nway()
817 if (!(IS_CHEETAH_PLUS(cpunodes[cp->cpu_id].implementation) || in cpu_init_private()
818 IS_JAGUAR(cpunodes[cp->cpu_id].implementation) || in cpu_init_private()
819 IS_PANTHER(cpunodes[cp->cpu_id].implementation))) { in cpu_init_private()
845 if (IS_PANTHER(cpunodes[cp->cpu_id].implementation)) { in cpu_init_private()
860 if (IS_PANTHER(cpunodes[cp->cpu_id].implementation)) { in cpu_init_private()
886 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) { in set_cpu_error_state()
903 if (!IS_PANTHER(cpunodes[aflt->flt_inst].implementation)) in pn_cpu_log_diag_l2_info()
1076 ASSERT(IS_PANTHER(cpunodes[aflt->flt_inst].implementation)); in cpu_async_log_tlb_parity_err()
1105 ASSERT(IS_PANTHER(cpunodes[aflt->flt_inst].implementation)); in cpu_payload_add_pcache()
[all …]
H A Dus3_jalapeno.c826 if (!IS_SERRANO(cpunodes[cp->cpu_id].implementation)) { in cpu_init_private()
829 cpunodes[cp->cpu_id].implementation); in cpu_init_private()
832 if (!IS_JALAPENO(cpunodes[cp->cpu_id].implementation)) { in cpu_init_private()
835 cpunodes[cp->cpu_id].implementation); in cpu_init_private()
H A Dus3_common.c1424 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) { in cpu_log_fast_ecc_error()
2140 IS_JALAPENO(cpunodes[CPU->cpu_id].implementation)) { in cpu_parity_error()
2188 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) { in cpu_parity_error()
2215 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) { in cpu_parity_error()
2239 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) { in cpu_parity_error()
2297 if (IS_PANTHER(cpunodes[aflt->flt_inst].implementation)) in cpu_async_log_ic_parity_err()
2312 if (IS_PANTHER(cpunodes[aflt->flt_inst].implementation)) in cpu_async_log_ic_parity_err()
2587 if (IS_PANTHER(cpunodes[cpuid].implementation)) in cpu_error_is_ecache_data()
2878 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) { in cpu_ce_scrub_mem_err_common()
3598 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) in cpu_get_mem_name()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dsg_unum.c91 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation) || in sg_get_ecacheunum()
92 IS_JAGUAR(cpunodes[CPU->cpu_id].implementation)) in sg_get_ecacheunum()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES4 library provides a tokenizing implementation of the preprocessing
14 executable. Most implementation details can be specified by
24 (4) The implementation is sensitive to the incompatible differences
46 conformance of the C language implementation.
/illumos-gate/usr/src/uts/
H A DREADME65 7] To provide a framework suitable for the production of "implementation
84 architecture" directory (i.e.: sparc). Similarly, "implementation
86 under the "implementation architecture" directory (i.e.: sun4, sun4c).
87 It should be noted that currently (4/14/91) no implementation architecture
138 the obvious "implementation architecture". These rules can be
165 will cause all supported, "implementation architecture" independent modules
169 will cause that kernel and all supported, "implementation architecture"
263 directories would be created for all appropriate "implementation
294 2] Move the Makefile from the "implementation architecture" build
299 3] Edit the "implementation architecture" directory Makefile (i.e.:
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwschr.S30 / Wide character wcschr() implementation
32 / Algorithm based on Solaris 2.6 gen/strchr.s implementation
H A Dwsncmp.S30 / Wide character wcsncpy() implementation
32 / Algorithm based on Solaris 2.6 gen/strncpy.s implementation
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c155 uint_t implementation; in gptwocfg_configure_cpu() local
165 implementation = (pcd->spcd_ver_reg >> 32) & 0x000000000000ffff; in gptwocfg_configure_cpu()
167 switch (implementation) { in gptwocfg_configure_cpu()
175 "skipping configure of portid=0x%x", implementation, in gptwocfg_configure_cpu()
181 if (CPU_IMPL_IS_CMP(implementation)) { in gptwocfg_configure_cpu()
194 implementation)) { in gptwocfg_configure_cpu()
218 if ((cpu_node[i] != NULL) && (!CPU_IMPL_IS_CMP(implementation))) in gptwocfg_configure_cpu()
/illumos-gate/usr/src/cmd/sendmail/lib/
H A Dhelpfile21 smtp To report bugs in the implementation contact Sun Microsystems
78 send implementation.
81 soml otherwise mail. Not supported in this implementation.
85 saml implementation.
92 etrn <queuename> (implementation-specific).
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwschr.S30 / Wide character wcschr() implementation
32 / Algorithm based on Solaris 2.6 gen/strchr.s implementation
H A Dwsncmp.S30 / Wide character wcsncpy() implementation
32 / Algorithm based on Solaris 2.6 gen/strncpy.s implementation
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME3 SMB/CIFS protocol and SMB/CIFS file system implementation
7 It is a complete, kernel side implementation of SMB requester and filesystem.
/illumos-gate/usr/src/psm/promif/ieee1275/
H A DREADME.promif25 This directory contains the IEEE 1275-1994 implementation
29 independent implementation of common promif interfaces.
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md35 a little bit about the link-editor implementation. `hidden.s` and `visible.s`
37 implementation that the first section seen will be the one taken by the
/illumos-gate/usr/src/common/util/
H A DTHIRDPARTYLICENSE.uiuc.descrip1 __popcountdi2 and __ctzdi2 implementation
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dlongwrds.ok12 implementation
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME.files17 independent librstp.a: implementation of Rapid Spanning
48 statmch.c - generic state machine implementation
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DPROMO.mm15 implementation.
/illumos-gate/usr/src/common/ficl/softcore/
H A Dmarker.fr2 \ ** Ficl implementation of CORE EXT MARKER

1234567