HomeSort by relevance Sort by last modified time
    Searched defs:implementation (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/psm/stand/boot/sparcv9/sun4u/
machdep.c 51 * Implementation codes for the CPUs we're interested in
61 static char implementation[] = "implementation#"; local
80 if (prom_getproplen(node, implementation) != sizeof (int))
82 (void) prom_getprop(node, implementation, (caddr_t)&impl);
  /onnv/onnv-gate/usr/src/uts/sun4u/io/
gptwo_cpu.c 155 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...]
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/
machcpuvar.h 157 * implementation dependent parameters through the devinfo/property mechanism
180 int implementation; member in struct:cpu_node
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
ntp.h 342 #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

Completed in 120 milliseconds