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

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem_mmap.c117 vmem_mmap_arena(vmem_alloc_t **a_out, vmem_free_t **f_out) argument
128 if (a_out != NULL)
129 *a_out = vmem_mmap_alloc;
H A Dvmem_stand.c150 vmem_stand_arena(vmem_alloc_t **a_out, vmem_free_t **f_out) argument
158 if (a_out != NULL)
159 *a_out = vmem_alloc;
H A Dvmem_sbrk.c219 vmem_sbrk_arena(vmem_alloc_t **a_out, vmem_free_t **f_out) argument
262 if (a_out != NULL)
263 *a_out = vmem_alloc;
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_gen.c317 if (!mem->advice.a_in && mem->advice.a_out) {
351 if (mem->advice.a_in && !mem->advice.a_out) {
356 if (!mem->advice.a_in && mem->advice.a_out) {
372 if (!mem->advice.a_in && mem->advice.a_out) {
H A Dndrgen.h114 #define a_out a_nodes[4] macro
H A Dndr_anal.c986 advice->a_out = find_advice(advice_list, OUT_KW);
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure2426 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out

Completed in 78 milliseconds