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:sec_desc
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsinfo.c
1035
static void ntfs_dump_security_descriptor(SECURITY_DESCRIPTOR_ATTR *
sec_desc
,
in ntfs_dump_security_descriptor()
argument
1040
printf("%s\tRevision:\t\t %u\n", indent,
sec_desc
->revision);
in ntfs_dump_security_descriptor()
1044
le16_to_cpu(
sec_desc
->control));
in ntfs_dump_security_descriptor()
1046
if (~
sec_desc
->control & SE_SELF_RELATIVE) {
in ntfs_dump_security_descriptor()
1047
SECURITY_DESCRIPTOR *sd = (SECURITY_DESCRIPTOR *)
sec_desc
;
in ntfs_dump_security_descriptor()
1057
if (
sec_desc
->owner) {
in ntfs_dump_security_descriptor()
1058
sid = ntfs_sid_to_mbs((SID *)((char *)
sec_desc
+
in ntfs_dump_security_descriptor()
1059
le32_to_cpu(
sec_desc
->owner)), NULL, 0);
in ntfs_dump_security_descriptor()
1065
if (
sec_desc
->group) {
in ntfs_dump_security_descriptor()
1066
sid = ntfs_sid_to_mbs((SID *)((char *)
sec_desc
in ntfs_dump_security_descriptor()
[all...]
/third_party/libbpf/src/
H
A
D
libbpf.c
1783
struct elf_sec_desc *
sec_desc
;
local
1791
sec_desc
= &obj->efile.secs[sec_idx];
1794
if (!
sec_desc
->data ||
sec_desc
->data->d_size == 0)
1797
switch (
sec_desc
->sec_type) {
1806
sec_desc
->data->d_buf,
1807
sec_desc
->data->d_size);
1818
sec_desc
->data->d_buf,
1819
sec_desc
->data->d_size);
1830
sec_desc
3656
struct elf_
sec_desc
*
sec_desc
;
global()
local
7179
struct elf_
sec_desc
*
sec_desc
= &obj->efile.secs[i];
global()
local
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
attrib.h
271
SECURITY_DESCRIPTOR_ATTR
sec_desc
;
member
Completed in 13 milliseconds