| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| iolib.c | 94 static void deleteHandle (DataHandle *hndl); 98 static int allocateChunk (DataHandle *hndl, unsigned ichunk); 99 static uint8_t *getBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk); 100 static int remapBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk); 101 static int newBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk); 102 static void deleteBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk); 107 static int newBuffer (DataHandle *hndl, uint64_t pos); 192 DataHandle *hndl = NULL; local 196 hndl = &data_hndls[i]; 201 if (hndl == NULL [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| iolib.c | 94 static void deleteHandle (DataHandle *hndl); 98 static int allocateChunk (DataHandle *hndl, unsigned ichunk); 99 static uint8_t *getBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk); 100 static int remapBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk); 101 static int newBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk); 102 static void deleteBlock (DataHandle *hndl, unsigned iflow, unsigned ichunk); 107 static int newBuffer (DataHandle *hndl, uint64_t pos); 192 DataHandle *hndl = NULL; local 196 hndl = &data_hndls[i]; 201 if (hndl == NULL [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Disasm.h | 36 void remove_disasm_hndl (void *hndl); 38 int get_instr_size (uint64_t vaddr, void *hndl);
|
| Disasm.cc | 273 Disasm::remove_disasm_hndl (void *hndl) 275 DisContext *ctx = (DisContext *) hndl;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Disasm.h | 36 void remove_disasm_hndl (void *hndl); 38 int get_instr_size (uint64_t vaddr, void *hndl);
|
| Disasm.cc | 273 Disasm::remove_disasm_hndl (void *hndl) 275 DisContext *ctx = (DisContext *) hndl;
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| add-random-users.c | 82 add_user (krb5_context ctx, void *hndl, unsigned nwords, char **words) 102 ret = kadm5_create_principal (hndl, &princ, mask, name); 105 kadm5_free_principal_ent(hndl, &princ); 114 void *hndl; local 127 &hndl); 134 add_user (ctx, hndl, nwords, words); 135 kadm5_destroy(hndl);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| shlibloadtest.c | 195 DSO *hndl; local 197 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0); 198 if (hndl == NULL) { 202 myDSO_free(hndl);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| shlibloadtest.c | 195 DSO *hndl; local 197 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0); 198 if (hndl == NULL) { 202 myDSO_free(hndl);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| shlibloadtest.c | 244 DSO *hndl; local 246 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0); 247 if (hndl == NULL) { 251 myDSO_free(hndl);
|
| /src/sys/dev/ic/ |
| ispvar.h | 132 #define ISP_DMAFREE(isp, xs, hndl) \ 134 (*(isp)->isp_mdvec->dv_dmaclr)((isp), (xs), (hndl))
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/ |
| osthread.d | 2267 hndl; 2269 DuplicateHandle( proc, curr, proc, &hndl, 0, TRUE, DUPLICATE_SAME_ACCESS ); 2270 return hndl;
|