Home
last modified time | relevance | path

Searched defs:id (Results 101 – 125 of 1887) sorted by relevance

12345678910>>...76

/freebsd/sys/ufs/ufs/
H A Dufs_quota.c794 _getquota(struct thread *td, struct mount *mp, uint64_t id, int type, in _getquota()
835 _setquota(struct thread *td, struct mount *mp, uint64_t id, int type, in _setquota()
898 _setuse(struct thread *td, struct mount *mp, uint64_t id, int type, in _setuse()
945 getquota32(struct thread *td, struct mount *mp, uint64_t id, int type, in getquota32()
961 setquota32(struct thread *td, struct mount *mp, uint64_t id, int type, in setquota32()
977 setuse32(struct thread *td, struct mount *mp, uint64_t id, int type, void *addr) in setuse32()
1018 setuse(struct thread *td, struct mount *mp, uint64_t id, int type, void *addr) in setuse()
1034 getquotasize(struct thread *td, struct mount *mp, uint64_t id, int type, in getquotasize()
1136 #define DQHASH(dqvp, id) \ argument
1190 dqhashfind(struct dqhash *dqh, uint64_t id, struct vnode *dqvp) in dqhashfind()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_acl.c169 int type, int permset, int tag, int id, const char *name) in archive_acl_add_entry()
269 int type, int permset, int tag, int id) in acl_new_entry()
432 int *type, int *permset, int *tag, int *id, const char **name) in archive_acl_next()
673 int id, r, want_type; in archive_acl_to_text_w() local
768 append_id_w(wchar_t **wp, int id) in append_id_w()
779 int tag, int flags, const wchar_t *wname, int perm, int id) in append_entry_w()
906 int id, r, want_type; in archive_acl_to_text_l() local
1003 append_id(char **p, int id) in append_id()
1014 int tag, int flags, const char *name, int perm, int id) in append_entry()
1147 int type, types, tag, permset, id; in archive_acl_from_text_w() local
[all …]
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_beacon.c48 rtwn_reset_beacon_valid(struct rtwn_softc *sc, int id) in rtwn_reset_beacon_valid()
63 rtwn_check_beacon_valid(struct rtwn_softc *sc, int id) in rtwn_check_beacon_valid()
88 rtwn_switch_bcnq(struct rtwn_softc *sc, int id) in rtwn_switch_bcnq()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp25 u32 id; member
38 u32 id = cv.GetAllocStackId(); in ProcessChunk() local
84 void Insert(u32 id, uptr size) { in Insert()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_sim.c377 struct eap_sim_data *data, int id) in eap_sim_clear_identities()
485 struct eap_sim_data *data, u8 id, in eap_sim_response_start()
548 u8 id) in eap_sim_response_challenge()
568 u8 id, int counter_too_small, in eap_sim_response_reauth()
610 u8 id, u16 notification) in eap_sim_response_notification()
643 struct eap_sim_data *data, u8 id, in eap_sim_process_start()
719 u8 id, in eap_sim_process_challenge()
928 struct eap_sm *sm, struct eap_sim_data *data, u8 id, in eap_sim_process_notification()
964 struct eap_sm *sm, struct eap_sim_data *data, u8 id, in eap_sim_process_reauthentication()
1096 u8 subtype, id; in eap_sim_process() local
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_trust.c65 int X509_check_trust(X509 *x, int id, int flags) in X509_check_trust()
97 int X509_TRUST_get_by_id(int id) in X509_TRUST_get_by_id()
123 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), in X509_TRUST_add() argument
251 static int obj_trust(int id, X509 *x, int flags) in obj_trust()
H A Dv3_sxnet.c62 SXNETID *id; variable
164 SXNETID *id = NULL; in SXNET_add_id_INTEGER() local
244 SXNETID *id; in SXNET_get_id_INTEGER() local
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc57 std::string IdToKey(int id, const char* suffix) { in IdToKey()
63 std::string IdToString(int id) { in IdToString()
70 const std::vector<TestProperty>& properties, int id, const char* suffix) { in ExpectKeyAndValueWereRecordedForId()
81 void ManyAsserts(int id) { in ManyAsserts()
/freebsd/sys/security/audit/
H A Daudit_dtrace.c294 dtaudit_getargdesc(void *arg, dtrace_id_t id, void *parg, in dtaudit_getargdesc()
441 dtaudit_destroy(void *arg, dtrace_id_t id, void *parg) in dtaudit_destroy()
446 dtaudit_enable(void *arg, dtrace_id_t id, void *parg) in dtaudit_enable()
464 dtaudit_disable(void *arg, dtrace_id_t id, void *parg) in dtaudit_disable()
/freebsd/crypto/openssl/test/
H A Dacvp_test.c115 static int ecdsa_keygen_test(int id) in ecdsa_keygen_test()
247 static int ecdsa_siggen_test(int id) in ecdsa_siggen_test()
274 static int ecdsa_sigver_test(int id) in ecdsa_sigver_test()
369 static int dsa_keygen_test(int id) in dsa_keygen_test()
520 static int dsa_pqver_test(int id) in dsa_pqver_test()
589 static int dsa_siggen_test(int id) in dsa_siggen_test()
615 static int dsa_sigver_test(int id) in dsa_sigver_test()
1051 static int rsa_keygen_test(int id) in rsa_keygen_test()
1158 static int rsa_siggen_test(int id) in rsa_siggen_test()
1199 static int rsa_sigver_test(int id) in rsa_sigver_test()
[all …]
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_cm.h86 __u32 id; member
91 __u32 id; member
101 __u32 id; member
114 __u32 id; member
121 __u32 id; member
126 __u32 id; member
132 __u32 id; member
138 __u32 id; member
163 __u32 id; member
178 __u32 id; member
[all …]
/freebsd/usr.bin/quota/
H A Dquota.c266 showquotas(int type, u_long id, const char *name) in showquotas()
378 showrawquotas(int type, u_long id, struct quotause *qup) in showrawquotas()
415 heading(int type, u_long id, const char *name, const char *tag) in heading()
475 getprivs(long id, int quotatype) in getprivs()
544 getufsquota(struct fstab *fs, struct quotause *qup, long id, int quotatype) in getufsquota()
557 getnfsquota(struct statfs *fst, struct quotause *qup, long id, int quotatype) in getnfsquota()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dkauth.c52 krb5_ccache id; in dest_cc() local
106 krb5_ccache id; in afslog() local
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_lru.c148 find_node(br_ssl_session_cache_lru *cc, const unsigned char *id, in find_node()
327 unsigned char id[SESSION_ID_LEN]; in lru_save() local
433 unsigned char id[SESSION_ID_LEN]; in lru_load() local
509 br_ssl_session_cache_lru *cc, const unsigned char *id) in br_ssl_session_cache_lru_forget()
/freebsd/sys/xen/
H A Dblkif.h45 uint64_t id; /* private guest value, echoed in resp */ member
50 uint64_t id; /* copied from request */ member
63 uint64_t __attribute__((__aligned__(8))) id; member
68 uint64_t __attribute__((__aligned__(8))) id; member
/freebsd/crypto/openssl/crypto/evp/
H A Ddh_support.c17 int id; member
39 const char *ossl_dh_gen_type_id2name(int id) in ossl_dh_gen_type_id2name()
/freebsd/sys/kern/
H A Dkern_module.c51 int id; /* unique id number */ member
363 int id; member
370 int id; member
380 int id, namelen, refs, version; in sys_modstat() local
486 int id; member
494 int id; member
504 int id, namelen, refs, version; in freebsd32_modstat() local
/freebsd/sbin/pflowctl/
H A Dpflowctl.c67 int ret, id; in pflow_to_id() local
81 int id; member
133 int id; member
192 int id; in del() local
253 int id; member
317 get(int id) in get()
364 int id; member
/freebsd/contrib/libfido2/tools/
H A Dbio.c25 char *id = NULL; in print_template() local
77 bio_set_name(const char *path, const char *id, const char *name) in bio_set_name()
208 bio_delete(const char *path, const char *id) in bio_delete()
/freebsd/lib/libc/net/
H A Deui64.c199 eui64_ntoa(const struct eui64 *id, char *a, size_t len) in eui64_ntoa()
215 eui64_ntohost(char *hostname, size_t len, const struct eui64 *id) in eui64_ntohost()
266 eui64_hostton(const char *hostname, struct eui64 *id) in eui64_hostton()
/freebsd/sys/dev/clk/xilinx/
H A Dzynqmp_clock.c90 uint32_t id; member
115 uint32_t id; member
225 zynqmp_fw_clk_get_name(struct zynqmp_clock_softc *sc, struct zynqmp_clk *clk, uint32_t id) in zynqmp_fw_clk_get_name()
243 zynqmp_fw_clk_get_attributes(struct zynqmp_clock_softc *sc, struct zynqmp_clk *clk, uint32_t id) in zynqmp_fw_clk_get_attributes()
256 zynqmp_fw_clk_get_parents(struct zynqmp_clock_softc *sc, struct zynqmp_clk *clk, uint32_t id) in zynqmp_fw_clk_get_parents()
300 zynqmp_fw_clk_get_topology(struct zynqmp_clock_softc *sc, struct zynqmp_clk *clk, uint32_t id) in zynqmp_fw_clk_get_topology()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h103 unsigned id = Opt.getID(); in getInfo() local
132 StringRef getOptionName(OptSpecifier id) const { in getOptionName()
137 unsigned getOptionKind(OptSpecifier id) const { in getOptionKind()
142 unsigned getOptionGroupID(OptSpecifier id) const { in getOptionGroupID()
147 const char *getOptionHelpText(OptSpecifier id) const { in getOptionHelpText()
153 const char *getOptionMetaVar(OptSpecifier id) const { in getOptionMetaVar()
/freebsd/sys/cddl/dev/kinst/
H A Dkinst.c220 kinst_getargdesc(void *arg, dtrace_id_t id, void *parg, dtrace_argdesc_t *desc) in kinst_getargdesc()
226 kinst_destroy(void *arg, dtrace_id_t id, void *parg) in kinst_destroy()
238 kinst_enable(void *arg, dtrace_id_t id, void *parg) in kinst_enable()
253 kinst_disable(void *arg, dtrace_id_t id, void *parg) in kinst_disable()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp49 u32 id() const { return id_; } in id() function
108 void ChainedOriginDepotNode::store(u32 id, const args_type &args, in store()
119 ChainedOriginDepotNode::Handle ChainedOriginDepotNode::get_handle(u32 id) { in get_handle()
136 u32 ChainedOriginDepot::Get(u32 id, u32 *other) { in Get()
/freebsd/contrib/xz/src/liblzma/common/
H A Dfilter_encoder.c23 lzma_vli id; member
177 encoder_find(lzma_vli id) in encoder_find()
188 lzma_filter_encoder_is_supported(lzma_vli id) in lzma_filter_encoder_is_supported()

12345678910>>...76