Searched refs:arg1 (Results 1 - 9 of 9) sorted by relevance
/solaris-x11-s11/open-src/driver/efb/sun-src/src/ |
H A D | compat-api.h | 44 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = xf86Screens[(arg1)] 47 #define SCREEN_PTR(arg1) ScreenPtr pScreen = screenInfo.screens[(arg1)] 69 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = (arg1) 72 #define SCREEN_PTR(arg1) ScreenPtr pScreen = (arg1)
|
/solaris-x11-s11/open-src/driver/xf86-video-vmware/sun-src/src/ |
H A D | compat-api.h | 44 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = xf86Screens[(arg1)] 47 #define SCREEN_PTR(arg1) ScreenPtr pScreen = screenInfo.screens[(arg1)] 69 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = (arg1) 72 #define SCREEN_PTR(arg1) ScreenPtr pScreen = (arg1)
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | dpsclient.h | 65 errors. The arg1 argument to the errorProc is the address of the 74 length are passed as arg1 and arg2 to the error proc. 79 as arg1 and arg2 to the error proc. There is one object in the 83 to the offending binary object is passed as arg1; arg2 is unused. 87 terminated is the most likely cause of this error. arg1 to the 107 long unsigned int arg1, long unsigned int arg2 111 The meaning of arg1 and arg2 depend on 'errorCode', as described above. 138 long unsigned int arg1, 142 The meaning of arg1 and arg2 depend on 'errorCode'. See DPSErrorCode,
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsint.h | 102 long unsigned int arg1,
|
H A D | dpsXclient.c | 370 long unsigned int arg1, 392 prefix, (int) arg1, (int) arg2, suffix); 401 prefix, (int) arg1, suffix); 410 (int) arg1, suffix); 417 char *warn = (char *)arg1; 430 char *fatal = (char *)arg1; 447 prefix, (int) arg1, suffix); 367 DPSDefaultPrivateHandler( DPSContext ctxt, DPSErrorCode errorCode, long unsigned int arg1, long unsigned int arg2, char *prefix, char *suffix) argument
|
H A D | dpsclient.c | 2369 long unsigned int arg1, long unsigned int arg2) 2385 char *buf = (char *)arg1; 2427 char *buf = (char *)arg1; 2437 (void) sprintf(m, "%s%s%ld%s", prefix, contextinfix, arg1, suffix); 2444 unsigned char tag = *((unsigned char *) arg1+1); 2452 unsigned char tag = *((unsigned char *) arg1+1); 2458 DPSDefaultPrivateHandler(ctxt, errorCode, arg1, arg2, prefix, suffix); 2366 DPSDefaultErrorProc( DPSContext ctxt, DPSErrorCode errorCode, long unsigned int arg1, long unsigned int arg2) argument
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drmP.h | 177 #define DRM_COPY_FROM_USER_UNCHECKED(arg1, arg2, arg3) \ 178 ddi_copyin((arg2), (arg1), (arg3), 0) 180 #define DRM_COPY_TO_USER_UNCHECKED(arg1, arg2, arg3) \ 181 ddi_copyout((arg2), arg1, arg3, 0)
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drmP.h | 263 #define DRM_COPY_FROM_USER_UNCHECKED(arg1, arg2, arg3) \ 264 ddi_copyin((arg2), (arg1), (arg3), 0) 266 #define DRM_COPY_TO_USER_UNCHECKED(arg1, arg2, arg3) \ 267 ddi_copyout((arg2), arg1, arg3, 0)
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_irq.c | 58 static irqreturn_t __irq_handler_wrap_msi(caddr_t arg1, caddr_t arg2) argument 60 drm_device_t *dev = (void *)arg1; 64 ret = dev->driver->irq_handler(arg1);
|
Completed in 38 milliseconds