/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | layout.h | 496 * COLLATION_NTOFS_SID - Sorting is done according to ascending SID values. 1157 * the SID structure (see below). 1159 //typedef enum { /* SID string prefix. */ 1172 * Note: The relative identifier (RID) refers to the portion of a SID, which 1173 * identifies a user or group in relation to the authority that issued the SID. 1174 * For example, the universal well-known SID Creator Owner ID (S-1-3-0) is 1286 * The SID_IDENTIFIER_AUTHORITY is a 48-bit value used in the SID structure. 1300 * The SID structure is a variable-length structure used to uniquely identify 1301 * users or groups. SID stands for security identifier. 1303 * The standard textual representation of the SID i 1328 } __attribute__ ((__packed__)) SID; global() typedef [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | layout.h | 496 * COLLATION_NTOFS_SID - Sorting is done according to ascending SID values. 1157 * the SID structure (see below). 1159 //typedef enum { /* SID string prefix. */ 1172 * Note: The relative identifier (RID) refers to the portion of a SID, which 1173 * identifies a user or group in relation to the authority that issued the SID. 1174 * For example, the universal well-known SID Creator Owner ID (S-1-3-0) is 1286 * The SID_IDENTIFIER_AUTHORITY is a 48-bit value used in the SID structure. 1300 * The SID structure is a variable-length structure used to uniquely identify 1301 * users or groups. SID stands for security identifier. 1303 * The standard textual representation of the SID i 1328 } __attribute__ ((__packed__)) SID; global() typedef [all...] |
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | ns87303.h | 22 #define SID 0x08 macro
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | ns87303.h | 22 #define SID 0x08 macro
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | evlist.c | 225 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro 232 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evlist__id_hash() 372 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evsel__set_sid_idx()
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evlist.c | 247 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro 254 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evlist__id_hash() 402 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evsel__set_sid_idx()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | ntfs.h | 904 // SID is placed here 1227 struct SID { struct 1233 static_assert(offsetof(struct SID, SubAuthority) == 8);
|
H A D | fsntfs.c | 1733 static inline u32 sid_length(const struct SID *sid) in sid_length() 1805 const struct SID *owner = Add2Ptr(sd, sd_owner); in is_sd_valid() 1807 if (sd_owner + offsetof(struct SID, SubAuthority) > len) in is_sd_valid() 1819 const struct SID *group = Add2Ptr(sd, sd_group); in is_sd_valid() 1821 if (sd_group + offsetof(struct SID, SubAuthority) > len) in is_sd_valid()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 1111 evt_dat->immed_dat].SID); in lpfc_bsg_ct_unsol_event() 1116 phba->ct_ctx[evt_dat->immed_dat].SID = in lpfc_bsg_ct_unsol_event() 1193 if (phba->ct_ctx[ctx_idx].SID != sid) in lpfc_bsg_ct_unsol_abort() 1533 ndlp = lpfc_findnode_did(phba->pport, phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp() 1536 "2721 ndlp null for oxid %x SID %x\n", in lpfc_issue_ct_rsp() 1538 phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp()
|
H A D | lpfc.h | 543 uint32_t SID; member
|
H A D | lpfc_hw.h | 2588 uint32_t SID:24; member 2605 uint32_t SID:24;
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 1070 evt_dat->immed_dat].SID); in lpfc_bsg_ct_unsol_event() 1075 phba->ct_ctx[evt_dat->immed_dat].SID = in lpfc_bsg_ct_unsol_event() 1153 if (phba->ct_ctx[ctx_idx].SID != sid) in lpfc_bsg_ct_unsol_abort() 1456 ndlp = lpfc_findnode_did(phba->pport, phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp() 1459 "2721 ndlp null for oxid %x SID %x\n", in lpfc_issue_ct_rsp() 1461 phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp()
|
H A D | lpfc.h | 762 uint32_t SID; member
|
H A D | lpfc_hw.h | 2775 uint32_t SID:24; member 2792 uint32_t SID:24;
|
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 349 static const int SID; /* Stream id */ in cio2_hw_init() local 433 writel(SID << CIO2_MIPIBE_LP_LUT_ENTRY_SID_SHIFT | in cio2_hw_init()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-stat.c | 304 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro 309 struct perf_sample_id *sid = SID(counter, cpu, thread); in evsel__write_stat_event()
|
/kernel/linux/linux-6.6/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 350 static const int SID; /* Stream id */ in cio2_hw_init() local 434 writel(SID << CIO2_MIPIBE_LP_LUT_ENTRY_SID_SHIFT | in cio2_hw_init()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-stat.c | 266 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro 271 struct perf_sample_id *sid = SID(counter, cpu_map_idx, thread); in evsel__write_stat_event()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evlist.c | 57 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 69 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | niu.h | 117 #define SID(LDG) (FZC_PIO + 0x10200UL + (LDG) * 8UL) macro
|
H A D | niu.c | 7941 nw64(SID(ldg), (func << SID_FUNC_SHIFT) | vector); in niu_set_ldg_sid() 9100 /* On N2 NIU the firmware has setup the SID mappings so they go in niu_ldg_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | niu.h | 117 #define SID(LDG) (FZC_PIO + 0x10200UL + (LDG) * 8UL) macro
|
H A D | niu.c | 7959 nw64(SID(ldg), (func << SID_FUNC_SHIFT) | vector); in niu_set_ldg_sid() 9124 /* On N2 NIU the firmware has setup the SID mappings so they go in niu_ldg_init()
|