Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_hashtable.c45 struct vmci_hashtable *table; in vmci_hashtable_create() local
91 vmci_hashtable_destroy(struct vmci_hashtable *table) in vmci_hashtable_destroy()
147 vmci_hashtable_add_entry(struct vmci_hashtable *table, in vmci_hashtable_add_entry()
194 vmci_hashtable_remove_entry(struct vmci_hashtable *table, in vmci_hashtable_remove_entry()
242 vmci_hashtable_get_entry_locked(struct vmci_hashtable *table, in vmci_hashtable_get_entry_locked()
290 vmci_hashtable_get_entry(struct vmci_hashtable *table, in vmci_hashtable_get_entry()
326 vmci_hashtable_hold_entry(struct vmci_hashtable *table, in vmci_hashtable_hold_entry()
403 vmci_hashtable_release_entry(struct vmci_hashtable *table, in vmci_hashtable_release_entry()
433 vmci_hashtable_entry_exists(struct vmci_hashtable *table, in vmci_hashtable_entry_exists()
507 hashtable_unlink_entry(struct vmci_hashtable *table, in hashtable_unlink_entry()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Drtbl.c69 rtbl_set_flags (rtbl_t table, unsigned int flags) in rtbl_set_flags()
75 rtbl_get_flags (rtbl_t table) in rtbl_get_flags()
81 rtbl_get_column_by_id (rtbl_t table, unsigned int id) in rtbl_get_column_by_id()
91 rtbl_get_column (rtbl_t table, const char *column) in rtbl_get_column()
101 rtbl_destroy (rtbl_t table) in rtbl_destroy()
123 rtbl_add_column_by_id (rtbl_t table, unsigned int id, in rtbl_add_column_by_id()
158 rtbl_new_row(rtbl_t table) in rtbl_new_row()
198 rtbl_set_prefix (rtbl_t table, const char *prefix) in rtbl_set_prefix()
267 get_column_prefix (rtbl_t table, struct column_data *c) in get_column_prefix()
363 rtbl_format (rtbl_t table, FILE * f) in rtbl_format()
[all …]
/freebsd/usr.sbin/bhyve/
H A Dbasl.c122 struct basl_table *table; in basl_dump() local
187 basl_finish_patch_checksums(struct basl_table *const table) in basl_finish_patch_checksums()
255 struct basl_table *table; in basl_get_table_by_signature() local
272 basl_finish_patch_pointers(struct basl_table *const table) in basl_finish_patch_pointers()
329 basl_finish_set_length(struct basl_table *const table) in basl_finish_set_length()
347 struct basl_table *table; in basl_finish() local
470 basl_table_add_pointer(struct basl_table *const table, in basl_table_add_pointer()
550 basl_table_append_fwcfg(struct basl_table *const table, in basl_table_append_fwcfg()
583 basl_table_append_header(struct basl_table *const table, in basl_table_append_header()
643 basl_table_append_pointer(struct basl_table *const table, in basl_table_append_pointer()
[all …]
H A Dacpi.c334 struct basl_table *table; in basl_load() local
447 struct basl_table *table; in build_facs() local
465 struct basl_table *table; in build_fadt() local
539 struct basl_table *table; in build_hpet() local
572 struct basl_table *table; in build_madt() local
644 struct basl_table *table; in build_mcfg() local
668 struct basl_table *table; in build_rsdp() local
705 struct basl_table *table; in build_spcr() local
/freebsd/contrib/unbound/util/storage/
H A Dlruhash.c67 struct lruhash* table = (struct lruhash*)calloc(1, in lruhash_create() local
99 bin_delete(struct lruhash* table, struct lruhash_bin* bin) in bin_delete()
118 bin_split(struct lruhash* table, struct lruhash_bin* newa, in bin_split()
154 lruhash_delete(struct lruhash* table) in lruhash_delete()
219 bin_find_entry(struct lruhash* table, in bin_find_entry()
236 table_grow(struct lruhash* table) in table_grow()
271 lru_front(struct lruhash* table, struct lruhash_entry* entry) in lru_front()
305 lruhash_insert(struct lruhash* table, hashvalue_type hash, in lruhash_insert()
424 bin_clear(struct lruhash* table, struct lruhash_bin* bin) in bin_clear()
446 lruhash_clear(struct lruhash* table) in lruhash_clear()
[all …]
/freebsd/contrib/kyua/utils/text/
H A Dtable_test.cpp83 text::table table(2); in ATF_TEST_CASE_BODY() local
102 text::table table(2); in ATF_TEST_CASE_BODY() local
114 text::table table(2); in ATF_TEST_CASE_BODY() local
129 text::table table(1); in ATF_TEST_CASE_BODY() local
157 text::table table(3); in ATF_TEST_CASE_BODY() local
183 text::table table(1); in ATF_TEST_CASE_BODY() local
205 text::table table(1); in ATF_TEST_CASE_BODY() local
228 text::table table(1); in ATF_TEST_CASE_BODY() local
251 text::table table(3); in ATF_TEST_CASE_BODY() local
277 text::table table(3); in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/lib/libsysdecode/
H A Dsupport.c34 lookup_value(struct name_table *table, uintmax_t val) in lookup_value()
50 print_mask_part(FILE *fp, struct name_table *table, uintmax_t *valp, in print_mask_part()
81 print_mask_int(FILE *fp, struct name_table *table, int ival, int *rem) in print_mask_int()
98 print_mask_0(FILE *fp, struct name_table *table, int val, int *rem) in print_mask_0()
114 print_mask_0ul(FILE *fp, struct name_table *table, u_long lval, u_long *rem) in print_mask_0ul()
155 print_value(FILE *fp, struct name_table *table, uintmax_t val) in print_value()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_rl.c41 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry()
95 const struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_is_in_range() local
104 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_add_rate() local
163 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate() local
192 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_init_rl_table() local
222 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_cleanup_rl_table() local
H A Dmlx5_cq.c40 mlx5_cq_table_write_lock(struct mlx5_cq_table *table) in mlx5_cq_table_write_lock()
50 mlx5_cq_table_write_unlock(struct mlx5_cq_table *table) in mlx5_cq_table_write_unlock()
61 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_cq_completion() local
96 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_cq_event() local
128 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_core_create_cq() local
167 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_core_destroy_cq() local
263 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_init_cq_table() local
/freebsd/contrib/ofed/opensm/opensm/
H A Dst.c234 void st_free_table(st_table *table) in st_free_table()
251 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \ argument
260 #define FIND_ENTRY(table, ptr, hash_val, bin_pos) do {\ argument
273 int st_lookup(st_table *table, st_data_t key, st_data_t *value) in st_lookup()
290 #define ADD_DIRECT(table, key, value, hash_val, bin_pos)\ argument
309 int st_insert(st_table *table, st_data_t key, st_data_t value) in st_insert()
326 void st_add_direct(st_table *table, st_data_t key, st_data_t value) in st_add_direct()
335 static void rehash(st_table *table) in rehash()
402 int st_delete(st_table *table, st_data_t *key, st_data_t *value) in st_delete()
479 void st_cleanup_safe(st_table *table, st_data_t never) in st_cleanup_safe()
[all …]
/freebsd/lib/libc/locale/
H A Dcollate.c82 struct xlocale_collate *table = t; in destruct_collate() local
99 struct xlocale_collate *table = calloc(sizeof(struct xlocale_collate), in __collate_load() local
127 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) in __collate_load_tables_l()
235 substsearch(struct xlocale_collate *table, const wchar_t key, int pass) in substsearch()
256 chainsearch(struct xlocale_collate *table, const wchar_t *key, int *len) in chainsearch()
288 largesearch(struct xlocale_collate *table, const wchar_t key) in largesearch()
314 _collate_lookup(struct xlocale_collate *table, const wchar_t *t, int *len, in _collate_lookup()
417 _collate_wxfrm(struct xlocale_collate *table, const wchar_t *src, wchar_t *xf, in _collate_wxfrm()
545 xfrm(struct xlocale_collate *table, unsigned char *p, int pri, int pass) in xfrm()
562 _collate_sxfrm(struct xlocale_collate *table, const wchar_t *src, char *xf, in _collate_sxfrm()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c53 u16 table[0]; member
336 struct ib_gid_table *table; in ib_cache_gid_add() local
374 struct ib_gid_table *table; in ib_cache_gid_del() local
404 struct ib_gid_table *table; in ib_cache_gid_del_all_netdev_gids() local
433 struct ib_gid_table *table; in __ib_cache_gid_get() local
465 struct ib_gid_table *table; in _ib_cache_gid_table_find() local
513 struct ib_gid_table *table; in ib_find_cached_gid_by_port() local
571 struct ib_gid_table *table; in ib_cache_gid_find_by_filter() local
618 struct ib_gid_table *table = in alloc_gid_table() local
681 struct ib_gid_table *table; in ib_cache_gid_set_default_gid() local
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c98 tsd_hash_search(tsd_hash_table_t *table, uint_t key, pid_t pid) in tsd_hash_search()
156 tsd_hash_add(tsd_hash_table_t *table, uint_t key, pid_t pid, void *value) in tsd_hash_add()
215 tsd_hash_add_key(tsd_hash_table_t *table, uint_t *keyp, dtor_func_t dtor) in tsd_hash_add_key()
276 tsd_hash_add_pid(tsd_hash_table_t *table, pid_t pid) in tsd_hash_add_pid()
315 tsd_hash_del(tsd_hash_table_t *table, tsd_hash_entry_t *entry) in tsd_hash_del()
332 tsd_hash_table_t *table; in tsd_hash_table_init() local
366 tsd_hash_table_fini(tsd_hash_table_t *table) in tsd_hash_table_fini()
404 tsd_hash_table_t *table; in tsd_remove_entry() local
461 tsd_hash_table_t *table; in tsd_set() local
591 tsd_hash_table_t *table; in tsd_destroy() local
[all …]
/freebsd/sys/geom/part/
H A Dg_part_bsd.c158 struct g_part_bsd_table *table; in g_part_bsd_add() local
177 struct g_part_bsd_table *table; in g_part_bsd_bootcode() local
198 struct g_part_bsd_table *table; in g_part_bsd_create() local
246 struct g_part_bsd_table *table; in g_part_bsd_destroy() local
258 g_part_bsd_dumpconf(struct g_part_table *table, struct g_part_entry *baseentry, in g_part_bsd_dumpconf()
277 g_part_bsd_dumpto(struct g_part_table *table, struct g_part_entry *baseentry) in g_part_bsd_dumpto()
305 struct g_part_bsd_table *table; in bsd_set_rawsize() local
344 g_part_bsd_name(struct g_part_table *table, struct g_part_entry *baseentry, in g_part_bsd_name()
353 g_part_bsd_probe(struct g_part_table *table, struct g_consumer *cp) in g_part_bsd_probe()
384 struct g_part_bsd_table *table; in g_part_bsd_read() local
[all …]
H A Dg_part.c296 struct g_part_table *table; in g_part_get_physpath_done() local
678 struct g_part_table *table; in g_part_probe() local
726 struct g_part_table *table; in g_part_ctl_add() local
839 struct g_part_table *table; in g_part_ctl_bootcode() local
884 struct g_part_table *table; in g_part_ctl_commit() local
1099 struct g_part_table *table; in g_part_ctl_delete() local
1241 struct g_part_table *table; in g_part_ctl_modify() local
1293 struct g_part_table *table; in g_part_ctl_recover() local
1337 struct g_part_table *table; in g_part_ctl_resize() local
1427 struct g_part_table *table; in g_part_ctl_setunset() local
[all …]
H A Dg_part_ebr.c166 ebr_entry_link(struct g_part_table *table, uint32_t start, uint32_t end, in ebr_entry_link()
206 ebr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, in ebr_set_chs()
287 g_part_ebr_add_alias(struct g_part_table *table, struct g_provider *pp, in g_part_ebr_add_alias()
300 g_part_ebr_new_provider(struct g_part_table *table, struct g_geom *gp, in g_part_ebr_new_provider()
362 g_part_ebr_dumpconf(struct g_part_table *table, struct g_part_entry *baseentry, in g_part_ebr_dumpconf()
383 g_part_ebr_dumpto(struct g_part_table *table, struct g_part_entry *baseentry) in g_part_ebr_dumpto()
423 g_part_ebr_name(struct g_part_table *table, struct g_part_entry *entry, in g_part_ebr_name()
431 g_part_ebr_precheck(struct g_part_table *table, enum g_part_ctl req, in g_part_ebr_precheck()
446 g_part_ebr_probe(struct g_part_table *table, struct g_consumer *cp) in g_part_ebr_probe()
507 struct g_part_ebr_table *table; in g_part_ebr_read() local
[all …]
H A Dg_part_mbr.c193 mbr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, in mbr_set_chs()
266 struct g_part_mbr_table *table; in g_part_mbr_bootcode() local
284 struct g_part_mbr_table *table; in g_part_mbr_create() local
309 g_part_mbr_efimedia(struct g_part_mbr_table *table, struct g_part_mbr_entry *entry, in g_part_mbr_efimedia()
325 struct g_part_mbr_table *table; in g_part_mbr_dumpconf() local
347 g_part_mbr_dumpto(struct g_part_table *table, struct g_part_entry *baseentry) in g_part_mbr_dumpto()
403 g_part_mbr_name(struct g_part_table *table, struct g_part_entry *baseentry, in g_part_mbr_name()
412 g_part_mbr_probe(struct g_part_table *table, struct g_consumer *cp) in g_part_mbr_probe()
475 struct g_part_mbr_table *table; in g_part_mbr_read() local
536 g_part_mbr_setunset(struct g_part_table *table, struct g_part_entry *baseentry, in g_part_mbr_setunset()
[all …]
H A Dg_part_apm.c214 struct g_part_apm_table *table; in g_part_apm_add() local
250 struct g_part_apm_table *table; in g_part_apm_create() local
292 g_part_apm_dumpconf(struct g_part_table *table, struct g_part_entry *baseentry, in g_part_apm_dumpconf()
323 g_part_apm_dumpto(struct g_part_table *table, struct g_part_entry *baseentry) in g_part_apm_dumpto()
379 g_part_apm_name(struct g_part_table *table, struct g_part_entry *baseentry, in g_part_apm_name()
391 struct g_part_apm_table *table; in g_part_apm_probe() local
459 struct g_part_apm_table *table; in g_part_apm_read() local
523 struct g_part_apm_table *table; in g_part_apm_write() local
/freebsd/sys/contrib/ck/src/
H A Dck_ht.c95 ck_ht_stat(struct ck_ht *table, in ck_ht_stat()
107 struct ck_ht *table, in ck_ht_hash()
118 struct ck_ht *table, in ck_ht_hash_direct()
251 ck_ht_init(struct ck_ht *table, in ck_ht_init()
601 ck_ht_count(struct ck_ht *table) in ck_ht_count()
609 ck_ht_next(struct ck_ht *table, in ck_ht_next()
648 ck_ht_reset_spmc(struct ck_ht *table) in ck_ht_reset_spmc()
776 ck_ht_get_spmc(struct ck_ht *table, in ck_ht_get_spmc()
819 ck_ht_set_spmc(struct ck_ht *table, in ck_ht_set_spmc()
956 ck_ht_put_spmc(struct ck_ht *table, in ck_ht_put_spmc()
[all …]
/freebsd/stand/common/
H A Dpart.c228 ptable_gptread(struct ptable *table, void *dev, diskread_t dread) in ptable_gptread()
380 ptable_ebrread(struct ptable *table, void *dev, diskread_t dread) in ptable_ebrread()
456 ptable_bsdread(struct ptable *table, void *dev, diskread_t dread) in ptable_bsdread()
520 ptable_iso9660read(struct ptable *table, void *dev, diskread_t dread) in ptable_iso9660read()
561 struct ptable *table; in ptable_open() local
686 ptable_close(struct ptable *table) in ptable_close()
702 ptable_gettype(const struct ptable *table) in ptable_gettype()
709 ptable_getsize(const struct ptable *table, uint64_t *sizep) in ptable_getsize()
722 ptable_getpart(const struct ptable *table, struct ptable_entry *part, int index) in ptable_getpart()
757 ptable_getbestpart(const struct ptable *table, struct ptable_entry *part) in ptable_getbestpart()
[all …]
/freebsd/sys/arm64/acpica/
H A Dacpi_machdep.c67 void *table; in map_table() local
96 ACPI_TABLE_HEADER *table; in probe_table() local
116 acpi_unmap_table(void *table) in acpi_unmap_table()
145 ACPI_TABLE_HEADER *table; in acpi_find_table() local
/freebsd/usr.sbin/nscd/
H A Dhashtable.h66 #define HASHTABLE_ENTRIES_COUNT(table) \ argument
73 #define HASHTABLE_INIT(table, type, field, _entries_size) \ argument
93 #define HASHTABLE_DESTROY(table, field) \ argument
101 #define HASHTABLE_GET_ENTRY(table, hash) \ argument
107 #define HASHTABLE_FOREACH(table, var) \ argument
204 #define HASHTABLE_CALCULATE_HASH(name, table, data) \ argument
/freebsd/sbin/ipf/libipf/
H A Dfacpri.c25 typedef struct table { struct
28 } table_t; argument
/freebsd/sys/amd64/acpica/
H A Dacpi_machdep.c99 void *table; in map_table() local
127 ACPI_TABLE_HEADER *table; in probe_table() local
149 acpi_unmap_table(void *table) in acpi_unmap_table()
168 ACPI_TABLE_HEADER *table; in acpi_find_table() local
/freebsd/sys/i386/acpica/
H A Dacpi_machdep.c117 void *table; in map_table() local
145 ACPI_TABLE_HEADER *table; in probe_table() local
167 acpi_unmap_table(void *table) in acpi_unmap_table()
186 ACPI_TABLE_HEADER *table; in acpi_find_table() local

12345678910>>...15