Searched refs:entry (Results 1 - 25 of 1393) sorted by relevance

1234567891011>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Derr.D_PDESC_ZERO.badproc1.d36 pidgin:::entry
H A Derr.D_PROC_BADPID.badproc2.d36 pid0:::entry
H A Derr.D_PDESC_ZERO.badlib.d36 pid$1:libbmc_sucks.so.1::entry
H A Derr.D_PROC_FUNC.badfunc.d38 pid$1:a.out:ahl_r00lz:entry
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_entry_strmode.c29 struct archive_entry *entry; local
31 assert((entry = archive_entry_new()) != NULL);
33 archive_entry_set_mode(entry, AE_IFREG | 0642);
34 assertEqualString(archive_entry_strmode(entry), "-rw-r---w- ");
37 archive_entry_set_mode(entry, AE_IFREG | 0644);
38 archive_entry_set_hardlink(entry, "link");
39 assertEqualString(archive_entry_strmode(entry), "-rw-r--r-- ");
41 archive_entry_set_mode(entry, 0640);
42 archive_entry_set_hardlink(entry, "link");
43 assertEqualString(archive_entry_strmode(entry), "hr
[all...]
H A Dtest_link_resolver.c29 struct archive_entry *entry, *e2; local
37 /* Create an entry with only 1 link and try to linkify it. */
38 assert(NULL != (entry = archive_entry_new()));
39 archive_entry_set_pathname(entry, "test1");
40 archive_entry_set_ino(entry, 1);
41 archive_entry_set_dev(entry, 2);
42 archive_entry_set_nlink(entry, 1);
43 archive_entry_set_size(entry, 10);
44 archive_entry_linkify(resolver, &entry, &e2);
48 assertEqualInt(10, archive_entry_size(entry));
94 struct archive_entry *entry, *e2; local
129 struct archive_entry *entry, *e2; local
[all...]
H A Dtest_write_format_tar_v7tar.c53 struct archive_entry *entry; local
86 assert((entry = archive_entry_new()) != NULL);
87 archive_entry_set_mtime(entry, 1, 10);
88 archive_entry_set_pathname(entry, "file");
89 archive_entry_set_mode(entry, S_IFREG | 0664);
90 archive_entry_set_size(entry, 10);
91 archive_entry_set_uid(entry, 80);
92 archive_entry_set_gid(entry, 90);
93 archive_entry_set_dev(entry, 12);
94 archive_entry_set_ino(entry, 8
[all...]
H A Dtest_pax_filename_encoding.c52 struct archive_entry *entry; local
64 * First entry in this test archive has an invalid UTF-8 sequence
69 assertEqualInt(ARCHIVE_WARN, archive_read_next_header(a, &entry));
70 assertEqualString(filename, archive_entry_pathname(entry));
72 * Second entry is identical except that it does have
77 assertEqualInt(ARCHIVE_OK, archive_read_next_header(a, &entry));
78 assertEqualString(filename, archive_entry_pathname(entry));
92 struct archive_entry *entry; local
122 assert((entry = archive_entry_new()) != NULL);
124 archive_entry_copy_pathname(entry, filenam
340 struct archive_entry *entry; local
386 struct archive_entry *entry; local
433 struct archive_entry *entry; local
480 struct archive_entry *entry; local
529 struct archive_entry *entry; local
[all...]
H A Dtest_gnutar_filename_encoding.c31 struct archive_entry *entry; local
55 entry = archive_entry_new2(a);
57 archive_entry_set_pathname(entry, "\xD0\xBF\xD1\x80\xD0\xB8");
58 archive_entry_set_filetype(entry, AE_IFREG);
59 archive_entry_set_size(entry, 0);
60 assertEqualInt(ARCHIVE_OK, archive_write_header(a, entry));
61 archive_entry_free(entry);
72 struct archive_entry *entry; local
96 entry = archive_entry_new2(a);
98 archive_entry_set_pathname(entry, "\xD
113 struct archive_entry *entry; local
154 struct archive_entry *entry; local
199 struct archive_entry *entry; local
239 struct archive_entry *entry; local
274 struct archive_entry *entry; local
314 struct archive_entry *entry; local
354 struct archive_entry *entry; local
[all...]
H A Dtest_ustar_filename_encoding.c32 struct archive_entry *entry; local
56 entry = archive_entry_new2(a);
58 archive_entry_set_pathname(entry, "\xD0\xBF\xD1\x80\xD0\xB8");
59 archive_entry_set_filetype(entry, AE_IFREG);
60 archive_entry_set_size(entry, 0);
61 assertEqualInt(ARCHIVE_OK, archive_write_header(a, entry));
62 archive_entry_free(entry);
73 struct archive_entry *entry; local
97 entry = archive_entry_new2(a);
99 archive_entry_set_pathname(entry, "\xD
114 struct archive_entry *entry; local
155 struct archive_entry *entry; local
200 struct archive_entry *entry; local
240 struct archive_entry *entry; local
275 struct archive_entry *entry; local
315 struct archive_entry *entry; local
355 struct archive_entry *entry; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drw.d38 syscall::read:entry,
39 syscall::write:entry
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dprov.d2 probe entry();
/freebsd-current/contrib/expat/tests/
H A Dmemcheck.c58 AllocationEntry *const entry local
61 if (entry == NULL) {
65 entry->num_bytes = size;
66 entry->allocation = malloc(size);
67 if (entry->allocation == NULL) {
68 free(entry);
71 entry->next = NULL;
75 entry->prev = NULL;
76 alloc_head = alloc_tail = entry;
78 entry
88 AllocationEntry *entry; local
101 AllocationEntry *entry; local
129 AllocationEntry *entry; local
180 AllocationEntry *entry; local
[all...]
/freebsd-current/sys/contrib/ck/include/
H A Dck_hp_stack.h40 ck_hp_stack_push_mpmc(struct ck_stack *target, struct ck_stack_entry *entry) argument
43 ck_stack_push_upmc(target, entry);
48 ck_hp_stack_trypush_mpmc(struct ck_stack *target, struct ck_stack_entry *entry) argument
51 return ck_stack_trypush_upmc(target, entry);
57 struct ck_stack_entry *entry, *update; local
60 entry = ck_pr_load_ptr(&target->head);
61 if (entry == NULL)
64 ck_hp_set_fence(record, 0, entry);
65 } while (entry != ck_pr_load_ptr(&target->head));
67 while (ck_pr_cas_ptr_value(&target->head, entry, entr
89 struct ck_stack_entry *entry; local
[all...]
/freebsd-current/contrib/mandoc/
H A Dtest-dirent-namlen.c7 struct dirent entry; local
9 return sizeof(entry.d_namlen) == 0;
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_entry_sparse.c39 archive_entry_sparse_clear(struct archive_entry *entry) argument
43 while (entry->sparse_head != NULL) {
44 sp = entry->sparse_head->next;
45 free(entry->sparse_head);
46 entry->sparse_head = sp;
48 entry->sparse_tail = NULL;
52 archive_entry_sparse_add_entry(struct archive_entry *entry, argument
61 offset + length > archive_entry_size(entry))
64 if ((sp = entry->sparse_tail) != NULL) {
87 if (entry
102 archive_entry_sparse_count(struct archive_entry *entry) argument
128 archive_entry_sparse_reset(struct archive_entry * entry) argument
136 archive_entry_sparse_next(struct archive_entry * entry, la_int64_t *offset, la_int64_t *length) argument
[all...]
H A Darchive_entry_stat.c39 archive_entry_stat(struct archive_entry *entry) argument
42 if (entry->stat == NULL) {
43 entry->stat = calloc(1, sizeof(*st));
44 if (entry->stat == NULL)
46 entry->stat_valid = 0;
57 if (entry->stat_valid)
58 return (entry->stat);
60 st = entry->stat;
65 st->st_atime = archive_entry_atime(entry);
67 st->st_birthtime = archive_entry_birthtime(entry);
[all...]
H A Darchive_entry.c154 archive_entry_clear(struct archive_entry *entry) argument
156 if (entry == NULL)
158 archive_mstring_clean(&entry->ae_fflags_text);
159 archive_mstring_clean(&entry->ae_gname);
160 archive_mstring_clean(&entry->ae_hardlink);
161 archive_mstring_clean(&entry->ae_pathname);
162 archive_mstring_clean(&entry->ae_sourcepath);
163 archive_mstring_clean(&entry->ae_symlink);
164 archive_mstring_clean(&entry->ae_uname);
165 archive_entry_copy_mac_metadata(entry, NUL
176 archive_entry_clone(struct archive_entry *entry) argument
251 archive_entry_free(struct archive_entry *entry) argument
266 struct archive_entry *entry; local
281 archive_entry_atime(struct archive_entry *entry) argument
287 archive_entry_atime_nsec(struct archive_entry *entry) argument
293 archive_entry_atime_is_set(struct archive_entry *entry) argument
299 archive_entry_birthtime(struct archive_entry *entry) argument
305 archive_entry_birthtime_nsec(struct archive_entry *entry) argument
311 archive_entry_birthtime_is_set(struct archive_entry *entry) argument
317 archive_entry_ctime(struct archive_entry *entry) argument
323 archive_entry_ctime_is_set(struct archive_entry *entry) argument
329 archive_entry_ctime_nsec(struct archive_entry *entry) argument
335 archive_entry_dev(struct archive_entry *entry) argument
345 archive_entry_dev_is_set(struct archive_entry *entry) argument
351 archive_entry_devmajor(struct archive_entry *entry) argument
360 archive_entry_devminor(struct archive_entry *entry) argument
369 archive_entry_filetype(struct archive_entry *entry) argument
375 archive_entry_filetype_is_set(struct archive_entry *entry) argument
381 archive_entry_fflags(struct archive_entry *entry, unsigned long *set, unsigned long *clear) argument
398 archive_entry_fflags_text(struct archive_entry *entry) argument
428 archive_entry_gid(struct archive_entry *entry) argument
434 archive_entry_gid_is_set(struct archive_entry *entry) argument
440 archive_entry_gname(struct archive_entry *entry) argument
451 archive_entry_gname_utf8(struct archive_entry *entry) argument
463 archive_entry_gname_w(struct archive_entry *entry) argument
474 _archive_entry_gname_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
481 archive_entry_hardlink(struct archive_entry *entry) argument
495 archive_entry_hardlink_utf8(struct archive_entry *entry) argument
509 archive_entry_hardlink_w(struct archive_entry *entry) argument
523 _archive_entry_hardlink_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
535 archive_entry_ino(struct archive_entry *entry) argument
541 archive_entry_ino_is_set(struct archive_entry *entry) argument
547 archive_entry_ino64(struct archive_entry *entry) argument
553 archive_entry_mode(struct archive_entry *entry) argument
559 archive_entry_mtime(struct archive_entry *entry) argument
565 archive_entry_mtime_nsec(struct archive_entry *entry) argument
571 archive_entry_mtime_is_set(struct archive_entry *entry) argument
577 archive_entry_nlink(struct archive_entry *entry) argument
590 archive_entry_pathname(struct archive_entry *entry) argument
609 archive_entry_pathname_utf8(struct archive_entry *entry) argument
621 archive_entry_pathname_w(struct archive_entry *entry) argument
633 _archive_entry_pathname_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
640 archive_entry_perm(struct archive_entry *entry) argument
646 archive_entry_perm_is_set(struct archive_entry *entry) argument
652 archive_entry_rdev(struct archive_entry *entry) argument
662 archive_entry_rdevmajor(struct archive_entry *entry) argument
671 archive_entry_rdevminor(struct archive_entry *entry) argument
680 archive_entry_size(struct archive_entry *entry) argument
686 archive_entry_size_is_set(struct archive_entry *entry) argument
692 archive_entry_sourcepath(struct archive_entry *entry) argument
704 archive_entry_sourcepath_w(struct archive_entry *entry) argument
714 archive_entry_symlink(struct archive_entry *entry) argument
728 archive_entry_symlink_type(struct archive_entry *entry) argument
734 archive_entry_symlink_utf8(struct archive_entry *entry) argument
748 archive_entry_symlink_w(struct archive_entry *entry) argument
762 _archive_entry_symlink_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
774 archive_entry_uid(struct archive_entry *entry) argument
780 archive_entry_uid_is_set(struct archive_entry *entry) argument
786 archive_entry_uname(struct archive_entry *entry) argument
797 archive_entry_uname_utf8(struct archive_entry *entry) argument
808 archive_entry_uname_w(struct archive_entry *entry) argument
819 _archive_entry_uname_l(struct archive_entry *entry, const char **p, size_t *len, struct archive_string_conv *sc) argument
826 archive_entry_is_data_encrypted(struct archive_entry *entry) argument
832 archive_entry_is_metadata_encrypted(struct archive_entry *entry) argument
838 archive_entry_is_encrypted(struct archive_entry *entry) argument
848 archive_entry_set_filetype(struct archive_entry *entry, unsigned int type) argument
857 archive_entry_set_fflags(struct archive_entry *entry, unsigned long set, unsigned long clear) argument
866 archive_entry_copy_fflags_text(struct archive_entry *entry, const char *flags) argument
875 archive_entry_copy_fflags_text_w(struct archive_entry *entry, const wchar_t *flags) argument
884 archive_entry_set_gid(struct archive_entry *entry, la_int64_t g) argument
892 archive_entry_set_gname(struct archive_entry *entry, const char *name) argument
898 archive_entry_set_gname_utf8(struct archive_entry *entry, const char *name) argument
904 archive_entry_copy_gname(struct archive_entry *entry, const char *name) argument
910 archive_entry_copy_gname_w(struct archive_entry *entry, const wchar_t *name) argument
916 archive_entry_update_gname_utf8(struct archive_entry *entry, const char *name) argument
927 _archive_entry_copy_gname_l(struct archive_entry *entry, const char *name, size_t len, struct archive_string_conv *sc) argument
934 archive_entry_set_ino(struct archive_entry *entry, la_int64_t ino) argument
942 archive_entry_set_ino64(struct archive_entry *entry, la_int64_t ino) argument
950 archive_entry_set_hardlink(struct archive_entry *entry, const char *target) argument
960 archive_entry_set_hardlink_utf8(struct archive_entry *entry, const char *target) argument
970 archive_entry_copy_hardlink(struct archive_entry *entry, const char *target) argument
980 archive_entry_copy_hardlink_w(struct archive_entry *entry, const wchar_t *target) argument
990 archive_entry_update_hardlink_utf8(struct archive_entry *entry, const char *target) argument
1005 _archive_entry_copy_hardlink_l(struct archive_entry *entry, const char *target, size_t len, struct archive_string_conv *sc) argument
1020 archive_entry_set_atime(struct archive_entry *entry, time_t t, long ns) argument
1030 archive_entry_unset_atime(struct archive_entry *entry) argument
1037 archive_entry_set_birthtime(struct archive_entry *entry, time_t t, long ns) argument
1047 archive_entry_unset_birthtime(struct archive_entry *entry) argument
1054 archive_entry_set_ctime(struct archive_entry *entry, time_t t, long ns) argument
1064 archive_entry_unset_ctime(struct archive_entry *entry) argument
1071 archive_entry_set_dev(struct archive_entry *entry, dev_t d) argument
1080 archive_entry_set_devmajor(struct archive_entry *entry, dev_t m) argument
1089 archive_entry_set_devminor(struct archive_entry *entry, dev_t m) argument
1099 archive_entry_set_link(struct archive_entry *entry, const char *target) argument
1108 archive_entry_set_link_utf8(struct archive_entry *entry, const char *target) argument
1118 archive_entry_copy_link(struct archive_entry *entry, const char *target) argument
1128 archive_entry_copy_link_w(struct archive_entry *entry, const wchar_t *target) argument
1137 archive_entry_update_link_utf8(struct archive_entry *entry, const char *target) argument
1154 _archive_entry_copy_link_l(struct archive_entry *entry, const char *target, size_t len, struct archive_string_conv *sc) argument
1169 archive_entry_set_mode(struct archive_entry *entry, mode_t m) argument
1177 archive_entry_set_mtime(struct archive_entry *entry, time_t t, long ns) argument
1187 archive_entry_unset_mtime(struct archive_entry *entry) argument
1194 archive_entry_set_nlink(struct archive_entry *entry, unsigned int nlink) argument
1201 archive_entry_set_pathname(struct archive_entry *entry, const char *name) argument
1207 archive_entry_set_pathname_utf8(struct archive_entry *entry, const char *name) argument
1213 archive_entry_copy_pathname(struct archive_entry *entry, const char *name) argument
1219 archive_entry_copy_pathname_w(struct archive_entry *entry, const wchar_t *name) argument
1225 archive_entry_update_pathname_utf8(struct archive_entry *entry, const char *name) argument
1236 _archive_entry_copy_pathname_l(struct archive_entry *entry, const char *name, size_t len, struct archive_string_conv *sc) argument
1244 archive_entry_set_perm(struct archive_entry *entry, mode_t p) argument
1253 archive_entry_set_rdev(struct archive_entry *entry, dev_t m) argument
1261 archive_entry_set_rdevmajor(struct archive_entry *entry, dev_t m) argument
1269 archive_entry_set_rdevminor(struct archive_entry *entry, dev_t m) argument
1277 archive_entry_set_size(struct archive_entry *entry, la_int64_t s) argument
1285 archive_entry_unset_size(struct archive_entry *entry) argument
1292 archive_entry_copy_sourcepath(struct archive_entry *entry, const char *path) argument
1298 archive_entry_copy_sourcepath_w(struct archive_entry *entry, const wchar_t *path) argument
1304 archive_entry_set_symlink(struct archive_entry *entry, const char *linkname) argument
1314 archive_entry_set_symlink_type(struct archive_entry *entry, int type) argument
1320 archive_entry_set_symlink_utf8(struct archive_entry *entry, const char *linkname) argument
1330 archive_entry_copy_symlink(struct archive_entry *entry, const char *linkname) argument
1340 archive_entry_copy_symlink_w(struct archive_entry *entry, const wchar_t *linkname) argument
1350 archive_entry_update_symlink_utf8(struct archive_entry *entry, const char *linkname) argument
1365 _archive_entry_copy_symlink_l(struct archive_entry *entry, const char *linkname, size_t len, struct archive_string_conv *sc) argument
1380 archive_entry_set_uid(struct archive_entry *entry, la_int64_t u) argument
1388 archive_entry_set_uname(struct archive_entry *entry, const char *name) argument
1394 archive_entry_set_uname_utf8(struct archive_entry *entry, const char *name) argument
1400 archive_entry_copy_uname(struct archive_entry *entry, const char *name) argument
1406 archive_entry_copy_uname_w(struct archive_entry *entry, const wchar_t *name) argument
1412 archive_entry_update_uname_utf8(struct archive_entry *entry, const char *name) argument
1423 archive_entry_set_is_data_encrypted(struct archive_entry *entry, char is_encrypted) argument
1433 archive_entry_set_is_metadata_encrypted(struct archive_entry *entry, char is_encrypted) argument
1443 _archive_entry_copy_uname_l(struct archive_entry *entry, const char *name, size_t len, struct archive_string_conv *sc) argument
1451 archive_entry_mac_metadata(struct archive_entry *entry, size_t *s) argument
1458 archive_entry_copy_mac_metadata(struct archive_entry *entry, const void *p, size_t s) argument
1476 archive_entry_digest(struct archive_entry *entry, int type) argument
1497 archive_entry_set_digest(struct archive_entry *entry, int type, const unsigned char *digest) argument
1540 archive_entry_acl(struct archive_entry *entry) argument
1546 archive_entry_acl_clear(struct archive_entry *entry) argument
1555 archive_entry_acl_add_entry(struct archive_entry *entry, int type, int permset, int tag, int id, const char *name) argument
1565 archive_entry_acl_add_entry_w(struct archive_entry *entry, int type, int permset, int tag, int id, const wchar_t *name) argument
1576 archive_entry_acl_types(struct archive_entry *entry) argument
1585 archive_entry_acl_count(struct archive_entry *entry, int want_type) argument
1596 archive_entry_acl_reset(struct archive_entry *entry, int want_type) argument
1606 archive_entry_acl_next(struct archive_entry *entry, int want_type, int *type, int *permset, int *tag, int *id, const char **name) argument
1622 archive_entry_acl_to_text_w(struct archive_entry *entry, la_ssize_t *len, int flags) argument
1630 archive_entry_acl_to_text(struct archive_entry *entry, la_ssize_t *len, int flags) argument
1637 _archive_entry_acl_to_text_l(struct archive_entry *entry, ssize_t *len, int flags, struct archive_string_conv *sc) argument
1647 archive_entry_acl_from_text_w(struct archive_entry *entry, const wchar_t *wtext, int type) argument
1654 archive_entry_acl_from_text(struct archive_entry *entry, const char *text, int type) argument
1661 _archive_entry_acl_from_text_l(struct archive_entry *entry, const char *text, int type, struct archive_string_conv *sc) argument
1689 archive_entry_acl_text_w(struct archive_entry *entry, int flags) argument
1701 archive_entry_acl_text(struct archive_entry *entry, int flags) argument
1714 _archive_entry_acl_text_l(struct archive_entry *entry, int flags, const char **acl_text, size_t *len, struct archive_string_conv *sc) argument
2165 struct archive_entry *entry = archive_entry_new(); local
[all...]
H A Darchive_entry_copy_stat.c36 archive_entry_copy_stat(struct archive_entry *entry, const struct stat *st) argument
39 archive_entry_set_atime(entry, st->st_atime, st->st_atimespec.tv_nsec);
40 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec);
41 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtimespec.tv_nsec);
43 archive_entry_set_atime(entry, st->st_atime, st->st_atim.tv_nsec);
44 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec);
45 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtim.tv_nsec);
47 archive_entry_set_atime(entry, st->st_atime, st->st_atime_nsec);
48 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctime_nsec);
49 archive_entry_set_mtime(entry, s
[all...]
/freebsd-current/contrib/netbsd-tests/include/sys/
H A Dt_pslist.c52 struct pslist_entry entry; member in struct:element
54 { .i = 0, .entry = PSLIST_ENTRY_INITIALIZER },
71 PSLIST_ENTRY_DESTROY(&elements[0], entry);
74 PSLIST_ENTRY_INIT(&elements[i], entry);
76 PSLIST_WRITER_INSERT_HEAD(&h, &elements[4], entry);
77 PSLIST_WRITER_INSERT_BEFORE(&elements[4], &elements[2], entry);
78 PSLIST_WRITER_INSERT_BEFORE(&elements[4], &elements[3], entry);
79 PSLIST_WRITER_INSERT_BEFORE(&elements[2], &elements[1], entry);
80 PSLIST_WRITER_INSERT_HEAD(&h, &elements[0], entry);
81 PSLIST_WRITER_INSERT_AFTER(&elements[4], &elements[5], entry);
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_scatter.c42 void drm_sg_cleanup(struct drm_sg_mem * entry) argument
44 if (entry == NULL)
47 if (entry->vaddr != NULL)
48 kmem_free(entry->vaddr, IDX_TO_OFF(entry->pages));
50 free(entry->busaddr, DRM_MEM_SGLISTS);
51 free(entry, DRM_MEM_DRIVER);
56 struct drm_sg_mem *entry; local
68 entry = malloc(sizeof(*entry), DRM_MEM_DRIVE
118 struct drm_sg_mem *entry; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.badinstr.d33 pid$1:a.out:badfunc:entry
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.c36 struct ttm_validate_buffer *entry; local
38 list_for_each_entry(entry, list, head) {
39 struct ttm_buffer_object *bo = entry->bo;
40 if (!entry->reserved)
43 if (entry->removed) {
45 entry->removed = false;
48 entry->reserved = false;
56 struct ttm_validate_buffer *entry; local
58 list_for_each_entry(entry, list, head) {
59 struct ttm_buffer_object *bo = entry
72 struct ttm_validate_buffer *entry; local
86 struct ttm_validate_buffer *entry; local
114 struct ttm_validate_buffer *entry; local
205 struct ttm_validate_buffer *entry; local
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.c31 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx);
39 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) argument
41 os_free(entry->vlan_desc);
42 os_free(entry->identity);
43 wpabuf_free(entry->cui);
45 radius_free_class(&entry->radius_class);
47 bin_clear_free(entry, sizeof(*entry));
52 struct rsn_pmksa_cache_entry *entry)
58 pmksa->free_cb(entry, pmks
51 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry) argument
141 pmksa_cache_from_eapol_data(struct rsn_pmksa_cache_entry *entry, struct eapol_state_machine *eapol) argument
180 pmksa_cache_to_eapol_data(struct hostapd_data *hapd, struct rsn_pmksa_cache_entry *entry, struct eapol_state_machine *eapol) argument
222 pmksa_cache_link_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry) argument
285 struct rsn_pmksa_cache_entry *entry; local
320 struct rsn_pmksa_cache_entry *entry; local
365 pmksa_cache_auth_add_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry) argument
398 struct rsn_pmksa_cache_entry *entry; local
445 struct rsn_pmksa_cache_entry *entry, *prev; local
477 struct rsn_pmksa_cache_entry *entry; local
513 struct rsn_pmksa_cache_entry *entry; local
541 pmksa_cache_auth_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx), void *ctx) argument
556 das_attr_match(struct rsn_pmksa_cache_entry *entry, struct radius_das_attrs *attr) argument
605 struct rsn_pmksa_cache_entry *entry, *prev; local
640 struct rsn_pmksa_cache_entry *entry; local
691 struct rsn_pmksa_cache_entry *entry; local
[all...]
/freebsd-current/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c27 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx,
29 bool (*is_current_cb)(struct rsn_pmksa_cache_entry *entry,
38 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) argument
40 bin_clear_free(entry, sizeof(*entry));
45 struct rsn_pmksa_cache_entry *entry,
48 wpa_sm_remove_pmkid(pmksa->sm, entry->network_ctx, entry->aa,
49 entry->pmkid,
50 entry
44 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, enum pmksa_free_reason reason) argument
63 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
108 struct rsn_pmksa_cache_entry *entry; local
178 struct rsn_pmksa_cache_entry *entry; local
217 pmksa_cache_add_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry) argument
334 struct rsn_pmksa_cache_entry *entry, *prev = NULL, *tmp; local
371 struct rsn_pmksa_cache_entry *entry, *prev; local
402 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
463 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
503 struct rsn_pmksa_cache_entry *entry; local
628 struct rsn_pmksa_cache_entry *entry; local
696 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), bool (*is_current_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx), void *ctx, struct wpa_sm *sm) argument
718 struct rsn_pmksa_cache_entry *entry; local
[all...]

Completed in 169 milliseconds

1234567891011>>