Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:authority
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsacl.c
135
/* The
authority
field is a single 48-bit number */
in sid_to_key_str()
136
id_auth_val = (unsigned long long)sidptr->
authority
[5];
in sid_to_key_str()
137
id_auth_val |= (unsigned long long)sidptr->
authority
[4] << 8;
in sid_to_key_str()
138
id_auth_val |= (unsigned long long)sidptr->
authority
[3] << 16;
in sid_to_key_str()
139
id_auth_val |= (unsigned long long)sidptr->
authority
[2] << 24;
in sid_to_key_str()
140
id_auth_val |= (unsigned long long)sidptr->
authority
[1] << 32;
in sid_to_key_str()
141
id_auth_val |= (unsigned long long)sidptr->
authority
[0] << 48;
in sid_to_key_str()
144
* MS-DTYP states that if the
authority
is >= 2^32, then it should be
in sid_to_key_str()
186
if (ctsid->
authority
[i] != cwsid->
authority
[
in compare_sids()
[all...]
H
A
D
cifsacl.h
26
#define NUM_AUTHS (6) /* number of
authority
fields */
27
#define SID_MAX_SUB_AUTHORITIES (15) /* max number of sub
authority
fields */
58
* "S-" + 3 bytes for version field + 15 for
authority
field + NULL terminator
60
* For
authority
field, max is when all 6 values are non-zero and it must be
80
__u8
authority
[NUM_AUTHS];
member
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
Makefile
16
hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) +=
authority
/authentication.o
17
hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) +=
authority
/config.o
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
Makefile
16
hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) +=
authority
/authentication.o
17
hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) +=
authority
/config.o
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsacl.c
128
/* The
authority
field is a single 48-bit number */
in sid_to_key_str()
129
id_auth_val = (unsigned long long)sidptr->
authority
[5];
in sid_to_key_str()
130
id_auth_val |= (unsigned long long)sidptr->
authority
[4] << 8;
in sid_to_key_str()
131
id_auth_val |= (unsigned long long)sidptr->
authority
[3] << 16;
in sid_to_key_str()
132
id_auth_val |= (unsigned long long)sidptr->
authority
[2] << 24;
in sid_to_key_str()
133
id_auth_val |= (unsigned long long)sidptr->
authority
[1] << 32;
in sid_to_key_str()
134
id_auth_val |= (unsigned long long)sidptr->
authority
[0] << 48;
in sid_to_key_str()
137
* MS-DTYP states that if the
authority
is >= 2^32, then it should be
in sid_to_key_str()
179
if (ctsid->
authority
[i] != cwsid->
authority
[
in compare_sids()
[all...]
H
A
D
cifsacl.h
12
#define NUM_AUTHS (6) /* number of
authority
fields */
13
#define SID_MAX_SUB_AUTHORITIES (15) /* max number of sub
authority
fields */
48
* "S-" + 3 bytes for version field + 15 for
authority
field + NULL terminator
50
* For
authority
field, max is when all 6 values are non-zero and it must be
70
__u8
authority
[NUM_AUTHS];
member
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smbacl.c
89
if (ctsid->
authority
[i] != cwsid->
authority
[i]) {
in compare_sids()
90
if (ctsid->
authority
[i] > cwsid->
authority
[i])
in compare_sids()
123
dst->
authority
[i] = src->
authority
[i];
in smb_copy_sid()
211
pntace->sid.
authority
[i] = psid->
authority
[i];
in fill_ace_for_sid()
H
A
D
smbacl.h
18
#define NUM_AUTHS (6) /* number of
authority
fields */
19
#define SID_MAX_SUB_AUTHORITIES (15) /* max number of sub
authority
fields */
104
* "S-" + 3 bytes for version field + 15 for
authority
field + NULL terminator
106
* For
authority
field, max is when all 6 values are non-zero and it must be
130
__u8
authority
[NUM_AUTHS];
member
Completed in 6 milliseconds