Symbol: FUNCTION
crypto/libressl/apps/openssl/openssl.c
148
DECLARE_LHASH_OF(FUNCTION);
crypto/libressl/apps/openssl/openssl.c
150
FUNCTION functions[] = {
crypto/libressl/apps/openssl/openssl.c
350
static LHASH_OF(FUNCTION) *prog_init(void);
crypto/libressl/apps/openssl/openssl.c
351
static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
crypto/libressl/apps/openssl/openssl.c
392
FUNCTION f, *fp;
crypto/libressl/apps/openssl/openssl.c
398
LHASH_OF(FUNCTION) * prog = NULL;
crypto/libressl/apps/openssl/openssl.c
556
do_cmd(LHASH_OF(FUNCTION) * prog, int argc, char *argv[])
crypto/libressl/apps/openssl/openssl.c
558
FUNCTION f, *fp;
crypto/libressl/apps/openssl/openssl.c
681
const FUNCTION *f1 = _f1;
crypto/libressl/apps/openssl/openssl.c
682
const FUNCTION *f2 = _f2;
crypto/libressl/apps/openssl/openssl.c
762
function_cmp(const FUNCTION * a, const FUNCTION * b)
crypto/libressl/apps/openssl/openssl.c
767
static IMPLEMENT_LHASH_COMP_FN(function, FUNCTION)
crypto/libressl/apps/openssl/openssl.c
770
function_hash(const FUNCTION * a)
crypto/libressl/apps/openssl/openssl.c
775
static IMPLEMENT_LHASH_HASH_FN(function, FUNCTION)
crypto/libressl/apps/openssl/openssl.c
777
static LHASH_OF(FUNCTION) *
crypto/libressl/apps/openssl/openssl.c
780
LHASH_OF(FUNCTION) * ret;
crypto/libressl/apps/openssl/openssl.c
781
FUNCTION *f;
crypto/libressl/include/openssl/safestack.h
2142
#define lh_FUNCTION_new() LHM_lh_new(FUNCTION,function)
crypto/libressl/include/openssl/safestack.h
2143
#define lh_FUNCTION_insert(lh,inst) LHM_lh_insert(FUNCTION,lh,inst)
crypto/libressl/include/openssl/safestack.h
2144
#define lh_FUNCTION_retrieve(lh,inst) LHM_lh_retrieve(FUNCTION,lh,inst)
crypto/libressl/include/openssl/safestack.h
2145
#define lh_FUNCTION_delete(lh,inst) LHM_lh_delete(FUNCTION,lh,inst)
crypto/libressl/include/openssl/safestack.h
2146
#define lh_FUNCTION_doall(lh,fn) LHM_lh_doall(FUNCTION,lh,fn)
crypto/libressl/include/openssl/safestack.h
2148
LHM_lh_doall_arg(FUNCTION,lh,fn,arg_type,arg)
crypto/libressl/include/openssl/safestack.h
2149
#define lh_FUNCTION_error(lh) LHM_lh_error(FUNCTION,lh)
crypto/libressl/include/openssl/safestack.h
2150
#define lh_FUNCTION_num_items(lh) LHM_lh_num_items(FUNCTION,lh)
crypto/libressl/include/openssl/safestack.h
2151
#define lh_FUNCTION_down_load(lh) LHM_lh_down_load(FUNCTION,lh)
crypto/libressl/include/openssl/safestack.h
2153
LHM_lh_node_stats_bio(FUNCTION,lh,out)
crypto/libressl/include/openssl/safestack.h
2155
LHM_lh_node_usage_stats_bio(FUNCTION,lh,out)
crypto/libressl/include/openssl/safestack.h
2157
LHM_lh_stats_bio(FUNCTION,lh,out)
crypto/libressl/include/openssl/safestack.h
2158
#define lh_FUNCTION_free(lh) LHM_lh_free(FUNCTION,lh)
sys/bus/pccard/pccardvar.h
351
PCCARD_ACCESSOR(function, FUNCTION, uint32_t)
sys/bus/pci/pcivar.h
283
PCI_ACCESSOR(function, FUNCTION, uint8_t)
sys/dev/video/bktr/bktr_os.c
510
switch ( FUNCTION( minor(dev) ) ) {
sys/dev/video/bktr/bktr_os.c
552
switch ( FUNCTION( minor(dev) ) ) {
sys/dev/video/bktr/bktr_os.c
591
switch ( FUNCTION( minor(dev) ) ) {
sys/dev/video/bktr/bktr_os.c
641
switch ( FUNCTION( minor(dev) ) ) {
sys/dev/video/bktr/bktr_os.c
664
if (FUNCTION(minor(dev)) > 0) /* only allow mmap on /dev/bktr[n] */
sys/dev/video/bktr/bktr_os.c
703
if (FUNCTION(minor(dev)) == VBI_DEV) {