Searched refs:implementation (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dsg_unum.c91 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation) ||
92 IS_JAGUAR(cpunodes[CPU->cpu_id].implementation))
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dmachdep.c58 static char implementation[] = "implementation#"; local
77 if (prom_getproplen(node, implementation) != sizeof (int))
79 (void) prom_getprop(node, implementation, (caddr_t)&impl);
/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/os/
H A Dcmp.c37 * We buried it down here in the implementation, and not in the
148 impl = cpunodes[cp->cpu_id].implementation;
173 impl = cpunodes[cpu_a->cpu_id].implementation;
197 impl = cpunodes[cpu->cpu_id].implementation;
H A Dfillsysinfo.c50 * implementation dependent parameters through the devinfo/property mechanism
510 (void) GETPROP(node, "implementation#",
511 (caddr_t)&cpunode->implementation);
514 if (IS_CHEETAH(cpunode->implementation)) {
729 cpunode->implementation = ddi_prop_get_int(DDI_DEV_T_ANY, dip,
730 DDI_PROP_DONTPASS, "implementation#", 0);
735 if (IS_CHEETAH(cpunode->implementation)) {
855 impl = cpunodes[cpuid].implementation;
934 impl = cpunodes[getprocessorid()].implementation;
947 if (IS_PANTHER(cpunodes[i].implementation)) {
[all...]
H A Dmach_mp_startup.c188 cpunode->name, cpunode->portid, cpunode->implementation,
/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/lib/libc/sparc/gen/
H A Dstrcmp.s53 ! This strcmp implementation first determines whether s1 is aligned.
H A Dstrcpy.s53 ! This is a 32-bit implementation of strcpy. It works by
H A Dstrlcpy.s41 ! strlcpy implementation is similar to that of strcpy, except
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus.c106 * Set the magic constants of the implementation.
371 * Handles error logging for implementation specific error types
419 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation))
817 if (!(IS_CHEETAH_PLUS(cpunodes[cp->cpu_id].implementation) ||
818 IS_JAGUAR(cpunodes[cp->cpu_id].implementation) ||
819 IS_PANTHER(cpunodes[cp->cpu_id].implementation))) {
845 if (IS_PANTHER(cpunodes[cp->cpu_id].implementation)) {
860 if (IS_PANTHER(cpunodes[cp->cpu_id].implementation)) {
886 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) {
903 if (!IS_PANTHER(cpunodes[aflt->flt_inst].implementation))
[all...]
H A Dus3_jalapeno.c138 * Set the magic constants of the implementation.
309 * Handles error logging for implementation specific error types
826 if (!IS_SERRANO(cpunodes[cp->cpu_id].implementation)) {
827 cmn_err(CE_PANIC, "CPU%d: implementation 0x%x not supported"
829 cpunodes[cp->cpu_id].implementation);
832 if (!IS_JALAPENO(cpunodes[cp->cpu_id].implementation)) {
833 cmn_err(CE_PANIC, "CPU%d: implementation 0x%x not supported"
835 cpunodes[cp->cpu_id].implementation);
H A Dus3_common.c1423 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) {
2139 IS_JALAPENO(cpunodes[CPU->cpu_id].implementation)) {
2187 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) {
2214 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) {
2238 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) {
2296 if (IS_PANTHER(cpunodes[aflt->flt_inst].implementation))
2311 if (IS_PANTHER(cpunodes[aflt->flt_inst].implementation))
2525 * be an implementation-specific code. Call into the impldep
2586 if (IS_PANTHER(cpunodes[cpuid].implementation))
2877 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation)) {
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachcpuvar.h157 * implementation dependent parameters through the devinfo/property mechanism
180 int implementation; member in struct:cpu_node
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c155 uint_t implementation; local
165 implementation = (pcd->spcd_ver_reg >> 32) & 0x000000000000ffff;
167 switch (implementation) {
174 cmn_err(CE_WARN, "Unsupported cpu implementation=0x%x : "
175 "skipping configure of portid=0x%x", implementation,
181 if (CPU_IMPL_IS_CMP(implementation)) {
194 implementation)) {
218 if ((cpu_node[i] != NULL) && (!CPU_IMPL_IS_CMP(implementation)))
358 * implementation#
400 if (ndi_prop_update_int(DDI_DEV_T_NONE, new_child, "implementation#",
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_float.c127 #warn No platform specific implementation defined for floats
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c348 (char *)(uintptr_t)ntpp->implementation - dlc_header,
349 1), "Implementation = %hu", ntpp->implementation);
H A Dntp.h342 #define INFO_QUERY 62 /* **** THIS implementation dependent **** */
343 #define INFO_REPLY 63 /* **** THIS implementation dependent **** */
414 * program. They are unique to this implementation and not part of the
509 uchar_t implementation; /* implementation number */ member in struct:ntp_private
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h468 * taken from an implementation-specific location).
703 * implementation is a vendor-defined string
706 LIBSASL_API void sasl_version(const char **implementation,
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c360 * (see Chap 9 of SPARCV9 JSP-1 US-III implementation)
653 * and may not reflect the actual latency. It is platform and implementation
1017 if (IS_PANTHER(cpunodes[CPU->cpu_id].implementation) ||
1018 IS_JAGUAR(cpunodes[CPU->cpu_id].implementation))
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusbcore.mk61 # BUSDMA implementation
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s53 ! This strcmp implementation first determines whether s1 is aligned.
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s125 / An alternative implementation:

Completed in 94 milliseconds

12