Searched refs:ab (Results 151 - 175 of 185) sorted by relevance

12345678

/linux-master/kernel/
H A Daudit.h215 extern void audit_log_session_info(struct audit_buffer *ab);
255 extern void audit_log_d_path_exe(struct audit_buffer *ab,
H A Daudit_tree.c528 struct audit_buffer *ab; local
532 ab = audit_log_start(context, GFP_KERNEL, AUDIT_CONFIG_CHANGE);
533 if (unlikely(!ab))
535 audit_log_format(ab, "op=remove_rule dir=");
536 audit_log_untrustedstring(ab, rule->tree->pathname);
537 audit_log_key(ab, rule->filterkey);
538 audit_log_format(ab, " list=%d res=1", rule->listnr);
539 audit_log_end(ab);
H A Dauditfilter.c1110 struct audit_buffer *ab; local
1115 ab = audit_log_start(audit_context(), GFP_KERNEL, AUDIT_CONFIG_CHANGE);
1116 if (!ab)
1118 audit_log_session_info(ab);
1119 audit_log_task_context(ab);
1120 audit_log_format(ab, " op=%s", action);
1121 audit_log_key(ab, rule->filterkey);
1122 audit_log_format(ab, " list=%d res=%d", rule->listnr, res);
1123 audit_log_end(ab);
/linux-master/security/apparmor/include/
H A Dperms.h205 void aa_audit_perm_names(struct audit_buffer *ab, const char * const *names,
207 void aa_audit_perm_mask(struct audit_buffer *ab, u32 mask, const char *chrs,
H A Dlabel.h317 void aa_label_xaudit(struct audit_buffer *ab, struct aa_ns *ns,
323 void aa_label_audit(struct audit_buffer *ab, struct aa_label *label, gfp_t gfp);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhtc.h267 struct ath11k_base *ab; member in struct:ath11k_htc
296 void ath11k_htc_tx_completion_handler(struct ath11k_base *ab,
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6asm.c430 struct audio_buffer *ab = NULL; local
474 ab = &port->buf[i];
475 mregions->shm_addr_lsw = lower_32_bits(ab->phys);
476 mregions->shm_addr_msw = upper_32_bits(ab->phys);
1456 struct audio_buffer *ab; local
1474 ab = &port->buf[port->dsp_buf];
1476 read->buf_addr_lsw = lower_32_bits(ab->phys);
1477 read->buf_addr_msw = upper_32_bits(ab->phys);
1480 read->buf_size = ab->size;
1578 struct audio_buffer *ab; local
[all...]
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c986 u64 *ab = tmp1; local
1006 fmul2(dc, dc, ab, tmp2);
1036 u64 *ab = tmp1; local
1040 fsqr2(dc, ab, tmp2);
1048 fmul2(nq, dc, ab, tmp2);
1549 u64 *ab = &tmp[0 + 16]; local
1577 fsqr2(ab, ab, efgh);
1578 fmul2(xz1, xz2, ab, efgh);
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a)
55 .long R(e2, 71, 71, 93), R(ab, d8, d8, 73)
108 .long R(3b, 90, 90, ab), R(0b, 88, 88, 83)
166 .long R(3b, ab, 6b, cb), R(1f, 9d, 45, f1)
167 .long R(ac, fa, 58, ab), R(4b, e3, 03, 93)
190 .long R(ab, 73, d3, 23), R(72, 4b, 02, e2)
191 .long R(e3, 1f, 8f, 57), R(66, 55, ab, 2a)
/linux-master/drivers/crypto/caam/
H A Dpdb.h464 u8 *ab; /* ECC only */ member in struct:dsa_sign_pdb
478 u8 *ab; /* only used if ECC processing */ member in struct:dsa_verify_pdb
/linux-master/drivers/staging/vt6656/
H A Drxtx.c211 tx_context->pkt_type, &buf->ab);
259 tx_context->pkt_type, &buf->ab);
422 struct vnt_rrv_time_ab *buf = &tx_head->tx_ab.ab;
650 PK_TYPE_11A, &short_head->ab);
661 PK_TYPE_11B, &short_head->ab);
/linux-master/security/apparmor/
H A Dpolicy_unpack.c34 static void audit_cb(struct audit_buffer *ab, void *va) argument
40 audit_log_format(ab, " ns=");
41 audit_log_untrustedstring(ab, ad->iface.ns);
44 audit_log_format(ab, " name=");
45 audit_log_untrustedstring(ab, ad->name);
48 audit_log_format(ab, " offset=%ld", ad->iface.pos);
H A Dlabel.c1737 void aa_label_xaudit(struct audit_buffer *ab, struct aa_ns *ns, argument
1744 AA_BUG(!ab);
1760 audit_log_n_hex(ab, str, len);
1762 audit_log_n_string(ab, str, len);
1814 void aa_label_audit(struct audit_buffer *ab, struct aa_label *label, gfp_t gfp) argument
1818 aa_label_xaudit(ab, ns, label, FLAG_VIEW_SUBNS, gfp);
H A Dpolicy.c747 static void audit_cb(struct audit_buffer *ab, void *va) argument
753 audit_log_format(ab, " ns=");
754 audit_log_untrustedstring(ab, ad->iface.ns);
H A Dlsm.c605 static void audit_uring_cb(struct audit_buffer *ab, void *va) argument
610 audit_log_format(ab, " requested=\"%s\"",
613 audit_log_format(ab, " denied=\"%s\"",
618 audit_log_format(ab, " tcontext=");
619 aa_label_xaudit(ab, labels_ns(ad->subj_label),
/linux-master/drivers/rtc/
H A DMakefile25 obj-$(CONFIG_RTC_DRV_ABB5ZES3) += rtc-ab-b5ze-s3.o
26 obj-$(CONFIG_RTC_DRV_ABEOZ9) += rtc-ab-eoz9.o
/linux-master/arch/arc/kernel/
H A Dhead.S129 st.ab 0, [r5, 4]
/linux-master/security/selinux/ss/
H A Dservices.c464 struct audit_buffer *ab; local
500 ab = audit_log_start(audit_context(),
502 if (!ab)
505 audit_log_format(ab, "op=security_compute_av reason=%s "
515 audit_log_format(ab, "%s%s",
521 audit_log_end(ab);
1647 struct audit_buffer *ab; local
1655 ab = audit_log_start(audit_context(), GFP_ATOMIC, AUDIT_SELINUX_ERR);
1656 if (!ab)
1658 audit_log_format(ab,
3216 struct audit_buffer *ab; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.h4785 struct ath12k_base *ab; member in struct:ath12k_wmi_base
4871 void ath12k_wmi_init_qcn9274(struct ath12k_base *ab,
4873 void ath12k_wmi_init_wcn7850(struct ath12k_base *ab,
4896 int ath12k_wmi_wait_for_unified_ready(struct ath12k_base *ab);
4897 int ath12k_wmi_cmd_init(struct ath12k_base *ab);
4898 int ath12k_wmi_wait_for_service_ready(struct ath12k_base *ab);
4899 int ath12k_wmi_connect(struct ath12k_base *ab);
4900 int ath12k_wmi_pdev_attach(struct ath12k_base *ab,
4902 int ath12k_wmi_attach(struct ath12k_base *ab);
4903 void ath12k_wmi_detach(struct ath12k_base *ab);
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-api.c177 struct tmComResEncAudioBitRate ab; local
215 ab.ucAudioBitRateMode = 0;
216 ab.dwAudioBitRate = 384000;
217 ab.dwAudioBitRatePeak = ab.dwAudioBitRate;
221 &ab);
/linux-master/drivers/staging/vt6655/
H A Drxtx.c530 byPktType, &buf->ab);
551 byPktType, &buf->ab);
697 byPktType, &buf->ab);
748 PK_TYPE_11B, &buf->ab);
1373 PK_TYPE_11A, &short_head->ab);
1389 PK_TYPE_11B, &short_head->ab);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h321 #define amdgpu_ring_emit_gds_switch(r, v, db, ds, wb, ws, ab, as) (r)->funcs->emit_gds_switch((r), (v), (db), (ds), (wb), (ws), (ab), (as))
/linux-master/arch/arm/boot/dts/ti/omap/
H A DMakefile21 omap3-beagle-xm-ab.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/ti/omap/
H A DMakefile21 omap3-beagle-xm-ab.dtb \
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_ct.c3182 struct lpfc_fdmi_attr_block *ab = NULL; local
3257 ab = (struct lpfc_fdmi_attr_block *)((uint8_t *)rh + size);
3258 ab->EntryCnt = 0;
3273 ab->EntryCnt++;
3285 ab->EntryCnt = cpu_to_be32(ab->EntryCnt);
3317 pab->ab.EntryCnt = 0;
3333 pab->ab.EntryCnt++;
3345 pab->ab.EntryCnt = cpu_to_be32(pab->ab
[all...]

Completed in 416 milliseconds

12345678