Searched refs:d_id (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl03.c | 43 res_dquota.d_id = 1; in verify_quota() 49 res_dquota.d_id); in verify_quota()
|
D | quotactl02.h | 133 if (res_dquota.d_id != test_id) { in check_qlim() 135 res_dquota.d_id, test_id); in check_qlim()
|
/third_party/openssl/crypto/x509/ |
D | x_req.c | 131 void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *d_id) 134 x->distinguishing_id = d_id;
|
D | x_x509.c | 309 void X509_set0_distinguishing_id(X509 *x, ASN1_OCTET_STRING *d_id) in X509_set0_distinguishing_id() argument 312 x->distinguishing_id = d_id; in X509_set0_distinguishing_id()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | solaris.rs | 25 pub d_id: ::door_id_t
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 747 int m, p_id, piv, c_set, assoc, desig_type, ci_off, c_id, d_id, naa; in sg_get_designation_descriptor_str() local 868 d_id = sg_get_unaligned_be32(ip + 8); in sg_get_designation_descriptor_str() 870 d_id); in sg_get_designation_descriptor_str() 889 d_id = (((ip[0] & 0xf) << 8) | ip[1]); in sg_get_designation_descriptor_str() 894 "identifier A: 0x%x\n", lip, d_id); in sg_get_designation_descriptor_str() 1003 d_id = sg_get_unaligned_be16(ip + 2); in sg_get_designation_descriptor_str() 1005 lip, d_id); in sg_get_designation_descriptor_str() 1015 d_id = sg_get_unaligned_be16(ip + 2); in sg_get_designation_descriptor_str() 1017 d_id); in sg_get_designation_descriptor_str() 1027 d_id = sg_get_unaligned_be16(ip + 2); in sg_get_designation_descriptor_str() [all …]
|
/third_party/openssl/include/openssl/ |
D | x509.h.in | 576 void X509_set0_distinguishing_id(X509 *x, ASN1_OCTET_STRING *d_id); 578 void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *d_id);
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 25504 +unsigned d_id = ctx->pop_pack (); 25506 +ctx->add_link (b->leaf, d_id); 25518 +d_id = ctx->pop_pack (); // Serializer will automatically de-dup this with the previous 'd' 25520 +ctx->add_link (c->leaf, d_id);
|