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

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsclient.h69 on the contents of this sequence. arg2 is the number of bytes in 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.
88 DPSErrorProc is the context id (see the fork operator); arg2 is
107 long unsigned int arg1, long unsigned int arg2
111 The meaning of arg1 and arg2 depend on 'errorCode', as described above.
139 long unsigned int arg2);
142 The meaning of arg1 and arg2 depend on 'errorCode'. See DPSErrorCode,
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsint.h103 long unsigned int arg2,
H A DdpsXclient.c371 long unsigned int arg2,
392 prefix, (int) arg1, (int) arg2, suffix);
367 DPSDefaultPrivateHandler( DPSContext ctxt, DPSErrorCode errorCode, long unsigned int arg1, long unsigned int arg2, char *prefix, char *suffix) argument
H A Ddpsclient.c2369 long unsigned int arg1, long unsigned int arg2)
2430 (*textProc)(ctxt, buf, arg2);
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 DdrmP.h177 #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 DdrmP.h263 #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 Ddrm_irq.c58 static irqreturn_t __irq_handler_wrap_msi(caddr_t arg1, caddr_t arg2) argument

Completed in 544 milliseconds