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:snl
(Results
1 - 4
of
4
) sorted by relevance
/third_party/eudev/src/libudev/
H
A
D
libudev-monitor.c
56
union sockaddr_union
snl
;
member
110
union sockaddr_union
snl
;
in monitor_set_nl_address()
local
120
r = getsockname(udev_monitor->sock, &
snl
.sa, &addrlen);
in monitor_set_nl_address()
122
udev_monitor->
snl
.nl.nl_pid =
snl
.nl.nl_pid;
in monitor_set_nl_address()
175
udev_monitor->
snl
.nl.nl_family = AF_NETLINK;
in udev_monitor_new_from_netlink_fd()
176
udev_monitor->
snl
.nl.nl_groups = group;
in udev_monitor_new_from_netlink_fd()
345
udev_monitor->snl_trusted_sender.nl.nl_pid = sender->
snl
.nl.nl_pid;
in udev_monitor_allow_unicast_sender()
366
&udev_monitor->
snl
.sa, sizeof(struct sockaddr_nl));
in udev_monitor_enable_receiving()
547
union sockaddr_union
snl
;
in udev_monitor_receive_device()
local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H
A
D
ca.c
1098
const int
snl
= ASN1_STRING_length(serialNumber);
in ca_main()
local
1099
const int filen_len = 2 * (
snl
> 0 ?
snl
: 1) + sizeof(".pem");
in ca_main()
1107
if (
snl
> 0) {
in ca_main()
1110
for (j = 0; j <
snl
; j++, psn++) {
in ca_main()
/third_party/openssl/apps/
H
A
D
ca.c
1084
const int
snl
= ASN1_STRING_length(serialNumber);
in ca_main()
local
1085
const int filen_len = 2 * (
snl
> 0 ?
snl
: 1) + sizeof(".pem");
in ca_main()
1093
if (
snl
> 0) {
in ca_main()
1096
for (j = 0; j <
snl
; j++, psn++) {
in ca_main()
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
mod.rs
2435
let
snl
= unsafe { *(addr as *const _ as *const sockaddr_nl) };
in sockaddr_storage_to_addr()
2436
Ok(SockAddr::Netlink(NetlinkAddr(
snl
)))
in sockaddr_storage_to_addr()
Completed in 11 milliseconds