Home
last modified time | relevance | path

Searched full:label (Results 1 – 25 of 3464) sorted by relevance

12345678910>>...139

/OK3568_Linux_fs/kernel/security/apparmor/
H A Dlabel.c5 * This file contains AppArmor label definitions
16 #include "include/label.h"
27 * code - will take a ref count on a label if it needs the label
29 * profiles - each profile is a label
30 * secids - a pinned secid will keep a refcount of the label it is
34 * Labels are not ref counted by the label set, so they maybe removed and
45 /* p->label will not updated any more as p is dead */ in free_proxy()
46 aa_put_label(rcu_dereference_protected(proxy->label, true)); in free_proxy()
48 RCU_INIT_POINTER(proxy->label, (struct aa_label *)PROXY_POISON); in free_proxy()
60 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy() argument
[all …]
H A Dsecid.c9 * AppArmor allocates a unique secid for every label used. If a label
10 * is replaced it receives the secid of the label it is replacing.
23 #include "include/label.h"
27 * secids - do not pin labels with a refcount. They rely on the label
38 * TODO: use secid_update in label replace
42 * aa_secid_update - update a secid mapping to a new label
44 * @label: label the secid will now map to
46 void aa_secid_update(u32 secid, struct aa_label *label) in aa_secid_update() argument
51 idr_replace(&aa_secids, label, secid); in aa_secid_update()
57 * see label for inverse aa_label_to_secid
[all …]
H A Dtask.c19 * aa_get_task_label - Get another task's label
22 * Returns: counted reference to @task's label
36 * aa_replace_current_label - replace the current tasks label
37 * @label: new label (NOT NULL)
41 int aa_replace_current_label(struct aa_label *label) in aa_replace_current_label() argument
47 AA_BUG(!label); in aa_replace_current_label()
49 if (old == label) in aa_replace_current_label()
65 if (unconfined(label) || (labels_ns(old) != labels_ns(label))) in aa_replace_current_label()
67 * if switching to unconfined or a different label namespace in aa_replace_current_label()
73 * be careful switching cred label, when racing replacement it in aa_replace_current_label()
[all …]
H A Ddomain.c117 * label_compound_match - find perms for full compound label
119 * @label: label to check access permissions for
128 * For the label A//&B//&C this does the perm match for A//&B//&C
133 struct aa_label *label, bool stack, in label_compound_match() argument
142 label_for_each(i, label, tp) { in label_compound_match()
156 label_for_each_cont(i, label, tp) { in label_compound_match()
177 * label_components_match - find perms for all subcomponents of a label
179 * @label: label to check access permissions for
188 * For the label A//&B//&C this does the perm match for each of A and B and C
193 struct aa_label *label, bool stack, in label_components_match() argument
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dfeature-fixups.h31 #define START_FTR_SECTION(label) label##1: argument
33 #define FTR_SECTION_ELSE_NESTED(label) \ argument
34 label##2: \
35 .pushsection __ftr_alt_##label,"a"; \
37 label##3:
39 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument
40 label##4: \
44 label##5: \
47 FTR_ENTRY_OFFSET label##1b-label##5b; \
48 FTR_ENTRY_OFFSET label##2b-label##5b; \
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/primitives/asm/
H A Dfeature-fixups.h31 #define START_FTR_SECTION(label) label##1: argument
33 #define FTR_SECTION_ELSE_NESTED(label) \ argument
34 label##2: \
35 .pushsection __ftr_alt_##label,"a"; \
37 label##3:
39 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument
40 label##4: \
44 label##5: \
47 FTR_ENTRY_OFFSET label##1b-label##5b; \
48 FTR_ENTRY_OFFSET label##2b-label##5b; \
[all …]
/OK3568_Linux_fs/buildroot/dl/dosfstools/
HDdosfstools-4.2.tar.gz ... -fat32_xp_none.label dosfstools-4.2/tests/label-fat32_xp_none_mlabel_label1.xxd dosfstools-4.2/tests/ ...
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dcred.h18 #include "label.h"
31 struct aa_label *label) in set_cred_label() argument
36 *blob = label; in set_cred_label()
40 * aa_cred_raw_label - obtain cred's label
41 * @cred: cred to obtain label from (NOT NULL)
43 * Returns: confining label
49 struct aa_label *label = cred_label(cred); in aa_cred_raw_label() local
51 AA_BUG(!label); in aa_cred_raw_label()
52 return label; in aa_cred_raw_label()
56 * aa_get_newest_cred_label - obtain the newest label on a cred
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DSmack.rst53 report if a process with one label has access
86 the label given to a new filesystem object will be the label
90 The Smack label of a process that execs a program file with
95 label does not allow all of the access permitted to a process
96 with the label contained in this attribute. This is a very
104 gets the label of the directory instead of the label of the
110 Use the Smack label in this attribute for access control
115 Use the Smack label in this attribute for access control
118 There are multiple ways to set a Smack label on a file::
123 A process can see the Smack label it is running with by
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/
H A Ddrbd-connection-state-overview.dot9 StandAlone [ style=filled,fillcolor=gray,label=StandAlone ]
13 Unconnected [ label=Unconnected ]
16 label="{communication loss|{Timeout|BrokenPipe|NetworkFailure}}" ]
21 label="try to connect, handshake"
23 WFConnection [ label=WFConnection ]
24 WFReportParams [ label=WFReportParams ]
27 TearDown [ label=TearDown ]
29 Connected [ label=Connected,style=filled,fillcolor=green,fontcolor=black ]
33 StartingSyncS [ label=StartingSyncS ]
34 StartingSyncT [ label=StartingSyncT ]
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dmlx-platform.c358 .label = "psu1",
364 .label = "psu2",
374 .label = "psu1",
380 .label = "psu2",
389 .label = "pwr1",
396 .label = "pwr2",
406 .label = "fan1",
413 .label = "fan2",
420 .label = "fan3",
427 .label = "fan4",
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/docs/
H A Dpolicy_operation_diagram.dot28 low_queue [ shape=record label = "LowP | {<ql>ctx_lo | ... | <qm>ctx_i | ... | <qr>ctx_hi}" ];
29 queues_middle_sep [ label="" shape=plaintext width=0 height=0 ];
31 rt_queue [ shape=record label = "RT | {<ql>ctx_lo | ... | <qm>ctx_j | ... | <qr>ctx_hi}" ];
33 label = "Policy's Queue(s)";
36 call_enqueue [ shape=plaintext label="enqueue_ctx()" ];
41 call_dequeue [ shape=plaintext label="dequeue_head_ctx()\n+ runpool_add_ctx()" ];
42 call_ctxfinish [ shape=plaintext label="runpool_remove_ctx()" ];
44 call_ctxdone [ shape=plaintext label="don't requeue;\n/* ctx has no more jobs */" ];
49 as0 [ width=2 height = 0.25 label="AS0: Job_1, ..., Job_n" ];
50 as1 [ width=2 height = 0.25 label="AS1: Job_1, ..., Job_m" ];
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dbcm47094-linksys-panamera.dts29 label = "WPS";
35 label = "WiFi";
41 label = "Reset";
51 label = "bcm53xx:white:wps";
56 label = "bcm53xx:green:usb2";
63 label = "bcm53xx:green:usb3";
71 label = "bcm53xx:white:power";
76 label = "bcm53xx:amber:wifi-disabled";
81 label = "bcm53xx:white:wifi-enabled";
86 label = "bcm53xx:white:bluebar1";
[all …]
H A Darmada-385-linksys-shelby.dts19 label = "shelby:amber:wan";
24 label = "shelby:white:wan";
29 label = "shelby:white:wlan_2g";
34 label = "shelby:white:wlan_5g";
39 label = "shelby:white:usb2";
44 label = "shelby:white:usb3_1";
49 label = "shelby:white:usb3_2";
54 label = "shelby:white:wps";
59 label = "shelby:amber:wps";
66 label = "shelby:white:power";
[all …]
H A Darmada-385-linksys-caiman.dts19 label = "caiman:amber:wan";
24 label = "caiman:white:wan";
29 label = "caiman:white:wlan_2g";
34 label = "caiman:white:wlan_5g";
39 label = "caiman:white:usb2";
44 label = "caiman:white:usb3_1";
49 label = "caiman:white:usb3_2";
54 label = "caiman:white:wps";
59 label = "caiman:amber:wps";
66 label = "caiman:white:power";
[all …]
H A Darmada-385-linksys-cobra.dts19 label = "cobra:amber:wan";
24 label = "cobra:white:wan";
29 label = "cobra:white:wlan_2g";
34 label = "cobra:white:wlan_5g";
39 label = "cobra:white:usb2";
44 label = "cobra:white:usb3_1";
49 label = "cobra:white:usb3_2";
54 label = "cobra:white:wps";
59 label = "cobra:amber:wps";
66 label = "cobra:white:power";
[all …]
H A Darmada-385-linksys-rango.dts21 label = "rango:amber:wan";
26 label = "rango:white:wan";
31 label = "rango:white:usb2";
36 label = "rango:white:usb3_1";
41 label = "rango:white:usb3_2";
46 label = "rango:white:wps";
51 label = "rango:amber:wps";
59 label = "rango:white:power";
64 label = "rango:white:sata";
69 label = "rango:white:wlan_2g";
[all …]
H A Dbcm4708-smartrg-sr400ac.dts32 label = "bcm53xx:white:power";
38 label = "bcm53xx:amber:power";
43 label = "bcm53xx:white:usb2";
50 label = "bcm53xx:white:usb3";
57 label = "bcm53xx:green:usb3";
64 label = "bcm53xx:white:wps";
69 label = "bcm53xx:red:status";
74 label = "bcm53xx:green:status";
79 label = "bcm53xx:blue:status";
84 label = "bcm53xx:white:wan";
[all …]
H A Dkirkwood-l-50.dts99 label = "l-50:green:status";
104 label = "l-50:red:status";
109 label = "l-50:green:wifi";
115 label = "l-50:green:internet";
120 label = "l-50:red:internet";
125 label = "l-50:green:usb1";
132 label = "l-50:red:usb1";
137 label = "l-50:green:usb2";
144 label = "l-50:red:usb2";
195 label = "factory_defaults";
[all …]
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_exp.y44 static void bpf_set_curr_label(char *label);
45 static void bpf_set_jmp_label(char *label, enum jmp_type type);
50 char *label; member
63 %token extension number label
65 %type <label> label
119 : label ':' { bpf_set_curr_label($1); }
210 : OP_JMP label {
216 : OP_JEQ '#' number ',' label ',' label {
220 | OP_JEQ 'x' ',' label ',' label {
224 | OP_JEQ '%' 'x' ',' label ',' label {
[all …]
/OK3568_Linux_fs/u-boot/cmd/
H A Dpxe.c446 * when a label section completes. We deal with that by ending a label
458 * Describes a single label given in a pxe file.
462 * name - the name of the menu as given on the 'menu label' line.
463 * kernel - the path to the kernel file to use for this label.
464 * append - kernel command line to use when booting this label
465 * initrd - path to the initrd to use for this label.
466 * attempted - 0 if we haven't tried to boot this label, 1 if we have.
467 * localboot - 1 if this label specified 'localboot', 0 otherwise.
490 * default_label - the name of the default label, if any.
492 * booting the default label.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DMSP430_002dExt.html94 <dt><code>beq label</code></dt>
95 <dd><p>A polymorph instruction which is &lsquo;<samp>jeq label</samp>&rsquo; in case if jump distan…
100 br label
104 <dt><code>bne label</code></dt>
105 …A polymorph instruction which is &lsquo;<samp>jne label</samp>&rsquo; or &lsquo;<samp>jeq +4; br l…
108 <dt><code>blt label</code></dt>
109 …>A polymorph instruction which is &lsquo;<samp>jl label</samp>&rsquo; or &lsquo;<samp>jge +4; br l…
112 <dt><code>bltn label</code></dt>
113 …polymorph instruction which is &lsquo;<samp>jn label</samp>&rsquo; or &lsquo;<samp>jn +2; jmp +4; …
116 <dt><code>bltu label</code></dt>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DMSP430_002dExt.html94 <dt><code>beq label</code></dt>
95 <dd><p>A polymorph instruction which is &lsquo;<samp>jeq label</samp>&rsquo; in case if jump distan…
100 br label
104 <dt><code>bne label</code></dt>
105 …A polymorph instruction which is &lsquo;<samp>jne label</samp>&rsquo; or &lsquo;<samp>jeq +4; br l…
108 <dt><code>blt label</code></dt>
109 …>A polymorph instruction which is &lsquo;<samp>jl label</samp>&rsquo; or &lsquo;<samp>jge +4; br l…
112 <dt><code>bltn label</code></dt>
113 …polymorph instruction which is &lsquo;<samp>jn label</samp>&rsquo; or &lsquo;<samp>jn +2; jmp +4; …
116 <dt><code>bltu label</code></dt>
[all …]
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0006-Support-PARTLABEL.patch35 char *label;
42 -#define get_label_uuid(fd, label, uuid, type) \
43 - get_label_uuid(fd, label, uuid)
44 -#define uuidcache_addentry(device, label, uuid, type) \
45 - uuidcache_addentry(device, label, uuid)
46 +#define get_label_uuid(fd, label, partlabel, uuid, type) \
47 + get_label_uuid(fd, label, partlabel, uuid)
48 +#define uuidcache_addentry(device, label, partlabel, uuid, type) \
49 + uuidcache_addentry(device, label, partlabel, uuid)
57 -get_label_uuid(int fd, char **label, char **uuid, const char **type)
[all …]
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dasm-macros.h91 * Tests the bit in reg2 and branches to label if the
97 .macro BTBZ reg1, reg2, bit, label
99 beq \reg1, r0, \label
103 * Tests the bit in reg2 and branches to label if the
109 .macro BTBNZ reg1, reg2, bit, label
111 bne \reg1, r0, \label
180 * original bit was zero it branches to label.
185 .macro BTCBZ reg1, reg2, bit, label
187 beq \reg1, r0, \label
193 * original bit was non-zero it branches to label.
[all …]

12345678910>>...139