Home
last modified time | relevance | path

Searched defs:names (Results 1 – 25 of 186) sorted by relevance

12345678

/freebsd/sys/dev/drm2/
H A Ddrm_gem_names.c45 drm_gem_names_init(struct drm_gem_names *names) in drm_gem_names_init()
55 drm_gem_names_fini(struct drm_gem_names *names) in drm_gem_names_fini()
74 gem_name_hash_index(struct drm_gem_names *names, int name) in gem_name_hash_index()
81 drm_gem_name_ref(struct drm_gem_names *names, uint32_t name, in drm_gem_name_ref()
118 drm_gem_find_name(struct drm_gem_names *names, void *ptr) in drm_gem_find_name()
129 drm_gem_find_ptr(struct drm_gem_names *names, uint32_t name) in drm_gem_find_ptr()
147 drm_gem_name_create(struct drm_gem_names *names, void *p, uint32_t *name) in drm_gem_name_create()
171 drm_gem_names_delete_name(struct drm_gem_names *names, struct drm_gem_name *np) in drm_gem_names_delete_name()
182 drm_gem_names_remove(struct drm_gem_names *names, uint32_t name) in drm_gem_names_remove()
200 drm_gem_names_foreach(struct drm_gem_names *names, in drm_gem_names_foreach()
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_get.c133 get_values_vt(profile_t profile, const char *const *names, char ***ret_values) in get_values_vt()
156 profile_get_values(profile_t profile, const char *const *names, in profile_get_values()
200 get_value_vt(profile_t profile, const char *const *names, char **ret_value) in get_value_vt()
219 errcode_t profile_get_value(profile_t profile, const char **names, in profile_get_value()
258 const char *names[4]; in profile_get_string() local
314 const char *names[4]; in profile_get_integer() local
377 const char *names[4]; in profile_get_boolean() local
405 profile_get_subsection_names(profile_t profile, const char **names, in profile_get_subsection_names()
443 profile_get_relation_names(profile_t profile, const char **names, in profile_get_relation_names()
483 profile_iterator_create(profile_t profile, const char *const *names, int flags, in profile_iterator_create()
H A Dprof_set.c77 profile_update_relation(profile_t profile, const char **names, in profile_update_relation()
135 profile_clear_relation(profile_t profile, const char **names) in profile_clear_relation()
187 profile_rename_section(profile_t profile, const char **names, in profile_rename_section()
244 profile_add_relation(profile_t profile, const char **names, in profile_add_relation()
H A Dtest_vtable.c46 basic_get_values(void *cbdata, const char *const *names, char ***ret_values) in basic_get_values()
68 full_get_values(void *cbdata, const char *const *names, char ***ret_values) in full_get_values()
105 full_iterator_create(void *cbdata, const char *const *names, int flags, in full_iterator_create()
174 full_update_relation(void *cbdata, const char **names, in full_update_relation()
185 full_rename_section(void *cbdata, const char **names, const char *new_name) in full_rename_section()
194 full_add_relation(void *cbdata, const char **names, const char *new_value) in full_add_relation()
H A Dt_profile.c79 const char *names[] = { "test section 1", "child_section", "child", NULL }; in test_iterate() local
170 const char *names[] = { "test section 1", "quux", NULL }; in test_clear() local
189 const char *names[] = { "test section 1", "bar", NULL }; in test_include() local
296 const char *names[] = { "test section 1", "testkey", NULL }; in test_delete_clear_relation() local
311 const char *names[] = { "test section 1", "testkey", NULL }; in test_delete_ordering() local
H A Dtest_profile.c29 const char **names, *name; in do_batchmode() local
117 const char **names; in main() local
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_acpi_sar.h24 u8 names[4]; member
36 u8 names[4]; member
55 u8 names[4]; member
68 u8 names[4]; member
76 u8 names[4]; member
85 u8 names[4]; member
/freebsd/contrib/diff/src/
H A Ddir.c38 char const **names; /* Sorted names of files in dir, followed by 0. */ member
62 char const **names; in dir_read() local
226 char const **volatile names[2]; in diff_dirs() local
/freebsd/usr.sbin/cron/lib/
H A Dentry.c529 get_list(bitstr_t *bits, int low, int high, const char *names[], int ch, in get_list()
579 get_range(bitstr_t *bits, int low, int high, const char *names[], int ch, in get_range()
668 get_number(int *numptr, int low, const char *names[], int ch, FILE *file) in get_number()
/freebsd/stand/ficl/
H A Dloader.c73 int names, values; in ficlSetenv() local
110 int names, values, overwrite; in ficlSetenvq() local
148 int names; in ficlGetenv() local
183 int names; in ficlUnsetenv() local
257 int names, types; in ficlFindfile() local
/freebsd/crypto/openssl/crypto/
H A Dcore_namemap.c111 NAMES *names; in ossl_namemap_doall_names() local
196 NAMES *names; in ossl_namemap_num2name() local
218 NAMES *names; in numname_insert() local
308 const char *names, const char separator) in ossl_namemap_add_names()
/freebsd/usr.bin/users/
H A Dusers.cc48 set<string> names; in main() local
/freebsd/sbin/hastd/
H A Dparse.y426 char *names; variable
800 static char names[MAXHOSTNAMELEN * 3]; in node_names() local
/freebsd/crypto/openssl/crypto/x509/
H A Dx509aset.c37 static int replace_dirName(GENERAL_NAMES **names, const X509_NAME *dirName) in replace_dirName()
124 void X509_ACERT_set0_holder_entityName(X509_ACERT *x, GENERAL_NAMES *names) in X509_ACERT_set0_holder_entityName()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_by_name.c46 struct { const char *name; int (*setter)(struct archive *); } names[] = global() variable
H A Darchive_write_set_format_by_name.c45 struct { const char *name; int (*setter)(struct archive *); } names[] = global() variable
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dt_ctxprf.c57 const char *names[] = { "realms", "KRBTEST.COM", "kdc", NULL }; in main() local
/freebsd/contrib/unbound/services/
H A Dmodstack.c154 static const char* names[] = { in module_list_avail() local
220 const char** names = module_list_avail(); in module_factory() local
/freebsd/crypto/openssl/apps/lib/
H A Dnames.c29 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names) in print_names()
/freebsd/contrib/wpa/src/fst/
H A Dfst_ctrl_aux.c44 const char * fst_get_str_name(unsigned index, const char *names[], in fst_get_str_name()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp48 const BreakpointSP &bkpt, const char *names[], size_t num_names, in BreakpointResolverName() argument
60 const BreakpointSP &bkpt, const std::vector<std::string> &names, in BreakpointResolverName() argument
157 std::vector<std::string> names; CreateFromStructuredData() local
[all...]
/freebsd/usr.bin/mail/
H A Dnames.c275 outof(struct name *names, FILE *fo, struct header *hp) in outof()
448 usermap(struct name *names) in usermap()
589 elide(struct name *names) in elide()
/freebsd/contrib/ncurses/include/
H A Dterm_entry.h80 #define ExtBoolname(tp,i,names) EXT_NAMES(tp, i, BOOLCOUNT, (i - (tp->num_Booleans - tp->ext_Boolea… argument
81 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)… argument
82 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)… argument
/freebsd/contrib/ldns/
H A Dhigher.c111 ldns_rr_list *names; in ldns_get_rr_list_name_by_addr() local
249 ldns_rr_list *names; in ldns_get_rr_list_hosts_frm_file() local
/freebsd/usr.bin/procstat/
H A Dprocstat_kqueue.c98 procstat_kqueue_flags(const struct pk_elem *names, unsigned flags, bool commas) in procstat_kqueue_flags()
211 const struct pk_elem *names; in procstat_kqueue_fflags() local

12345678