Searched refs:glvc (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/glvc/ |
H A D | Makefile | 41 MODULE = glvc
|
/illumos-gate/usr/src/uts/sun4v/io/glvc/ |
H A D | glvc_hcall.s | 29 * Hypervisor calls called by glvc driver. 34 #include <sys/glvc.h>
|
H A D | glvc.c | 47 #include <sys/glvc.h> 173 * Hypervisor VSC api versioning information for glvc driver. 181 GLVC_VSC_MINOR_VER, "glvc" 340 err = ddi_create_minor_node(dip, "glvc", S_IFCHR, 380 DPRINTF(("glvc instance %d, s_id %lu," 404 cmn_err(CE_WARN, "glvc: attach failed for instance %d\n", instance); 474 cmn_err(CE_NOTE, "glvc, instance %d" 484 DPRINTF(("glvc instance %d polling_interval = %lu\n", 488 DPRINTF(("glvc, instance %d intr support not found, " 495 DPRINTF(("glvc instanc [all...] |
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | misc_link.c | 57 static int glvc(di_minor_t minor, di_node_t node); 186 { "pseudo", "ddi_pseudo", "glvc", 187 TYPE_EXACT | DRV_EXACT, ILEVEL_0, glvc, 690 * /dev/spfma -> /devices/virtual-devices/fma@5:glvc 693 glvc(di_minor_t minor, di_node_t node) function
|
/illumos-gate/usr/src/lib/libpcp/common/ |
H A D | libpcp.c | 49 #include <sys/glvc.h> 93 * local channel (glvc) file descriptor set by pcp_send_recv() 109 * how long to block on glvc driver calls before we return timeout error 112 * Note: In the current implementation of glvc driver, all glvc calls are 131 * stream fashion, first data is copied from channel (glvc) buffers to 140 * Buffer used for peeking new data available in channel (glvc) buffers. 147 * new data available in channel (glvc) buffers. 160 * signal handling variables to handle glvc blocking calls. 261 * signal handler initialization to handle glvc cal [all...] |
/illumos-gate/usr/src/uts/sun4v/ontario/io/ |
H A D | tsalarm.c | 41 #include <sys/glvc.h> 94 /* it waits until glvc driver */ 95 /* call returns; curently glvc */ 123 #define ALARM_CHANNEL "/devices/virtual-devices@100/telco-alarm@f:glvc" 1050 * Function: wrapper for handling glvc calls (read/write/peek). 1115 * For peeking 'bytes_cnt' bytes in channel (glvc) buffers. 1193 * In current implementaion of glvc driver, streams reads are not supported.
|
Completed in 77 milliseconds