Symbol: FUNCTION
crypto/openssl/apps/include/function.h
37
DEFINE_LHASH_OF_EX(FUNCTION);
crypto/openssl/apps/include/function.h
47
void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc);
crypto/openssl/apps/lib/columns.c
14
void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc)
crypto/openssl/apps/lib/columns.c
16
FUNCTION *f;
crypto/openssl/apps/list.c
1136
const FUNCTION *fp;
crypto/openssl/apps/list.c
1204
FUNCTION *fp;
crypto/openssl/apps/openssl.c
240
FUNCTION f, *fp;
crypto/openssl/apps/openssl.c
241
LHASH_OF(FUNCTION) *prog = NULL;
crypto/openssl/apps/openssl.c
346
FUNCTION *fp;
crypto/openssl/apps/openssl.c
40
static LHASH_OF(FUNCTION) *prog_init(void);
crypto/openssl/apps/openssl.c
409
static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
crypto/openssl/apps/openssl.c
41
static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
crypto/openssl/apps/openssl.c
411
FUNCTION f, *fp;
crypto/openssl/apps/openssl.c
453
static int function_cmp(const FUNCTION *a, const FUNCTION *b)
crypto/openssl/apps/openssl.c
458
static unsigned long function_hash(const FUNCTION *a)
crypto/openssl/apps/openssl.c
465
const FUNCTION *f1 = _f1;
crypto/openssl/apps/openssl.c
466
const FUNCTION *f2 = _f2;
crypto/openssl/apps/openssl.c
473
static LHASH_OF(FUNCTION) *prog_init(void)
crypto/openssl/apps/openssl.c
475
static LHASH_OF(FUNCTION) *ret = NULL;
crypto/openssl/apps/openssl.c
477
FUNCTION *f;
crypto/openssl/apps/openssl.c
48
static void warn_deprecated(const FUNCTION *fp)
crypto/openssl/apps/progs.c
15
FUNCTION functions[] = {
crypto/openssl/apps/progs.h
125
extern FUNCTION functions[];
sys/dev/pccard/pccardvar.h
220
PCCARD_ACCESSOR(function, FUNCTION, uint32_t)
sys/dev/pci/pcivar.h
386
PCI_ACCESSOR(function, FUNCTION, uint8_t)
sys/dev/sdio/sdiob.h
82
SDIOB_ACCESSOR(function, FUNCTION, struct sdio_func *)