Searched refs:label (Results 51 - 75 of 795) sorted by relevance

1234567891011>>

/linux-master/include/net/
H A Dmpls_iptunnel.h17 u32 label[]; member in struct:mpls_iptunnel_encap
/linux-master/include/linux/gpio/
H A Dgpio-reg.h13 int base, int num, const char *label, u32 direction, u32 def_out,
/linux-master/security/apparmor/include/
H A Dcapability.h39 int aa_capable(const struct cred *subj_cred, struct aa_label *label,
H A Dpolicy.h28 #include "label.h"
52 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT)
54 #define CHECK_DEBUG1(_profile) ((_profile)->label.flags & FLAG_DEBUG1)
56 #define CHECK_DEBUG2(_profile) ((_profile)->label.flags & FLAG_DEBUG2)
58 #define profile_is_stale(_profile) (label_is_stale(&(_profile)->label))
160 * @secmark: secmark label match info
196 * @label - label this profile is an extension of
244 struct aa_label label; member in struct:aa_profile
271 ssize_t aa_replace_profiles(struct aa_ns *view, struct aa_label *label,
[all...]
H A Dresource.h36 int aa_task_setrlimit(const struct cred *subj_cred, struct aa_label *label,
H A Dtask.h19 * struct aa_task_ctx - information for current task label change
20 * @nnp: snapshot of label at time of no_new_privs
32 int aa_replace_current_label(struct aa_label *label);
33 void aa_set_current_onexec(struct aa_label *label, bool stack);
34 int aa_set_current_hat(struct aa_label *label, u64 token);
/linux-master/arch/powerpc/include/asm/
H A Dhead-64.h70 * inserted in our .text section, above the start_text label (which breaks
160 // define label as being _in_ sname
161 #define DEFINE_FIXED_SYMBOL(label, sname) \
162 label##_absolute = (label - start_ ## sname + sname ## _start)
164 #define FIXED_SYMBOL_ABS_ADDR(label) \
165 (label##_absolute)
167 // find label from _within_ sname
168 #define ABS_ADDR(label, sname) (label
[all...]
H A Duaccess.h76 #define __put_user_asm_goto(x, addr, label, op) \
83 : label)
85 #define __put_user_asm_goto(x, addr, label, op) \
92 : label)
96 #define __put_user_asm2_goto(x, ptr, label) \
97 __put_user_asm_goto(x, ptr, label, "std")
99 #define __put_user_asm2_goto(x, addr, label) \
108 : label)
111 #define __put_user_size_goto(x, ptr, size, label) \
116 case 1: __put_user_asm_goto(x, __pus_addr, label, "st
[all...]
/linux-master/drivers/pinctrl/
H A Dpinctrl-mcp23s08_i2c.c28 mcp->chip.label = info->label;
47 .label = "mcp23008",
55 .label = "mcp23017",
63 .label = "mcp23018",
/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h178 .macro fp_get_instr_data f,s,dest,label
179 getuser \f,%sp@(FPS_PC+4)@(0),\dest,\label,%sp@(FPS_PC+4)
183 .macro fp_get_instr_word dest,label,addr variable
184 fp_get_instr_data w,2,\dest,\label,\addr variable
187 .macro fp_get_instr_long dest,label,addr variable
188 fp_get_instr_data l,4,\dest,\label,\addr variable
196 .macro getuser size,src,dest,label,addr variable
203 jra \label
212 .macro putuser size,src,dest,label,addr variable
220 jra \label
237 .macro getuser.\\m src,dest,label,addr variable
238 getuser .\\m,\\src,\\dest,\\label,\\addr variable
240 .macro putuser.\\m src,dest,label,addr variable
241 putuser .\\m,\\src,\\dest,\\label,\\addr variable
[all...]
/linux-master/drivers/platform/mellanox/
H A Dnvsw-sn2201.c396 .label = "psu1",
402 .label = "psu2",
411 .label = "pwr1",
418 .label = "pwr2",
428 .label = "fan1",
435 .label = "fan2",
442 .label = "fan3",
449 .label = "fan4",
459 .label = "nic_smb_alert",
465 .label
[all...]
/linux-master/net/netfilter/
H A Dxt_IDLETIMER.c51 struct idletimer_tg *__idletimer_tg_find_by_label(const char *label) argument
56 if (!strcmp(label, entry->attr.attr.name))
146 ret = idletimer_check_sysfs_name(info->label, sizeof(info->label));
151 info->timer->attr.attr.name = kstrdup(info->label, GFP_KERNEL);
195 ret = idletimer_check_sysfs_name(info->label, sizeof(info->label));
200 info->timer->attr.attr.name = kstrdup(info->label, GFP_KERNEL);
256 info->label, info->timeout);
273 info->label, inf
[all...]
/linux-master/block/partitions/
H A Dibm.c112 union label_t *label)
119 /* There a three places where we may find a valid label:
144 memcpy(label, data, sizeof(*label));
150 memcpy(name, label->vol.volid, DASD_VOL_ID_LEN);
156 memcpy(name, label->lnx.volid, DASD_VOL_ID_LEN);
172 union label_t *label)
186 * get start of VTOC from the disk label and then search for format1
190 blk = cchhb2blk(&label->vol.vtoc, geo) + 1;
234 union label_t *label,
105 find_label(struct parsed_partitions *state, dasd_information2_t *info, struct hd_geometry *geo, int blocksize, sector_t *labelsect, char name[], char type[], union label_t *label) argument
168 find_vol1_partitions(struct parsed_partitions *state, struct hd_geometry *geo, int blocksize, char name[], union label_t *label) argument
230 find_lnx1_partitions(struct parsed_partitions *state, struct hd_geometry *geo, int blocksize, char name[], union label_t *label, sector_t labelsect, sector_t nr_sectors, dasd_information2_t *info) argument
277 find_cms1_partitions(struct parsed_partitions *state, struct hd_geometry *geo, int blocksize, char name[], union label_t *label, sector_t labelsect) argument
338 union label_t *label; local
[all...]
/linux-master/security/lockdown/
H A Dlockdown.c106 const char *label = lockdown_reasons[level]; local
109 offset += sprintf(temp+offset, "[%s] ", label);
111 offset += sprintf(temp+offset, "%s ", label);
140 const char *label = lockdown_reasons[level]; local
142 if (label && !strcmp(state, label))
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c31 static void print_size(const char *label, uint32_t val) argument
33 printf("%s cache size: %#10x %10dB %10dK\n", label, val, val, val / 1024);
36 static void print_geo(const char *label, uint32_t val) argument
40 printf("%s line size: %#10x ", label, val & 0xFFFF);
/linux-master/arch/powerpc/boot/
H A Dplanetcore.c107 const char *label; local
110 label = planetcore_get_key(table, PLANETCORE_KEY_SERIAL_PORT);
111 if (!label)
114 node = find_node_by_prop_value_str(NULL, "linux,planetcore-label",
115 label);
/linux-master/arch/x86/include/asm/
H A Dfutex.h15 #define unsafe_atomic_op1(insn, oval, uaddr, oparg, label) \
24 goto label; \
29 #define unsafe_atomic_op2(insn, oval, uaddr, oparg, label) \
44 goto label; \
/linux-master/security/apparmor/
H A Dprocattr.c20 * aa_getprocattr - Return the label information for @label
21 * @label: the label to print label info about (NOT NULL)
22 * @string: Returns - string containing the label info (NOT NULL)
25 * Requires: label != NULL && string != NULL
27 * Creates a string containing the label information for @label.
31 int aa_getprocattr(struct aa_label *label, cha argument
[all...]
H A Dpolicy.c139 * __add_profile - add a profiles to list and label tree
159 l = aa_label_insert(&profile->ns->labels, &profile->label);
160 AA_BUG(l != &profile->label);
201 aa_label_remove(&profile->label);
253 kfree_sensitive(rules->secmark[i].label);
318 aa_label_destroy(&profile->label);
338 profile = kzalloc(struct_size(profile, label.vec, 2), gfp);
344 if (!aa_label_init(&profile->label, 1, gfp))
357 proxy = aa_alloc_proxy(&profile->label, gfp);
362 profile->label
789 policy_ns_capable(const struct cred *subj_cred, struct aa_label *label, struct user_namespace *userns, int cap) argument
814 aa_policy_view_capable(const struct cred *subj_cred, struct aa_label *label, struct aa_ns *ns) argument
834 aa_policy_admin_capable(const struct cred *subj_cred, struct aa_label *label, struct aa_ns *ns) argument
850 struct aa_label *label; local
862 struct aa_label *label; local
881 aa_may_manage_policy(const struct cred *subj_cred, struct aa_label *label, struct aa_ns *ns, u32 mask) argument
1057 aa_replace_profiles(struct aa_ns *policy_ns, struct aa_label *label, u32 mask, struct aa_loaddata *udata) argument
[all...]
/linux-master/include/trace/events/
H A Dhwmon.h55 __string(label, s)
61 __assign_str(label, s);
65 __entry->index, __get_str(attr_name), __get_str(label))
/linux-master/drivers/usb/host/
H A Dehci-dbg.c15 static void dbg_hcs_params(struct ehci_hcd *ehci, char *label) argument
21 label, params,
42 ehci_dbg(ehci, "%s portroute %s\n", label, buf);
51 static void dbg_hcc_params(struct ehci_hcd *ehci, char *label) argument
58 label, params,
65 label,
80 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) argument
82 ehci_dbg(ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qtd,
96 dbg_qh(const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) argument
100 ehci_dbg(ehci, "%s qh %p n%08x info %x %x qtd %x\n", label,
106 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) argument
137 dbg_sitd(const char *label, struct ehci_hcd *ehci, struct ehci_sitd *sitd) argument
152 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) argument
171 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) argument
188 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) argument
212 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) argument
261 dbg_status(struct ehci_hcd *ehci, const char *label, u32 status) argument
270 dbg_cmd(struct ehci_hcd *ehci, const char *label, u32 command) argument
279 dbg_port(struct ehci_hcd *ehci, const char *label, int port, u32 status) argument
763 static char label[] = ""; local
1049 dbg_hcs_params(struct ehci_hcd *ehci, char *label) argument
1050 dbg_hcc_params(struct ehci_hcd *ehci, char *label) argument
1052 dbg_qh(const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) argument
1055 dbg_status_buf(const char *buf, unsigned int len, const char *label, u32 status) argument
1059 dbg_command_buf(const char *buf, unsigned int len, const char *label, u32 command) argument
1063 dbg_intr_buf(const char *buf, unsigned int len, const char *label, u32 enable) argument
1067 dbg_port_buf(char *buf, unsigned int len, const char *label, int port, u32 status) argument
1071 dbg_status(struct ehci_hcd *ehci, const char *label, u32 status) argument
1073 dbg_cmd(struct ehci_hcd *ehci, const char *label, u32 command) argument
1075 dbg_port(struct ehci_hcd *ehci, const char *label, int port, u32 status) argument
[all...]
/linux-master/net/ipv6/
H A Daddrlabel.c37 u32 label; member in struct:ip6addrlbl_entry
45 * prefix addr_type label
69 u32 label; member in struct:ip6addrlbl_init_table
73 .label = 1,
77 .label = 5,
81 .label = 11,
85 .label = 2,
89 .label = 12,
93 .label = 6,
97 .label
143 u32 label; local
160 ip6addrlbl_alloc(const struct in6_addr *prefix, int prefixlen, int ifindex, u32 label) argument
242 ip6addrlbl_add(struct net *net, const struct in6_addr *prefix, int prefixlen, int ifindex, u32 label, int replace) argument
391 u32 label; local
[all...]
/linux-master/drivers/regulator/
H A Dtwl6030-regulator.c510 #define TWL6030_ADJUSTABLE_SMPS(label) \
511 static const struct twlreg_info TWL6030_INFO_##label = { \
513 .name = #label, \
514 .id = TWL6030_REG_##label, \
521 #define TWL6030_ADJUSTABLE_LDO(label, offset) \
522 static const struct twlreg_info TWL6030_INFO_##label = { \
525 .name = #label, \
526 .id = TWL6030_REG_##label, \
536 #define TWL6032_ADJUSTABLE_LDO(label, offset) \
537 static const struct twlreg_info TWL6032_INFO_##label
[all...]
H A Dtwl-regulator.c456 #define TWL4030_ADJUSTABLE_LDO(label, offset, num, turnon_delay, remap_conf) \
457 static const struct twlreg_info TWL4030_INFO_##label = { \
460 .table_len = ARRAY_SIZE(label##_VSEL_table), \
461 .table = label##_VSEL_table, \
464 .name = #label, \
465 .id = TWL4030_REG_##label, \
466 .n_voltages = ARRAY_SIZE(label##_VSEL_table), \
475 #define TWL4030_ADJUSTABLE_SMPS(label, offset, num, turnon_delay, remap_conf, \
477 static const struct twlreg_info TWL4030_INFO_##label = { \
482 .name = #label, \
[all...]
/linux-master/drivers/pwm/
H A Dpwm-twl.c88 dev_err(pwmchip_parent(chip), "%s: Failed to configure PWM\n", pwm->label);
102 dev_err(pwmchip_parent(chip), "%s: Failed to read GPBR1\n", pwm->label);
110 dev_err(pwmchip_parent(chip), "%s: Failed to enable PWM\n", pwm->label);
116 dev_err(pwmchip_parent(chip), "%s: Failed to enable PWM\n", pwm->label);
132 dev_err(pwmchip_parent(chip), "%s: Failed to read GPBR1\n", pwm->label);
140 dev_err(pwmchip_parent(chip), "%s: Failed to disable PWM\n", pwm->label);
146 dev_err(pwmchip_parent(chip), "%s: Failed to disable PWM\n", pwm->label);
169 dev_err(pwmchip_parent(chip), "%s: Failed to read PMBR1\n", pwm->label);
183 dev_err(pwmchip_parent(chip), "%s: Failed to request PWM\n", pwm->label);
204 dev_err(pwmchip_parent(chip), "%s: Failed to read PMBR1\n", pwm->label);
[all...]

Completed in 365 milliseconds

1234567891011>>