Searched refs:tunnel_capable (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c366 DPRINTF(1, ("iosram(%d): not tunnel_capable\n", instance));
367 IOSRAMLOG(1, "ATTACH(%d): not tunnel_capable\n", instance, NULL,
2453 int tunnel_capable; local
2458 proplen = sizeof (tunnel_capable);
2460 DDI_PROP_DONTPASS, IOSRAM_TUNNELOK_PROP, (caddr_t)&tunnel_capable,
2462 tunnel_capable = 0;
2464 return (tunnel_capable);

Completed in 47 milliseconds