| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| edid.c | 141 unsigned int offset, void *p_data, unsigned int bytes) 146 memcpy(&vgpu_vreg(vgpu, offset), p_data, bytes); local 181 void *p_data, unsigned int bytes) 185 u32 wvalue = *(u32 *)p_data; 282 void *p_data, unsigned int bytes) 289 void *p_data, unsigned int bytes) 302 memcpy(p_data, &vgpu_vreg(vgpu, offset), bytes); 314 memcpy(p_data, &vgpu_vreg(vgpu, offset), bytes); 335 memcpy(p_data, &vgpu_vreg(vgpu, offset), bytes); 342 void *p_data, unsigned int bytes [all...] |
| handlers.c | 78 void *p_data, unsigned int bytes) 80 memcpy(p_data, &vgpu_vreg(vgpu, offset), bytes); 84 void *p_data, unsigned int bytes) 86 memcpy(&vgpu_vreg(vgpu, offset), p_data, bytes); local 198 unsigned int fence_num, void *p_data, unsigned int bytes) 214 memset(p_data, 0, bytes); 221 unsigned int offset, void *p_data, unsigned int bytes) 223 u32 ips = (*(u32 *)p_data) & GAMW_ECO_ENABLE_64K_IPS_FIELD; 241 write_vreg(vgpu, offset, p_data, bytes); 246 void *p_data, unsigned int bytes [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| rsa_test.c | 439 unsigned char p_data[] = { local 469 ret = (TEST_ptr((p = BN_bin2bn(p_data, sizeof(p_data), NULL)))
|
| evp_pkey_provided_test.c | 572 static unsigned char p_data[] = { 0x00, 0xf6, 0x61, 0x38, 0x0e, 0x1f, 0x82, 0x7c, 0xb8, 0xba, 0x00, 0xd3, local 592 || !TEST_ptr(p = BN_bin2bn(p_data, sizeof(p_data), NULL)) 695 static unsigned char p_data[] = { 0x06, 0x55, 0x7f, 0xbd, 0xfd, 0xa8, 0x4c, 0x94, 0x5e, 0x10, 0x8a, 0x54, local 764 || !TEST_ptr(p = BN_bin2bn(p_data, sizeof(p_data), NULL)) 1896 static const unsigned char p_data[] = { local 1995 || !TEST_ptr(p = BN_bin2bn(p_data, sizeof(p_data), NULL))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| rsa_test.c | 461 unsigned char p_data[] = { local 489 ret = (TEST_ptr((p = BN_bin2bn(p_data, sizeof(p_data), NULL)))
|
| evp_pkey_provided_test.c | 1472 static const unsigned char p_data[] = { local 1571 || !TEST_ptr(p = BN_bin2bn(p_data, sizeof(p_data), NULL))
|
| /src/usr.bin/find/ |
| find.h | 109 #define p_data p_un._p_data macro
|