/linux-4.4.14/drivers/usb/phy/ |
D | phy-ab8500-usb.c | 239 static void ab8500_usb_wd_workaround(struct ab8500_usb *ab) in ab8500_usb_wd_workaround() argument 241 abx500_set_register_interruptible(ab->dev, in ab8500_usb_wd_workaround() 248 abx500_set_register_interruptible(ab->dev, in ab8500_usb_wd_workaround() 256 abx500_set_register_interruptible(ab->dev, in ab8500_usb_wd_workaround() 262 static void ab8500_usb_regulator_enable(struct ab8500_usb *ab) in ab8500_usb_regulator_enable() argument 266 ret = regulator_enable(ab->v_ape); in ab8500_usb_regulator_enable() 268 dev_err(ab->dev, "Failed to enable v-ape\n"); in ab8500_usb_regulator_enable() 270 if (ab->flags & AB8500_USB_FLAG_REGULATOR_SET_VOLTAGE) { in ab8500_usb_regulator_enable() 271 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable() 272 if (ab->saved_v_ulpi < 0) in ab8500_usb_regulator_enable() [all …]
|
/linux-4.4.14/include/linux/mfd/abx500/ |
D | ab8500.h | 392 static inline int is_ab8500(struct ab8500 *ab) in is_ab8500() argument 394 return ab->version == AB8500_VERSION_AB8500; in is_ab8500() 397 static inline int is_ab8505(struct ab8500 *ab) in is_ab8505() argument 399 return ab->version == AB8500_VERSION_AB8505; in is_ab8505() 402 static inline int is_ab9540(struct ab8500 *ab) in is_ab9540() argument 404 return ab->version == AB8500_VERSION_AB9540; in is_ab9540() 407 static inline int is_ab8540(struct ab8500 *ab) in is_ab8540() argument 409 return ab->version == AB8500_VERSION_AB8540; in is_ab8540() 413 static inline int is_ab8500_1p0_or_earlier(struct ab8500 *ab) in is_ab8500_1p0_or_earlier() argument 415 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT1P0)); in is_ab8500_1p0_or_earlier() [all …]
|
/linux-4.4.14/security/ |
D | lsm_audit.c | 187 static inline void print_ipv6_addr(struct audit_buffer *ab, in print_ipv6_addr() argument 192 audit_log_format(ab, " %s=%pI6c", name1, addr); in print_ipv6_addr() 194 audit_log_format(ab, " %s=%d", name2, ntohs(port)); in print_ipv6_addr() 197 static inline void print_ipv4_addr(struct audit_buffer *ab, __be32 addr, in print_ipv4_addr() argument 201 audit_log_format(ab, " %s=%pI4", name1, &addr); in print_ipv4_addr() 203 audit_log_format(ab, " %s=%d", name2, ntohs(port)); in print_ipv4_addr() 211 static void dump_common_audit_data(struct audit_buffer *ab, in dump_common_audit_data() argument 223 audit_log_format(ab, " pid=%d comm=", task_pid_nr(current)); in dump_common_audit_data() 224 audit_log_untrustedstring(ab, memcpy(comm, current->comm, sizeof(comm))); in dump_common_audit_data() 230 audit_log_format(ab, " key=%d ", a->u.ipc_id); in dump_common_audit_data() [all …]
|
/linux-4.4.14/kernel/ |
D | audit.c | 191 static void audit_set_portid(struct audit_buffer *ab, __u32 portid) in audit_set_portid() argument 193 if (ab) { in audit_set_portid() 194 struct nlmsghdr *nlh = nlmsg_hdr(ab->skb); in audit_set_portid() 288 struct audit_buffer *ab; in audit_log_config_change() local 291 ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_CONFIG_CHANGE); in audit_log_config_change() 292 if (unlikely(!ab)) in audit_log_config_change() 294 audit_log_format(ab, "%s=%u old=%u", function_name, new, old); in audit_log_config_change() 295 audit_log_session_info(ab); in audit_log_config_change() 296 rc = audit_log_task_context(ab); in audit_log_config_change() 299 audit_log_format(ab, " res=%d", allow_changes); in audit_log_config_change() [all …]
|
D | auditsc.c | 963 struct audit_buffer *ab; in audit_log_pid_context() local 968 ab = audit_log_start(context, GFP_KERNEL, AUDIT_OBJ_PID); in audit_log_pid_context() 969 if (!ab) in audit_log_pid_context() 972 audit_log_format(ab, "opid=%d oauid=%d ouid=%d oses=%d", pid, in audit_log_pid_context() 977 audit_log_format(ab, " obj=(none)"); in audit_log_pid_context() 980 audit_log_format(ab, " obj=%s", ctx); in audit_log_pid_context() 984 audit_log_format(ab, " ocomm="); in audit_log_pid_context() 985 audit_log_untrustedstring(ab, comm); in audit_log_pid_context() 986 audit_log_end(ab); in audit_log_pid_context() 1003 struct audit_buffer **ab, in audit_log_single_execve_arg() argument [all …]
|
D | audit_fsnotify.c | 125 struct audit_buffer *ab; in audit_mark_log_rule_change() local 130 ab = audit_log_start(NULL, GFP_NOFS, AUDIT_CONFIG_CHANGE); in audit_mark_log_rule_change() 131 if (unlikely(!ab)) in audit_mark_log_rule_change() 133 audit_log_format(ab, "auid=%u ses=%u op=", in audit_mark_log_rule_change() 136 audit_log_string(ab, op); in audit_mark_log_rule_change() 137 audit_log_format(ab, " path="); in audit_mark_log_rule_change() 138 audit_log_untrustedstring(ab, audit_mark->path); in audit_mark_log_rule_change() 139 audit_log_key(ab, rule->filterkey); in audit_mark_log_rule_change() 140 audit_log_format(ab, " list=%d res=1", rule->listnr); in audit_mark_log_rule_change() 141 audit_log_end(ab); in audit_mark_log_rule_change()
|
D | audit_watch.c | 240 struct audit_buffer *ab; in audit_watch_log_rule_change() local 241 ab = audit_log_start(NULL, GFP_NOFS, AUDIT_CONFIG_CHANGE); in audit_watch_log_rule_change() 242 if (unlikely(!ab)) in audit_watch_log_rule_change() 244 audit_log_format(ab, "auid=%u ses=%u op=", in audit_watch_log_rule_change() 247 audit_log_string(ab, op); in audit_watch_log_rule_change() 248 audit_log_format(ab, " path="); in audit_watch_log_rule_change() 249 audit_log_untrustedstring(ab, w->path); in audit_watch_log_rule_change() 250 audit_log_key(ab, r->filterkey); in audit_watch_log_rule_change() 251 audit_log_format(ab, " list=%d res=1", r->listnr); in audit_watch_log_rule_change() 252 audit_log_end(ab); in audit_watch_log_rule_change()
|
D | audit_tree.c | 456 struct audit_buffer *ab; in audit_tree_log_remove_rule() local 458 ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_CONFIG_CHANGE); in audit_tree_log_remove_rule() 459 if (unlikely(!ab)) in audit_tree_log_remove_rule() 461 audit_log_format(ab, "op="); in audit_tree_log_remove_rule() 462 audit_log_string(ab, "remove_rule"); in audit_tree_log_remove_rule() 463 audit_log_format(ab, " dir="); in audit_tree_log_remove_rule() 464 audit_log_untrustedstring(ab, rule->tree->pathname); in audit_tree_log_remove_rule() 465 audit_log_key(ab, rule->filterkey); in audit_tree_log_remove_rule() 466 audit_log_format(ab, " list=%d res=1", rule->listnr); in audit_tree_log_remove_rule() 467 audit_log_end(ab); in audit_tree_log_remove_rule()
|
D | auditfilter.c | 1065 struct audit_buffer *ab; in audit_log_rule_change() local 1072 ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_CONFIG_CHANGE); in audit_log_rule_change() 1073 if (!ab) in audit_log_rule_change() 1075 audit_log_format(ab, "auid=%u ses=%u" ,loginuid, sessionid); in audit_log_rule_change() 1076 audit_log_task_context(ab); in audit_log_rule_change() 1077 audit_log_format(ab, " op="); in audit_log_rule_change() 1078 audit_log_string(ab, action); in audit_log_rule_change() 1079 audit_log_key(ab, rule->filterkey); in audit_log_rule_change() 1080 audit_log_format(ab, " list=%d res=%d", rule->listnr, res); in audit_log_rule_change() 1081 audit_log_end(ab); in audit_log_rule_change()
|
D | audit.h | 211 extern void audit_log_cap(struct audit_buffer *ab, char *prefix, 262 extern void audit_log_d_path_exe(struct audit_buffer *ab,
|
/linux-4.4.14/security/integrity/ |
D | integrity_audit.c | 35 struct audit_buffer *ab; in integrity_audit_msg() local 41 ab = audit_log_start(current->audit_context, GFP_KERNEL, audit_msgno); in integrity_audit_msg() 42 audit_log_format(ab, "pid=%d uid=%u auid=%u ses=%u", in integrity_audit_msg() 47 audit_log_task_context(ab); in integrity_audit_msg() 48 audit_log_format(ab, " op="); in integrity_audit_msg() 49 audit_log_string(ab, op); in integrity_audit_msg() 50 audit_log_format(ab, " cause="); in integrity_audit_msg() 51 audit_log_string(ab, cause); in integrity_audit_msg() 52 audit_log_format(ab, " comm="); in integrity_audit_msg() 53 audit_log_untrustedstring(ab, get_task_comm(name, current)); in integrity_audit_msg() [all …]
|
/linux-4.4.14/net/netfilter/ |
D | xt_AUDIT.c | 34 static void audit_proto(struct audit_buffer *ab, struct sk_buff *skb, in audit_proto() argument 46 audit_log_format(ab, " truncated=1"); in audit_proto() 50 audit_log_format(ab, " sport=%hu dport=%hu", in audit_proto() 62 audit_log_format(ab, " truncated=1"); in audit_proto() 66 audit_log_format(ab, " icmptype=%hhu icmpcode=%hhu", in audit_proto() 74 static void audit_ip4(struct audit_buffer *ab, struct sk_buff *skb) in audit_ip4() argument 81 audit_log_format(ab, " truncated=1"); in audit_ip4() 85 audit_log_format(ab, " saddr=%pI4 daddr=%pI4 ipid=%hu proto=%hhu", in audit_ip4() 89 audit_log_format(ab, " frag=1"); in audit_ip4() 93 audit_proto(ab, skb, ih->protocol, ih->ihl * 4); in audit_ip4() [all …]
|
D | x_tables.c | 1065 struct audit_buffer *ab; in xt_replace_table() local 1067 ab = audit_log_start(current->audit_context, GFP_KERNEL, in xt_replace_table() 1069 if (ab) { in xt_replace_table() 1070 audit_log_format(ab, "table=%s family=%u entries=%u", in xt_replace_table() 1073 audit_log_end(ab); in xt_replace_table()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-array.c | 96 static void *element_at(struct dm_array_info *info, struct array_block *ab, in element_at() argument 99 unsigned char *entry = (unsigned char *) (ab + 1); in element_at() 110 static void on_entries(struct dm_array_info *info, struct array_block *ab, in on_entries() argument 113 unsigned i, nr_entries = le32_to_cpu(ab->nr_entries); in on_entries() 116 fn(info->value_type.context, element_at(info, ab, i)); in on_entries() 122 static void inc_ablock_entries(struct dm_array_info *info, struct array_block *ab) in inc_ablock_entries() argument 127 on_entries(info, ab, vt->inc); in inc_ablock_entries() 133 static void dec_ablock_entries(struct dm_array_info *info, struct array_block *ab) in dec_ablock_entries() argument 138 on_entries(info, ab, vt->dec); in dec_ablock_entries() 154 struct dm_block **block, struct array_block **ab) in alloc_ablock() argument [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | twofish-x86_64-asm_64-3way.S | 88 #define do16bit_ror(rot, op1, op2, T0, T1, tmp1, tmp2, ab, dst) \ argument 89 movzbl ab ## bl, tmp2 ## d; \ 90 movzbl ab ## bh, tmp1 ## d; \ 91 rorq $(rot), ab; \ 99 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \ argument 101 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 0, ab ## 0, x ## 0); \ 102 do16bit_ror(48, mov, xor, Ty1, Ty2, RT0, y ## 0, ab ## 0, y ## 0); \ 104 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 1, ab ## 1, x ## 1); \ 105 do16bit_ror(48, mov, xor, Ty1, Ty2, RT0, y ## 1, ab ## 1, y ## 1); \ 107 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 2, ab ## 2, x ## 2); \ [all …]
|
D | camellia-x86_64-asm_64.S | 94 #define xor2ror16(T0, T1, tmp1, tmp2, ab, dst) \ argument 95 movzbl ab ## bl, tmp2 ## d; \ 96 movzbl ab ## bh, tmp1 ## d; \ 97 rorq $16, ab; \ 104 #define roundsm(ab, subkey, cd) \ argument 107 xor2ror16(sp00444404, sp03303033, RT0, RT1, ab ## 0, cd ## 0); \ 108 xor2ror16(sp22000222, sp10011110, RT0, RT1, ab ## 0, RT2); \ 109 xor2ror16(sp11101110, sp44044404, RT0, RT1, ab ## 0, cd ## 0); \ 110 xor2ror16(sp30333033, sp02220222, RT0, RT1, ab ## 0, RT2); \ 281 #define roundsm2(ab, subkey, cd) \ argument [all …]
|
/linux-4.4.14/arch/arc/lib/ |
D | memcpy-archs.S | 30 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] 31 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] 37 # define LOADX(DST,RX) ld.ab DST, [RX, 4] 38 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] 60 ldb.ab r5, [r1,1] 62 stb.ab r5, [r3,1] 90 ldb.ab r5, [r1,1] 91 stb.ab r5, [r3,1] 103 ldb.ab r5, [r1, 1] 108 ldh.ab r6, [r1, 2] [all …]
|
D | memcpy-700.S | 21 st.ab r12,[r5,4] 26 st.ab r12,[r5,4] 28 st.ab r3,[r5,4] 55 stb.ab r12,[r5,1] 60 stb.ab r12,[r5,1] 62 stb.ab r3,[r5,1]
|
D | strcpy-700.S | 38 st.ab r4,[r10,4] 45 st.ab r3,[r10,4] 59 stb.ab r1,[r10,1] 64 ldb.ab r3,[r1,1] 68 stb.ab r3,[r10,1]
|
D | strcmp-archs.S | 17 ld.ab r2, [r0, 4] 23 ld.ab r3, [r1, 4] 26 ld.ab r5, [r0, 4] 68 ldb.ab r2, [r0, 1] 69 ldb.ab r3, [r1, 1]
|
D | memset.S | 29 stb.ab r1,[r4,1] 31 stw.ab r1,[r4,2] 38 st.ab r1,[r4,4] 46 stb.ab r1,[r4,1]
|
D | strcmp.S | 25 ld.ab r2,[r0,4] 26 ld.ab r3,[r1,4] 88 ldb.ab r2,[r0,1] 89 ldb.ab r3,[r1,1]
|
/linux-4.4.14/security/apparmor/ |
D | audit.c | 111 static void audit_pre(struct audit_buffer *ab, void *ca) in audit_pre() argument 116 audit_log_format(ab, "apparmor="); in audit_pre() 117 audit_log_string(ab, aa_audit_type[sa->aad->type]); in audit_pre() 121 audit_log_format(ab, " operation="); in audit_pre() 122 audit_log_string(ab, op_table[sa->aad->op]); in audit_pre() 126 audit_log_format(ab, " info="); in audit_pre() 127 audit_log_string(ab, sa->aad->info); in audit_pre() 129 audit_log_format(ab, " error=%d", sa->aad->error); in audit_pre() 135 audit_log_format(ab, " namespace="); in audit_pre() 136 audit_log_untrustedstring(ab, profile->ns->base.hname); in audit_pre() [all …]
|
D | file.c | 30 static void audit_file_mask(struct audit_buffer *ab, u32 mask) in audit_file_mask() argument 57 audit_log_string(ab, str); in audit_file_mask() 65 static void file_audit_cb(struct audit_buffer *ab, void *va) in file_audit_cb() argument 71 audit_log_format(ab, " requested_mask="); in file_audit_cb() 72 audit_file_mask(ab, sa->aad->fs.request); in file_audit_cb() 75 audit_log_format(ab, " denied_mask="); in file_audit_cb() 76 audit_file_mask(ab, sa->aad->fs.denied); in file_audit_cb() 79 audit_log_format(ab, " fsuid=%d", in file_audit_cb() 81 audit_log_format(ab, " ouid=%d", in file_audit_cb() 86 audit_log_format(ab, " target="); in file_audit_cb() [all …]
|
D | ipc.c | 25 static void audit_cb(struct audit_buffer *ab, void *va) in audit_cb() argument 28 audit_log_format(ab, " target="); in audit_cb() 29 audit_log_untrustedstring(ab, sa->aad->target); in audit_cb()
|
D | capability.c | 47 static void audit_cb(struct audit_buffer *ab, void *va) in audit_cb() argument 50 audit_log_format(ab, " capname="); in audit_cb() 51 audit_log_untrustedstring(ab, capability_names[sa->u.cap]); in audit_cb()
|
D | resource.c | 33 static void audit_cb(struct audit_buffer *ab, void *va) in audit_cb() argument 37 audit_log_format(ab, " rlimit=%s value=%lu", in audit_cb()
|
D | policy_unpack.c | 70 static void audit_cb(struct audit_buffer *ab, void *va) in audit_cb() argument 75 audit_log_format(ab, " name="); in audit_cb() 76 audit_log_untrustedstring(ab, name->base.hname); in audit_cb() 79 audit_log_format(ab, " offset=%ld", sa->aad->iface.pos); in audit_cb()
|
/linux-4.4.14/include/linux/ |
D | audit.h | 114 extern void audit_log_session_info(struct audit_buffer *ab); 458 void audit_log_format(struct audit_buffer *ab, const char *fmt, ...); 459 extern void audit_log_end(struct audit_buffer *ab); 462 extern void audit_log_n_hex(struct audit_buffer *ab, 465 extern void audit_log_n_string(struct audit_buffer *ab, 468 extern void audit_log_n_untrustedstring(struct audit_buffer *ab, 471 extern void audit_log_untrustedstring(struct audit_buffer *ab, 473 extern void audit_log_d_path(struct audit_buffer *ab, 476 extern void audit_log_key(struct audit_buffer *ab, 482 extern void audit_log_secctx(struct audit_buffer *ab, u32 secid); [all …]
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_policy.c | 492 static void ima_log_string(struct audit_buffer *ab, char *key, char *value) in ima_log_string() argument 494 audit_log_format(ab, "%s=", key); in ima_log_string() 495 audit_log_untrustedstring(ab, value); in ima_log_string() 496 audit_log_format(ab, " "); in ima_log_string() 501 struct audit_buffer *ab; in ima_parse_rule() local 506 ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_INTEGRITY_RULE); in ima_parse_rule() 523 ima_log_string(ab, "action", "measure"); in ima_parse_rule() 531 ima_log_string(ab, "action", "dont_measure"); in ima_parse_rule() 539 ima_log_string(ab, "action", "appraise"); in ima_parse_rule() 547 ima_log_string(ab, "action", "dont_appraise"); in ima_parse_rule() [all …]
|
D | ima_api.c | 293 struct audit_buffer *ab; in ima_audit_measurement() local 306 ab = audit_log_start(current->audit_context, GFP_KERNEL, in ima_audit_measurement() 308 if (!ab) in ima_audit_measurement() 311 audit_log_format(ab, "file="); in ima_audit_measurement() 312 audit_log_untrustedstring(ab, filename); in ima_audit_measurement() 313 audit_log_format(ab, " hash="); in ima_audit_measurement() 315 audit_log_untrustedstring(ab, algo_hash); in ima_audit_measurement() 317 audit_log_task_info(ab, current); in ima_audit_measurement() 318 audit_log_end(ab); in ima_audit_measurement()
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.ivtv | 5 5 -> Yuan MPG600/Kuroutoshikou iTVC16-STVLP [12ab:fff3,12ab:ffff] 6 6 -> Yuan MPG160/Kuroutoshikou iTVC15-STVLP [12ab:0000,10fc:40a0] 12 12 -> YUAN MPG600GR/Kuroutoshikou CX23416GYC-STVLP [12ab:0600,fbab:0600,1154:0523] 15 15 -> GOTVIEW PCI DVD (partial support only) [12ab:0600]
|
D | CARDLIST.cx88 | 44 43 -> KWorld/VStream XPert DVB-T with cx22702 [17de:08a1,12ab:2300] 61 60 -> Pinnacle Hybrid PCTV [12ab:1788]
|
D | CARDLIST.saa7134 | 37 36 -> UPMOST PURPLE TV [12ab:0800]
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 102 static int annotate_browser__pcnt_width(struct annotate_browser *ab) in annotate_browser__pcnt_width() argument 104 int w = 7 * ab->nr_events; in annotate_browser__pcnt_width() 106 if (ab->have_cycles) in annotate_browser__pcnt_width() 113 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__write() local 121 int i, pcnt_width = annotate_browser__pcnt_width(ab); in annotate_browser__write() 125 for (i = 0; i < ab->nr_events; i++) { in annotate_browser__write() 132 for (i = 0; i < ab->nr_events; i++) { in annotate_browser__write() 145 ui_browser__write_nstring(browser, " ", 7 * ab->nr_events); in annotate_browser__write() 149 ui_browser__write_nstring(browser, " ", 7 * ab->nr_events); in annotate_browser__write() 151 if (ab->have_cycles) { in annotate_browser__write() [all …]
|
/linux-4.4.14/drivers/tty/ |
D | tty_audit.c | 66 struct audit_buffer *ab; in tty_audit_log() local 73 ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_TTY); in tty_audit_log() 74 if (ab) { in tty_audit_log() 77 audit_log_format(ab, "%s pid=%u uid=%u auid=%u ses=%u major=%d" in tty_audit_log() 81 audit_log_untrustedstring(ab, name); in tty_audit_log() 82 audit_log_format(ab, " data="); in tty_audit_log() 83 audit_log_n_hex(ab, data, size); in tty_audit_log() 84 audit_log_end(ab); in tty_audit_log()
|
/linux-4.4.14/security/smack/ |
D | smack_access.c | 321 static void smack_log_callback(struct audit_buffer *ab, void *a) in smack_log_callback() argument 325 audit_log_format(ab, "lsm=SMACK fn=%s action=%s", in smack_log_callback() 328 audit_log_format(ab, " subject="); in smack_log_callback() 329 audit_log_untrustedstring(ab, sad->subject); in smack_log_callback() 330 audit_log_format(ab, " object="); in smack_log_callback() 331 audit_log_untrustedstring(ab, sad->object); in smack_log_callback() 333 audit_log_format(ab, " labels_differ"); in smack_log_callback() 335 audit_log_format(ab, " requested=%s", sad->request); in smack_log_callback()
|
/linux-4.4.14/security/selinux/ |
D | avc.c | 109 static void avc_dump_av(struct audit_buffer *ab, u16 tclass, u32 av) in avc_dump_av() argument 115 audit_log_format(ab, " null"); in avc_dump_av() 122 audit_log_format(ab, " {"); in avc_dump_av() 127 audit_log_format(ab, " %s", perms[i]); in avc_dump_av() 135 audit_log_format(ab, " 0x%x", av); in avc_dump_av() 137 audit_log_format(ab, " }"); in avc_dump_av() 146 static void avc_dump_query(struct audit_buffer *ab, u32 ssid, u32 tsid, u16 tclass) in avc_dump_query() argument 154 audit_log_format(ab, "ssid=%d", ssid); in avc_dump_query() 156 audit_log_format(ab, "scontext=%s", scontext); in avc_dump_query() 162 audit_log_format(ab, " tsid=%d", tsid); in avc_dump_query() [all …]
|
D | hooks.c | 3010 struct audit_buffer *ab; in selinux_inode_setxattr() local 3026 ab = audit_log_start(current->audit_context, GFP_ATOMIC, AUDIT_SELINUX_ERR); in selinux_inode_setxattr() 3027 audit_log_format(ab, "op=setxattr invalid_context="); in selinux_inode_setxattr() 3028 audit_log_n_untrustedstring(ab, value, audit_size); in selinux_inode_setxattr() 3029 audit_log_end(ab); in selinux_inode_setxattr() 5651 struct audit_buffer *ab; in selinux_setprocattr() local 5660 ab = audit_log_start(current->audit_context, GFP_ATOMIC, AUDIT_SELINUX_ERR); in selinux_setprocattr() 5661 audit_log_format(ab, "op=fscreate invalid_context="); in selinux_setprocattr() 5662 audit_log_n_untrustedstring(ab, value, audit_size); in selinux_setprocattr() 5663 audit_log_end(ab); in selinux_setprocattr()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 1414 struct lpfc_fdmi_attr_block *ab = NULL; in lpfc_fdmi_cmd() local 1496 ab = (struct lpfc_fdmi_attr_block *) in lpfc_fdmi_cmd() 1498 ab->EntryCnt = 0; in lpfc_fdmi_cmd() 1514 ab->EntryCnt++; in lpfc_fdmi_cmd() 1532 ab->EntryCnt++; in lpfc_fdmi_cmd() 1550 ab->EntryCnt++; in lpfc_fdmi_cmd() 1567 ab->EntryCnt++; in lpfc_fdmi_cmd() 1585 ab->EntryCnt++; in lpfc_fdmi_cmd() 1611 ab->EntryCnt++; in lpfc_fdmi_cmd() 1629 ab->EntryCnt++; in lpfc_fdmi_cmd() [all …]
|
D | lpfc_hw.h | 1302 struct lpfc_fdmi_attr_block ab; member 1310 struct lpfc_fdmi_attr_block ab; member
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | rxtx.h | 102 struct vnt_phy_field ab; member 145 struct vnt_phy_field ab; member 218 struct vnt_rrv_time_ab ab; member 242 struct vnt_phy_field ab; member
|
D | rxtx.c | 373 tx_context->pkt_type, &buf->ab); in vnt_rxtx_datahead_ab() 487 tx_context->pkt_type, &buf->ab); in vnt_rxtx_rts_ab_head() 653 struct vnt_rrv_time_ab *buf = &tx_head->tx_ab.ab; in vnt_rxtx_ab() 1026 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit() 1039 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()
|
/linux-4.4.14/arch/arc/kernel/ |
D | ctx_sw_asm.S | 58 ld.ab fp, [sp, 4] 59 ld.ab blink, [sp, 4]
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | rxtx.h | 105 struct vnt_phy_field ab; member 144 struct vnt_phy_field ab; member 189 struct vnt_phy_field ab; member
|
D | rxtx.c | 589 byPktType, &buf->ab); in s_uFillDataHead() 611 byPktType, &buf->ab); in s_uFillDataHead() 757 byPktType, &buf->ab); in s_vFillRTSHead() 808 PK_TYPE_11B, &buf->ab); in s_vFillRTSHead() 1430 PK_TYPE_11A, &short_head->ab); in vnt_beacon_xmit() 1446 PK_TYPE_11B, &short_head->ab); in vnt_beacon_xmit()
|
/linux-4.4.14/drivers/block/ |
D | sx8.c | 691 struct carm_msg_allocbuf *ab = mem; in carm_fill_alloc_buf() local 693 memset(ab, 0, sizeof(*ab)); in carm_fill_alloc_buf() 694 ab->type = CARM_MSG_MISC; in carm_fill_alloc_buf() 695 ab->subtype = MISC_ALLOC_MEM; in carm_fill_alloc_buf() 696 ab->handle = cpu_to_le32(TAG_ENCODE(idx)); in carm_fill_alloc_buf() 697 ab->n_sg = 1; in carm_fill_alloc_buf() 698 ab->sg_type = SGT_32BIT; in carm_fill_alloc_buf() 699 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf() 700 ab->len = cpu_to_le32(PDC_SHM_SIZE >> 1); in carm_fill_alloc_buf() 701 ab->evt_pool = cpu_to_le32(host->shm_dma + (16 * 1024)); in carm_fill_alloc_buf() [all …]
|
/linux-4.4.14/Documentation/ja_JP/ |
D | stable_kernel_rules.txt | 3 This one is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com> 20 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com>
|
D | HOWTO | 3 This document is maintained by Tsugikazu Shibata <tshibata@ab.jp.nec.com> 22 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com>
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 45 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 60 .long R(e2, 71, 71, 93), R(ab, d8, d8, 73) 113 .long R(3b, 90, 90, ab), R(0b, 88, 88, 83) 171 .long R(3b, ab, 6b, cb), R(1f, 9d, 45, f1) 172 .long R(ac, fa, 58, ab), R(4b, e3, 03, 93) 195 .long R(ab, 73, d3, 23), R(72, 4b, 02, e2) 196 .long R(e3, 1f, 8f, 57), R(66, 55, ab, 2a)
|
/linux-4.4.14/drivers/crypto/caam/ |
D | pdb.h | 385 u8 *ab; /* ECC only */ member 399 u8 *ab; /* only used if ECC processing */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | da9052-i2c.txt | 5 "dlg,da9053-ab", or "dlg,da9053-bb"
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | versatile-pb.dts | 1 #include <versatile-ab.dts>
|
D | versatile-ab.dts | 6 compatible = "arm,versatile-ab";
|
D | Makefile | 406 omap3-beagle-xm-ab.dtb \ 712 versatile-ab.dtb \
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-api.c | 191 struct tmComResEncAudioBitRate ab; in saa7164_api_set_encoder() local 229 ab.ucAudioBitRateMode = 0; in saa7164_api_set_encoder() 230 ab.dwAudioBitRate = 384000; in saa7164_api_set_encoder() 231 ab.dwAudioBitRatePeak = ab.dwAudioBitRate; in saa7164_api_set_encoder() 235 &ab); in saa7164_api_set_encoder()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | entry.h | 46 ld.ab \reg, [sp, 4]
|
/linux-4.4.14/Documentation/timers/ |
D | timer_stats.txt | 4 timer_stats is a debugging facility to make the timer (ab)usage in a Linux
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.c | 245 int ab = sc_mem_pool_config[i].absolute_blocks; in init_sc_pools_and_sizes() local 253 } else if (ab >= 0) { /* absolute blocks valid */ in init_sc_pools_and_sizes() 254 ab_total += ab; in init_sc_pools_and_sizes() 264 mem_pool_info[i].blocks = ab; in init_sc_pools_and_sizes()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_cmd_encoder.c | 43 .ab = (ab_val), \
|
D | mdp5_encoder.c | 49 .ab = (ab_val), \
|
/linux-4.4.14/security/selinux/ss/ |
D | services.c | 470 struct audit_buffer *ab; in security_dump_masked_av() local 506 ab = audit_log_start(current->audit_context, in security_dump_masked_av() 508 if (!ab) in security_dump_masked_av() 511 audit_log_format(ab, "op=security_compute_av reason=%s " in security_dump_masked_av() 521 audit_log_format(ab, "%s%s", in security_dump_masked_av() 527 audit_log_end(ab); in security_dump_masked_av()
|
/linux-4.4.14/Documentation/scsi/ |
D | aacraid.txt | 111 9005:0286:9005:02ab (Typhoon40)
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtables.c | 1067 struct audit_buffer *ab; in do_replace_finish() local 1069 ab = audit_log_start(current->audit_context, GFP_KERNEL, in do_replace_finish() 1071 if (ab) { in do_replace_finish() 1072 audit_log_format(ab, "table=%s family=%u entries=%u", in do_replace_finish() 1074 audit_log_end(ab); in do_replace_finish()
|
/linux-4.4.14/drivers/rtc/ |
D | Makefile | 27 obj-$(CONFIG_RTC_DRV_ABB5ZES3) += rtc-ab-b5ze-s3.o
|
D | Kconfig | 175 will be called rtc-ab-b5ze-s3.
|
/linux-4.4.14/drivers/tty/vt/ |
D | cp437.uni | 199 0xae U+00ab
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | arm-boards | 76 compatible = "arm,versatile-ab"; /* Application baseboard */
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 142 The VERSION number for the driver will be of the format v.xy.ab.
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 217 ab: STOS/W/D/Q Yv,rAX 516 ab: BTS Ev,Gv 723 ab: vfmsub213ss/d Vx,Hx,Wx (66),(v),(v1)
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 217 ab: STOS/W/D/Q Yv,rAX 516 ab: BTS Ev,Gv 723 ab: vfmsub213ss/d Vx,Hx,Wx (66),(v),(v1)
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 2256 …g_emit_gds_switch(r, v, db, ds, wb, ws, ab, as) (r)->funcs->emit_gds_switch((r), (v), (db), (ds), … argument
|
/linux-4.4.14/Documentation/networking/ |
D | README.ipw2200 | 216 3 802.11ab (2915 only)
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pfc-emev2.c | 1390 SH_PFC_FUNCTION(ab),
|
/linux-4.4.14/init/ |
D | Kconfig | 901 # For architectures that (ab)use NUMA to represent different memory regions
|
/linux-4.4.14/ |
D | CREDITS | 24 E: thomas.ab@samsung.com
|
D | MAINTAINERS | 1662 F: drivers/pinctrl/nomadik/pinctrl-ab*
|