Home
last modified time | relevance | path

Searched refs:d_id (Results 1 – 12 of 12) sorted by relevance

/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl03.c65 res_dquota.d_id = 1; in verify_quota()
71 " %u unexpectedly", res_dquota.d_id); in verify_quota()
Dquotactl02.c139 if (res_dquota.d_id != test_id) { in check_qlim()
141 " expected %u", res_dquota.d_id, test_id); in check_qlim()
/external/u-boot/include/faraday/
Dftpci100.h79 unsigned short d_id; /* device id */ member
/external/u-boot/drivers/pci/
Dpci_ftpci100.c186 devs[priv->ndevs].d_id = (u16)((data32 & \ in pci_bus_scan()
210 devs[priv->ndevs].d_id, in pci_bus_scan()
/external/strace/
Dquota.c90 uint32_t d_id; /* user, project, or group ID */ member
247 PRINT_FIELD_U(", ", dq, d_id); in decode_cmd_data()
/external/kernel-headers/original/uapi/linux/
Ddqblk_xfs.h57 __u32 d_id; /* user, project, or group ID */ member
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c747 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 …]
/external/strace/tests/
Dquotactl-xfs.c105 PRINT_FIELD_U(", ", *dq, d_id); in print_xdisk_quota()
/external/strace/tests-mx32/
Dquotactl-xfs.c105 PRINT_FIELD_U(", ", *dq, d_id); in print_xdisk_quota()
/external/strace/tests-m32/
Dquotactl-xfs.c105 PRINT_FIELD_U(", ", *dq, d_id); in print_xdisk_quota()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc1373 int d_id = delete_nodes.front(); in DeleteReachableAndDeadNodes() local
1375 if (deleted[d_id]) continue; in DeleteReachableAndDeadNodes()
1376 Node* d = graph_->FindNodeId(d_id); in DeleteReachableAndDeadNodes()
1382 deleted[d_id] = true; in DeleteReachableAndDeadNodes()
/external/v8/src/wasm/
Dwasm-opcodes.h259 V(F64AsmjsStoreMem, 0xe2, d_id) \
530 V(d_id, kWasmF64, kWasmI32, kWasmF64) \