/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_surface.c | 264 vmw_ioctl_surface_destroy(dst->screen, dst->sid); in vmw_svga_winsys_surface_reference() 268 dst->sid = SVGA3D_INVALID_ID; in vmw_svga_winsys_surface_reference()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_dump.c | 59 PRINT_INT_ARRAY_ELM(input, sid); in print_shader_info() 74 PRINT_INT_ARRAY_ELM(output, sid); in print_shader_info()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | session.c | 1463 struct perf_sample_id *sid = evlist__id2sid(evlist, v->id); in deliver_sample_value() local 1466 if (sid) { in deliver_sample_value() 1468 sample->period = v->value - sid->period; in deliver_sample_value() 1469 sid->period = v->value; in deliver_sample_value() 1472 if (!sid || sid->evsel == NULL) { in deliver_sample_value() 1484 evsel = container_of(sid->evsel, struct evsel, core); in deliver_sample_value() 2846 struct perf_sample_id *sid; in perf_event__process_id_index() local 2862 sid = evlist__id2sid(evlist, e->id); in perf_event__process_id_index() 2863 if (!sid) in perf_event__process_id_index() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 1167 const char *sid; in showownership() local 1178 sid = &attr[off]; in showownership() 1184 sid = &attr[off]; in showownership() 1192 sid = (const char*)ntfs_acl_owner((const char*)attr); in showownership() 1193 if (ntfs_same_sid((const SID*)sid, in showownership() 1195 sid = (const char*)NULL; in showownership() 1200 sid = (const char*)NULL; in showownership() 1205 if (sid) { in showownership() 1206 cnt = sid[1] & 255; in showownership() 1207 auth = get6h(sid, in showownership() 1820 SID *sid; do_default_mapping() local 2635 const SID *sid; build_dummy_descr() local [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | quota.c | 53 if (ictx->data_len < offsetof(QUOTA_CONTROL_ENTRY, sid)) { in ntfs_mark_quotas_out_of_date()
|
H A D | layout.h | 1574 /* 8*/ SID sid; /* The SID associated with the ACE. */ member 1599 /* 44*/ SID sid; /* The SID associated with the ACE. */ member 1852 /* 20*/ SECURITY_DESCRIPTOR_RELATIVE sid; /* The self-relative security member 2140 SID sid; /* The SID of the user/object associated with member 2255 SID sid; /* $O index in FILE_Extend/$Quota: member
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | quota.c | 53 if (ictx->data_len < offsetof(QUOTA_CONTROL_ENTRY, sid)) { in ntfs_mark_quotas_out_of_date()
|
H A D | layout.h | 1574 /* 8*/ SID sid; /* The SID associated with the ACE. */ member 1599 /* 44*/ SID sid; /* The SID associated with the ACE. */ member 1852 /* 20*/ SECURITY_DESCRIPTOR_RELATIVE sid; /* The self-relative security member 2140 SID sid; /* The SID of the user/object associated with member 2255 SID sid; /* $O index in FILE_Extend/$Quota: member
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
H A D | pasid.c | 486 u16 sid, qdep, pfsid; in devtlb_invalidation_with_pasid() local 492 sid = info->bus << 8 | info->devfn; in devtlb_invalidation_with_pasid() 503 qi_flush_dev_iotlb(iommu, sid, pfsid, qdep, 0, 64 - VTD_PAGE_SHIFT); in devtlb_invalidation_with_pasid() 505 qi_flush_dev_iotlb_pasid(iommu, sid, pfsid, pasid, qdep, 0, 64 - VTD_PAGE_SHIFT); in devtlb_invalidation_with_pasid()
|
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | idr-test.c | 184 int sid = 0; in idr_u32_test1() local 193 ptr = idr_get_next(idr, &sid); in idr_u32_test1() 196 BUG_ON(sid != 0); in idr_u32_test1() 199 BUG_ON(sid != id); in idr_u32_test1()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe_offload.c | 42 u16 sid; member 347 data.pppoe.sid = act->pppoe.sid; in mtk_flow_offload_replace() 441 mtk_foe_entry_set_pppoe(eth, &foe, data.pppoe.sid); in mtk_flow_offload_replace()
|
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | pasid.c | 425 u16 sid, qdep, pfsid; in devtlb_invalidation_with_pasid() local 434 sid = info->bus << 8 | info->devfn; in devtlb_invalidation_with_pasid() 445 qi_flush_dev_iotlb(iommu, sid, pfsid, qdep, 0, 64 - VTD_PAGE_SHIFT); in devtlb_invalidation_with_pasid() 447 qi_flush_dev_iotlb_pasid(iommu, sid, pfsid, pasid, qdep, 0, 64 - VTD_PAGE_SHIFT); in devtlb_invalidation_with_pasid()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | idr-test.c | 184 int sid = 0; in idr_u32_test1() local 193 ptr = idr_get_next(idr, &sid); in idr_u32_test1() 196 BUG_ON(sid != 0); in idr_u32_test1() 199 BUG_ON(sid != id); in idr_u32_test1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_gpsk.c | 613 u8 *sid; in eap_gpsk_get_session_id() local 618 sid = os_memdup(data->session_id, data->id_len); in eap_gpsk_get_session_id() 619 if (sid == NULL) in eap_gpsk_get_session_id() 623 return sid; in eap_gpsk_get_session_id()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_gpsk.c | 614 u8 *sid; in eap_gpsk_get_session_id() local 619 sid = os_memdup(data->session_id, data->id_len); in eap_gpsk_get_session_id() 620 if (sid == NULL) in eap_gpsk_get_session_id() 624 return sid; in eap_gpsk_get_session_id()
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
H A D | q6asm-dai.c | 80 long long int sid; member 434 if (pdata->sid < 0) in q6asm_dai_open() 437 prtd->phys = substream->dma_buffer.addr | (pdata->sid << 32); in q6asm_dai_open() 659 if (pdata->sid < 0) in q6asm_dai_compr_open() 662 prtd->phys = prtd->dma_buffer.addr | (pdata->sid << 32); in q6asm_dai_compr_open() 1351 pdata->sid = -1; in q6asm_dai_probe() 1353 pdata->sid = args.args[0] & SID_MASK_DEFAULT; in q6asm_dai_probe()
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6asm-dai.c | 80 long long int sid; member 434 if (pdata->sid < 0) in q6asm_dai_open() 437 prtd->phys = substream->dma_buffer.addr | (pdata->sid << 32); in q6asm_dai_open() 645 if (pdata->sid < 0) in q6asm_dai_compr_open() 648 prtd->phys = prtd->dma_buffer.addr | (pdata->sid << 32); in q6asm_dai_compr_open() 1299 pdata->sid = -1; in q6asm_dai_probe() 1301 pdata->sid = args.args[0] & SID_MASK_DEFAULT; in q6asm_dai_probe()
|
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 1046 snd_mixer_selem_id_t *sid; in selems() local 1048 snd_mixer_selem_id_alloca(&sid); in selems() 1071 snd_mixer_selem_get_id(elem, sid); in selems() 1074 printf("Simple mixer control '%s',%i\n", snd_mixer_selem_id_get_name(sid), snd_mixer_selem_id_get_index(sid)); in selems() 1075 show_selem(handle, sid, " ", level); in selems() 1081 static int parse_simple_id(const char *str, snd_mixer_selem_id_t *sid) in parse_simple_id() argument 1113 snd_mixer_selem_id_set_index(sid, 0); in parse_simple_id() 1123 snd_mixer_selem_id_set_index(sid, atoi(str)); in parse_simple_id() 1125 snd_mixer_selem_id_set_name(sid, bu in parse_simple_id() 1448 snd_mixer_selem_id_t *sid; sset() local 1617 sevents_value(snd_mixer_selem_id_t *sid) sevents_value() argument 1622 sevents_info(snd_mixer_selem_id_t *sid) sevents_info() argument 1627 sevents_remove(snd_mixer_selem_id_t *sid) sevents_remove() argument 1634 snd_mixer_selem_id_t *sid; melem_event() local 1650 snd_mixer_selem_id_t *sid; sevents_add() local [all...] |
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 282 int idx, u32 span, u32 sid) in smmu_pmu_set_event_filter() 289 smmu_pmu_set_smr(smmu_pmu, idx, sid); in smmu_pmu_set_event_filter() 308 u32 span, sid; in smmu_pmu_apply_event_filter() local 314 sid = filter_en ? get_filter_stream_id(event) : in smmu_pmu_apply_event_filter() 323 smmu_pmu_set_event_filter(event, idx, span, sid); in smmu_pmu_apply_event_filter() 281 smmu_pmu_set_event_filter(struct perf_event *event, int idx, u32 span, u32 sid) smmu_pmu_set_event_filter() argument
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | quartet.c | 772 struct snd_ctl_elem_id sid = {0}; in ctl_find() local 774 strlcpy(sid.name, name, sizeof(sid.name)); in ctl_find() 775 sid.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in ctl_find() 776 return snd_ctl_find_id(card, &sid); in ctl_find()
|
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_mmu.c | 555 static void ivpu_mmu_strtab_link_cd(struct ivpu_device *vdev, u32 sid) in ivpu_mmu_strtab_link_cd() argument 560 u64 *entry = strtab->base + (sid * IVPU_MMU_STRTAB_ENT_SIZE); in ivpu_mmu_strtab_link_cd() 585 ivpu_dbg(vdev, MMU, "STRTAB write entry (SSID=%u): 0x%llx, 0x%llx\n", sid, str[0], str[1]); in ivpu_mmu_strtab_link_cd() 791 u32 sid = event[1]; in ivpu_mmu_dump_event() local 794 op, ivpu_mmu_event_to_str(op), ssid, sid, event[2], event[3], in_addr, fetch_addr); in ivpu_mmu_dump_event()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 303 int idx, u32 span, u32 sid) in smmu_pmu_set_event_filter() 310 smmu_pmu_set_smr(smmu_pmu, idx, sid); in smmu_pmu_set_event_filter() 329 u32 span, sid; in smmu_pmu_apply_event_filter() local 335 sid = filter_en ? get_filter_stream_id(event) : in smmu_pmu_apply_event_filter() 344 smmu_pmu_set_event_filter(event, idx, span, sid); in smmu_pmu_apply_event_filter() 302 smmu_pmu_set_event_filter(struct perf_event *event, int idx, u32 span, u32 sid) smmu_pmu_set_event_filter() argument
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | layout.h | 1669 /* 8*/ SID sid; /* The SID associated with the ACE. */ member 1694 /* 44*/ SID sid; /* The SID associated with the ACE. */ member 1976 /* 20*/ SECURITY_DESCRIPTOR_RELATIVE sid; /* The self-relative security member 2250 SID sid; /* The SID of the user/object associated with member 2254 the data_length field. If the sid is present 2363 SID sid; /* $O index in FILE_Extend/$Quota: member 2624 le32 sid_offset; /* Offset in bytes to the user's sid from start 2625 of this structure. Zero if no sid is
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | session.c | 1380 struct perf_sample_id *sid = perf_evlist__id2sid(evlist, v->id); in deliver_sample_value() local 1383 if (sid) { in deliver_sample_value() 1385 sample->period = v->value - sid->period; in deliver_sample_value() 1386 sid->period = v->value; in deliver_sample_value() 1389 if (!sid || sid->evsel == NULL) { in deliver_sample_value() 1401 evsel = container_of(sid->evsel, struct evsel, core); in deliver_sample_value() 2493 struct perf_sample_id *sid; in perf_event__process_id_index() local 2502 sid = perf_evlist__id2sid(evlist, e->id); in perf_event__process_id_index() 2503 if (!sid) in perf_event__process_id_index() [all...] |
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | signal.c | 299 unsigned long sid; in setup_rt_frame() local 300 asm ("mfsp %%sr3,%0" : "=r" (sid)); in setup_rt_frame() 302 sid, frame->tramp); in setup_rt_frame()
|