Home
last modified time | relevance | path

Searched refs:get_arg (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dasynctest.c170 void *get_arg; in test_ASYNC_callback_status() local
177 || ASYNC_WAIT_CTX_get_callback(waitctx, &get_callback, &get_arg) in test_ASYNC_callback_status()
180 || get_arg != (void*)&set_arg in test_ASYNC_callback_status()
181 || (*get_callback)(get_arg) != 1 in test_ASYNC_callback_status()
/freebsd/stand/i386/libi386/
H A Dtextvidc.c363 get_arg(int c) in get_arg() function
481 get_arg(c); in vidc_term_emu()
/freebsd/stand/efi/libefi/
H A Defi_console.c737 get_arg(int c) in get_arg() function
857 get_arg(c); in efi_term_emu()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1473 static int get_arg(unsigned long offset) in get_arg() function
1480 return get_arg(offset); in get_index()
1486 return get_arg(offset) | ((offset >> 16) & 0xff) << 8; in get_extended_index()