/linux/fs/ntfs/ |
A D | layout.h | 1328 } __attribute__ ((__packed__)) SID; typedef 1574 /* 8*/ SID sid; /* The SID associated with the ACE. */ 1599 /* 44*/ SID sid; /* The SID associated with the ACE. */ 1743 SID *owner; /* Points to a SID representing an object's owner. If 1746 SID *group; /* Points to a SID representing an object's primary 2140 SID sid; /* The SID of the user/object associated with 2255 SID sid; /* $O index in FILE_Extend/$Quota:
|
/linux/Documentation/devicetree/bindings/mfd/ |
A D | qcom,spmi-pmic.txt | 66 SID = 0. The regulator device node represents a peripheral of pm8941 SID = 1.
|
/linux/Documentation/devicetree/bindings/display/msm/ |
A D | dpu-sdm845.yaml | 57 - description: Phandle to apps_smmu node with SID mask for Hard-Fail port0 58 - description: Phandle to apps_smmu node with SID mask for Hard-Fail port1
|
A D | dpu-sc7180.yaml | 57 - description: Phandle to apps_smmu node with SID mask for Hard-Fail port0
|
A D | dpu-sc7280.yaml | 56 - description: Phandle to apps_smmu node with SID mask for Hard-Fail port0
|
/linux/arch/sparc/include/asm/ |
A D | ns87303.h | 22 #define SID 0x08 macro
|
/linux/tools/lib/perf/ |
A D | evlist.c | 223 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro 230 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evlist__id_hash() 378 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evsel__set_sid_idx()
|
/linux/security/selinux/ |
A D | Kconfig | 109 int "NSA SELinux SID to context string translation cache size" 113 This option defines the size of the internal SID -> context string
|
/linux/fs/ntfs3/ |
A D | ntfs.h | 1215 struct SID { struct 1221 static_assert(offsetof(struct SID, SubAuthority) == 8); argument
|
A D | fsntfs.c | 1708 static inline u32 sid_length(const struct SID *sid) in sid_length() 1780 const struct SID *owner = Add2Ptr(sd, sd_owner); in is_sd_valid() 1782 if (sd_owner + offsetof(struct SID, SubAuthority) > len) in is_sd_valid() 1794 const struct SID *group = Add2Ptr(sd, sd_group); in is_sd_valid() 1796 if (sd_group + offsetof(struct SID, SubAuthority) > len) in is_sd_valid()
|
/linux/Documentation/admin-guide/cifs/ |
A D | todo.rst | 56 exists. Also better integration with winbind for resolving SID owners
|
/linux/Documentation/filesystems/cifs/ |
A D | ksmbd.rst | 94 get from inode as RID for local domain SID.
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_bsg.c | 1087 evt_dat->immed_dat].SID); in lpfc_bsg_ct_unsol_event() 1092 phba->ct_ctx[evt_dat->immed_dat].SID = in lpfc_bsg_ct_unsol_event() 1169 if (phba->ct_ctx[ctx_idx].SID != sid) in lpfc_bsg_ct_unsol_abort() 1470 ndlp = lpfc_findnode_did(phba->pport, phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp() 1475 phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp() 1519 ndlp = lpfc_findnode_did(phba->pport, phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp() 1524 phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp()
|
A D | lpfc.h | 793 uint32_t SID; member
|
A D | lpfc_hw.h | 2712 uint32_t SID:24; member 2729 uint32_t SID:24;
|
/linux/drivers/nvmem/ |
A D | Kconfig | 186 tristate "Allwinner SoCs SID support"
|
/linux/drivers/media/pci/intel/ipu3/ |
A D | ipu3-cio2-main.c | 343 static const int SID; /* Stream id */ in cio2_hw_init() local 427 writel(SID << CIO2_MIPIBE_LP_LUT_ENTRY_SID_SHIFT | in cio2_hw_init()
|
/linux/tools/perf/ |
A D | builtin-stat.c | 328 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro 333 struct perf_sample_id *sid = SID(counter, cpu, thread); in evsel__write_stat_event()
|
/linux/tools/perf/util/ |
A D | evlist.c | 62 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro
|
/linux/drivers/net/ethernet/sun/ |
A D | niu.h | 117 #define SID(LDG) (FZC_PIO + 0x10200UL + (LDG) * 8UL) macro
|
A D | niu.c | 7941 nw64(SID(ldg), (func << SID_FUNC_SHIFT) | vector); in niu_set_ldg_sid()
|