Searched defs:implementation (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | machdep.c | 58 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/uts/sun4u/io/ |
H A D | 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...] |
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | machcpuvar.h | 157 * implementation dependent parameters through the devinfo/property mechanism 180 int implementation; member in struct:cpu_node
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | common.c | 255 void sasl_version(const char **implementation, int *version) argument 262 if(implementation) *implementation = implementation_string;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | 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 62 milliseconds