Home
last modified time | relevance | path

Searched refs:SID (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/fs/ntfs/
Dlayout.h1342 } __attribute__ ((__packed__)) SID; typedef
1588 /* 8*/ SID sid; /* The SID associated with the ACE. */
1613 /* 44*/ SID sid; /* The SID associated with the ACE. */
1757 SID *owner; /* Points to a SID representing an object's owner. If
1760 SID *group; /* Points to a SID representing an object's primary
2154 SID sid; /* The SID of the user/object associated with
2269 SID sid; /* $O index in FILE_Extend/$Quota:
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.txt51 SID = 0. The regulator device node represents a peripheral of pm8941 SID = 1.
/Linux-v4.19/arch/sparc/include/asm/
Dns87303.h22 #define SID 0x08 macro
/Linux-v4.19/tools/perf/util/
Devlist.c38 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro
501 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evlist__id_hash()
561 struct perf_sample_id *sid = SID(evsel, cpu, thread); in perf_evlist__set_sid_idx()
/Linux-v4.19/Documentation/filesystems/cifs/
DTODO42 exists. Also better integration with winbind for resolving SID owners
/Linux-v4.19/drivers/nvmem/
DKconfig117 tristate "Allwinner SoCs SID support"
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc.h529 uint32_t SID; member
Dlpfc_bsg.c1110 evt_dat->immed_dat].SID); in lpfc_bsg_ct_unsol_event()
1115 phba->ct_ctx[evt_dat->immed_dat].SID = in lpfc_bsg_ct_unsol_event()
1192 if (phba->ct_ctx[ctx_idx].SID != sid) in lpfc_bsg_ct_unsol_abort()
1534 ndlp = lpfc_findnode_did(phba->pport, phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp()
1539 phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp()
Dlpfc_hw.h2603 uint32_t SID:24; member
2620 uint32_t SID:24;
/Linux-v4.19/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c355 static const int SID; /* Stream id */ in cio2_hw_init() local
439 writel(SID << CIO2_MIPIBE_LP_LUT_ENTRY_SID_SHIFT | in cio2_hw_init()
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c323 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro
329 struct perf_sample_id *sid = SID(counter, cpu, thread); in perf_evsel__write_stat_event()
/Linux-v4.19/drivers/net/ethernet/sun/
Dniu.h117 #define SID(LDG) (FZC_PIO + 0x10200UL + (LDG) * 8UL) macro
Dniu.c7944 nw64(SID(ldg), (func << SID_FUNC_SHIFT) | vector); in niu_set_ldg_sid()