Searched refs:firsttry (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lmem.c | 31 static void *firsttry (global_State *g, void *block, size_t os, size_t ns) { in firsttry() function 38 #define firsttry(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns)) macro 166 newblock = firsttry(g, block, osize, nsize); in luaM_realloc_() 193 void *newblock = firsttry(g, NULL, tag, size); in luaM_malloc_()
|
| /freebsd-13.1/stand/libsa/ |
| H A D | gpt.c | 97 int firsttry; in gptfind() local 114 firsttry = (curent == -1); in gptfind() 150 if (firsttry) { in gptfind()
|
| /freebsd-13.1/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 5594 int error, firsttry; in nfsrpc_fillsa() local 5705 firsttry = 0; in nfsrpc_fillsa() 5714 firsttry++ == 0); in nfsrpc_fillsa()
|