Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 239) sorted by relevance

12345678910

/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_recursive_init.c2 struct top { struct
3 int i;
4 char c;
5 union onion {
8 } u;
9 char *s;
/freebsd/usr.sbin/ctld/
H A Duclparse.cc389 uclparse_toplevel(const ucl::Ucl &top) in uclparse_toplevel()
556 uclparse_auth_group(const char *name, const ucl::Ucl &top) in uclparse_auth_group()
761 uclparse_portal_group(const char *name, const ucl::Ucl &top) in uclparse_portal_group()
907 uclparse_transport_listen_obj(const char *pg_name, const ucl::Ucl &top) in uclparse_transport_listen_obj()
952 uclparse_transport_group(const char *name, const ucl::Ucl &top) in uclparse_transport_group()
1028 uclparse_controller(const char *name, const ucl::Ucl &top) in uclparse_controller()
1123 uclparse_target(const char *name, const ucl::Ucl &top) in uclparse_target()
1285 uclparse_lun(const char *name, const ucl::Ucl &top) in uclparse_lun()
1296 uclparse_lun_entries(const char *name, const ucl::Ucl &top) in uclparse_lun_entries()
1411 ucl::Ucl top = ucl::Ucl::parse_from_file(path, err); in uclparse_conf() local
/freebsd/lib/libc/db/recno/
H A Drec_get.c112 __rec_fpipe(BTREE *t, recno_t top) in __rec_fpipe()
164 __rec_vpipe(BTREE *t, recno_t top) in __rec_vpipe()
217 __rec_fmap(BTREE *t, recno_t top) in __rec_fmap()
263 __rec_vmap(BTREE *t, recno_t top) in __rec_vmap()
H A Drec_search.c65 indx_t top; in __rec_search() local
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_get.c118 __rec_fpipe(BTREE *t, recno_t top) in __rec_fpipe()
172 __rec_vpipe(BTREE *t, recno_t top) in __rec_vpipe()
227 __rec_fmap(BTREE *t, recno_t top) in __rec_fmap()
275 __rec_vmap(BTREE *t, recno_t top) in __rec_vmap()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand()
100 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex()
106 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
111 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
117 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex()
124 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
229 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
H A Dbn_nist.c265 #define nist_cp_bn_0(dst, src_in, top, max) \ argument
276 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn()
354 int top = a->top, i; in BN_nist_mod_192() local
490 int top = a->top, i; in BN_nist_mod_224() local
662 int i, top = a->top; in BN_nist_mod_256() local
899 int i, top = a->top; in BN_nist_mod_384() local
1159 int top = a->top, i; in BN_nist_mod_521() local
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_retstack.c53 uint8_t top; in pt_retstack_pop() local
75 uint8_t top, bottom; in pt_retstack_push() local
/freebsd/crypto/openssl/crypto/err/
H A Derr_mark.c65 int count = 0, top; in ERR_count_to_mark() local
84 int top; in ERR_clear_last_mark() local
H A Derr_save.c49 int top; in OSSL_ERR_STATE_save_to_mark() local
126 size_t top; in OSSL_ERR_STATE_restore() local
/freebsd/lib/libc/db/btree/
H A Dbt_conv.c58 indx_t i, top; in __bt_pgin() local
123 indx_t i, top; in __bt_pgout() local
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c65 indx_t i, top; in __bt_pgin() local
131 indx_t i, top; in __bt_pgout() local
/freebsd/contrib/libucl/src/
H A Ducl_util.c2386 ucl_object_insert_key_common (ucl_object_t *top, ucl_object_t *elt,
2495 ucl_object_delete_keyl (ucl_object_t *top, const char *key, size_t keylen)
2517 ucl_object_delete_key (ucl_object_t *top, const char *key)
2523 ucl_object_pop_keyl (ucl_object_t *top, const char *key, size_t keylen)
2542 ucl_object_pop_key (ucl_object_t *top, const char *key)
2548 ucl_object_insert_key (ucl_object_t *top, ucl_object_t *elt,
2555 ucl_object_insert_key_merged (ucl_object_t *top, ucl_object_t *elt,
2562 ucl_object_replace_key (ucl_object_t *top, ucl_object_t *elt,
2569 ucl_object_merge (ucl_object_t *top, ucl_object_t *elt, bool copy)
2938 ucl_object_lookup_path (const ucl_object_t *top, const char *path_in) {
[all …]
H A Ducl_emitter_streamline.c52 const ucl_object_t *top; member
95 struct ucl_emitter_streamline_stack *st, *top; in ucl_object_emit_streamline_start_container() local
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h16 volatile pointer_t top; member
79 top(lock_free_stack_t *stack) in top() function
/freebsd/usr.bin/mail/
H A Dnames.c85 struct name *top, *np, *t; in extract() local
114 char *cp, *top; in detract() local
278 struct name *np, *top; in outof() local
547 char **ap, **top; in unpack() local
/freebsd/lib/libc/i386/string/
H A Dwcscmp.S40 top: movl (%edi),%eax label
/freebsd/sys/kern/
H A Dsubr_smp.c644 static struct cpu_group *top = NULL; in smp_topo() local
733 struct cpu_group *top; in smp_topo_none() local
783 struct cpu_group *top; in smp_topo_1level() local
802 struct cpu_group *top; in smp_topo_2level() local
829 smp_topo_find(struct cpu_group *top, int cpu) in smp_topo_find()
1197 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node()
1219 topo_next_nonchild_node(struct topo_node *top, struct topo_node *node) in topo_next_nonchild_node()
/freebsd/contrib/dialog/
H A Darrows.c103 int top, in dlg_draw_arrows2()
164 int top, in dlg_draw_scrollbar()
265 int top, in dlg_draw_arrows()
/freebsd/usr.sbin/iovctl/
H A Dparse.c224 parse_device_config(const ucl_object_t *top, nvlist_t *config, in parse_device_config()
282 ucl_object_t *top; in parse_config_file() local
397 ucl_object_t *top; in find_device() local
/freebsd/stand/libsa/
H A Dsbrk.c39 setheap(void *base, void *top) in setheap()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_retstack.h50 uint8_t top; member
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dstack.c15 struct _cbor_stack_record *top = stack->top; in _cbor_stack_pop() local
/freebsd/contrib/libyaml/src/
H A Dloader.c46 int *top; member
422 yaml_node_item_t *top; in yaml_parser_load_sequence() member
490 yaml_node_pair_t *top; in yaml_parser_load_mapping() member
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp21 uptr top = 0; in UnwindImpl() local

12345678910