Home
last modified time | relevance | path

Searched +full:sig +full:- +full:dir +full:- +full:cmd (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmmci.txt11 - compatible : contains "arm,pl18x", "arm,primecell".
12 - vmmc-supply : phandle to the regulator device tree node, mentioned
16 - arm,primecell-periphid : contains the PrimeCell Peripheral ID, it overrides
18 - resets : phandle to internal reset line.
20 - vqmmc-supply : phandle to the regulator device tree node, mentioned
23 - st,sig-dir-dat0 : bus signal direction pin used for DAT[0].
24 - st,sig-dir-dat2 : bus signal direction pin used for DAT[2].
25 - st,sig-dir-dat31 : bus signal direction pin used for DAT[3] and DAT[1].
26 - st,sig-dir-dat74 : bus signal direction pin used for DAT[4] to DAT[7].
27 - st,sig-dir-cmd : cmd signal direction pin used for CMD.
[all …]
H A Darm,pl18x.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linu
[all...]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-href.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2012 ST-Ericsson AB
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/leds/common.h>
8 #include "ste-hre
[all...]
H A Dste-snowball.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2011 ST-Ericsson AB
6 /dts-v1/;
7 #include "ste-db9500.dtsi"
8 #include "ste-href-ab850
[all...]
H A Dste-nomadik-stn8815.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree for the ST-Ericsson Nomadik 8815 STn8815 SoC
6 #include <dt-bindings/gpio/gpio.h>
9 #address-cells = <1>;
10 #size-cells = <1>;
18 L2: cache-controller {
19 compatible = "arm,l210-cache";
21 interrupt-paren
[all...]
H A Dste-ux500-samsung-janice.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Devicetree for the Samsung Galaxy S Advance GT-I9070 also known as Janice.
6 /dts-v1/;
7 #include "ste-db8500.dtsi"
8 #include "ste-ab8500.dtsi"
9 #include "ste-dbx5x0-pinctr
[all...]
H A Dstm32mp15xx-dhcom-som.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) 2019-2020 Marek Vasut <marex@denx.de>
6 #include "stm32mp15-pinctrl.dtsi"
7 #include "stm32mp15xxaa-pinctrl.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-binding
[all...]
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c43 int data = -1;
76 code = -1; in hookup()
82 s = -1; in hookup()
83 for (a = ai; a != NULL; a = a->ai_next) { in hookup()
84 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol); in hookup()
88 if (a->ai_canonname != NULL) in hookup()
89 strlcpy (hostnamebuf, a->ai_canonname, sizeof(hostnamebuf)); in hookup()
91 memcpy (hisctladdr, a->ai_addr, a->ai_addrlen); in hookup()
93 error = connect (s, a->ai_addr, a->ai_addrlen); in hookup()
97 if (getnameinfo (a->ai_addr, a->ai_addrlen, in hookup()
[all …]
/freebsd/sys/dev/usb/storage/
H A Dumass.c2 /*-
3 * SPDX-License-Identifier: BSD-2-Clause
44 * http://www.usb.org/developers/devclass_docs/usbmass-ufi10.pdf
54 * - Command/Bulk/Interrupt (CBI)
55 * - Command/Bulk/Interrupt with Command Completion Interrupt (CBI with CCI)
56 * - Mass Storage Bulk-Only (BBB)
60 * - SCSI
61 * - UFI (floppy command set)
62 * - 8070i (ATAPI)
65 * sc->sc_transform method is used to convert the commands into the appropriate
[all …]
/freebsd/sbin/fsck_ffs/
H A Dfsck.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause and BSD-2-Clause
10 * contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS
76 #define ZEROBUFSIZE (dev_bsize * 128) /* size of zero buffer used by -Z */
84 (dp)->dp1.field : (dp)->dp2.field)
88 (dp)->dp1.field = (val); \
90 (dp)->dp2.field = (val); \
97 * decremented. Any inodes whose count is non-zero after pass 4 needs to
115 /* 0x7 UNUSED - see S_IS_DVALID() definition */
122 #define INO_IS_DUNFOUND(ino) S_IS_DUNFOUND(inoinfo(ino)->ino_state)
[all …]
H A Dfsutil.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
42 #include <ufs/ufs/dir.h>
169 if (iloff >= ilp->il_numalloced) in inoinfo()
171 return (&ilp->il_stat[iloff]); in inoinfo()
183 failedbuf.b_errs = -1; in bufinit()
213 bp->b_un.b_buf = bufp; in allocbuf()
242 if (cgbp->b_un.b_cg != NULL) in cglookup()
254 cgbp->b_un.b_cg = cgp; in cglookup()
262 * Update its check-hash if they are enabled.
[all …]
/freebsd/contrib/wpa/hostapd/
H A Dhostapd_cli.c2 * hostapd - command line interface for hostapd daemon
3 * Copyright (c) 2004-2022, Jouni Malinen <j@w1.fi>
24 "Copyright (c) 2004-2024, Jouni Malinen <j@w1.fi> and contributors";
45 static void print_help(FILE *stream, const char *cmd);
57 "usage: hostapd_cli [-p<path>] [-i<ifname>] [-hvBr] " in usage()
58 "[-a<path>] \\\n" in usage()
59 " [-P<pid file>] [-G<ping interval>] [command..]\n" in usage()
62 " -h help (show this usage text)\n" in usage()
63 " -v shown version information\n" in usage()
64 " -p<path> path to find control sockets (default: " in usage()
[all …]
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c1 /*-
2 * ------+---------+---------+-------- + --------+---------+---------+---------*
4 * Copyright (c) 2003, 2004 - Garance Alistair Drosehn <gad@FreeBSD.org>.
28 * ------+---------+---------+-------- + --------+---------+---------+---------*
52 * newsyslog - roll over selected logs at the appropriate time, keeping the a
104 * Bit-values for the 'flags' parsed from a config-file entry.
112 #define CE_SIGNALGROUP 0x0080 /* Signal a process-group instead of a single */
143 static const char *gzip_flags[] = { "-f" };
146 static const char *zstd_flags[] = { "-q", "-T0", "--adapt", "--long", "--rm" };
176 int firstcreate; /* Creating log for the first time (-C). */
[all …]
/freebsd/crypto/openssh/
H A Dsftp.c3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
69 #include "sftp-common.h"
70 #include "sftp-client.h"
71 #include "sftp-usergroup.h"
80 static volatile pid_t sshpid = -1;
114 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
122 #define LS_LONG_VIEW 0x0001 /* Full view ala ls -l */
123 #define LS_SHORT_VIEW 0x0002 /* Single row view ala ls -1 */
167 struct CMD { struct
179 static const struct CMD cmds[] = { argument
[all …]
/freebsd/sys/netinet/libalias/
H A Dlibalias.31 .\"-
41 library is a collection of functions for aliasing and de-aliasing of IP
48 Incoming packets are then de-aliased so that they are sent to the correct
52 In the simplest mode of operation, a many-to-one address mapping takes
55 In addition, one-to-one mappings between local and public addresses can
59 many-to-one mappings.
76 .Bd -ragged -offset indent
88 .Bl -item -offset indent -compact
111 .Bd -ragged -offset indent
126 .Bd -ragged -offset indent
[all …]
/freebsd/contrib/bmake/
H A Djob.c121 * Job_Wait Wait for all currently-running jobs to finish.
151 #include "dir.h"
188 * The command-line flags "echo" and "exit" also control the behavior. The
198 * .SHELL target. For user-defined shells, this is the full path of
236 /* Run the command even in -n or -N mode. */
255 /* we've sent 'set -x' */
262 * pass jobs queue to sub-makes.
303 * name or the full path of a sh-compatible shell, which will be used as
328 * An sh-compatible shell with a non-standard name.
331 * non-portable features that might not be supplied by all
[all …]
H A Dmake.h76 * make.h --
158 /* As of 2021-07-31, NetBSD lint ignores __attribute__((unused)). */
170 * available on this platform. Recompile everything with -DUSE_C99_BOOLEAN.
172 #error "<stdbool.h> is included in pre-C99 mode"
175 * In pre-C99 mode, make does not expect that bool is already defined.
179 #error "bool/true/false is defined in pre-C99 mode"
190 #include "make-conf.h"
194 * some vendors don't have this --sjg
215 * UNMADE -> BEINGMADE -> MADE.
218 * UNMADE -> BEINGMADE -> ERROR.
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c3 * Copyright (c) 2007-2009, Jouni Malinen <j@w1.fi>
61 if (iface->drv_priv) { in wpa_priv_cmd_register()
63 if (iface->driver->deinit) in wpa_priv_cmd_register()
64 iface->driver->deinit(iface->drv_priv); in wpa_priv_cmd_register()
65 iface->drv_priv = NULL; in wpa_priv_cmd_register()
66 if (iface->drv_global_priv) { in wpa_priv_cmd_register()
67 iface->driver->global_deinit(iface->drv_global_priv); in wpa_priv_cmd_register()
68 iface->drv_global_priv = NULL; in wpa_priv_cmd_register()
70 iface->wpas_registered = 0; in wpa_priv_cmd_register()
74 if (iface->l2[i]) { in wpa_priv_cmd_register()
[all …]
H A Dwpa_cli.c2 * WPA Supplicant - command line interface for wpa_supplicant daemon
3 * Copyright (c) 2004-2022, Jouni Malinen <j@w1.fi>
32 "Copyright (c) 2004-2024, Jouni Malinen <j@w1.fi> and contributors";
44 static int wpa_cli_connected = -1;
71 static void print_help(const char *cmd);
84 printf("wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvBr] " in usage()
85 "[-a<action file>] \\\n" in usage()
86 " [-P<pid file>] [-g<global ctrl>] [-G<ping interval>] " in usage()
88 " [-s<wpa_client_socket_file_path>] " in usage()
90 " -h = help (show this usage text)\n" in usage()
[all …]
/freebsd/sys/kern/
H A Dkern_sig.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
105 static int killpg1(struct thread *td, int sig, int pgid, int all,
109 static int sigprop(int sig);
115 static struct thread *sigtd(struct proc *p, int sig, bool fast_sigblock);
178 * Policy -- Can ucred cr1 send SIGIO to process cr2?
183 ((cr1)->cr_uid == 0 || \
184 (cr1)->cr_ruid == (cr2)->cr_ruid || \
185 (cr1)->cr_uid == (cr2)->cr_ruid || \
186 (cr1)->cr_ruid == (cr2)->cr_uid || \
[all …]
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1 # Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
11 ASN1_R_ASN1_SIG_PARSE_ERROR:204:asn1 sig parse error
73 ASN1_R_MIME_SIG_PARSE_ERROR:208:mime sig parse error
88 ASN1_R_NO_SIG_CONTENT_TYPE:212:no sig content type
97 ASN1_R_SIG_INVALID_MIME_TYPE:213:sig invalid mime type
617 ENGINE_R_CMD_NOT_EXECUTABLE:134:cmd not executable
635 ENGINE_R_INVALID_CMD_NAME:137:invalid cmd name
636 ENGINE_R_INVALID_CMD_NUMBER:138:invalid cmd number
1372 SSL_R_INVALID_NULL_CMD_NAME:385:invalid null cmd name
1519 SSL_R_UNKNOWN_CMD_NAME:386:unknown cmd name
[all …]
/freebsd/crypto/openssl/
H A DConfigure2 # -*- mode: perl; -*-
3 # Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
10 ## Configure -- OpenSSL source tree configuration script
27 my $orig_death_handler = $SIG{__DIE__};
28 $SIG{__DIE__} = \&death_handler;
30-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[n…
42 *** perl configdata.pm --dump ***
52 # --config add the given configuration file, which will be read after
55 # --prefix prefix for the OpenSSL installation, which includes the
59 # --openssldir OpenSSL data area, such as openssl.cnf, certificates and keys.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dmsdos2 #------------------------------------------------------------------------------
4 # msdos: file(1) magic for MS-DOS files
11 !:mime text/x-msdos-batch
14 !:mime text/x-msdos-batch
17 !:mime text/x-msdos-batch
20 !:mime text/x-msdos-batch
45 0 leshort 0x290 MS Windows COFF PA-RISC object file
56 # FMX64:FileMaker Pro 64-bit plug-in https://en.wikipedia.org/wiki/FileMaker
57 # FMX: FileMaker Pro 32-bit plug-in https://en.wikipedia.org/wiki/FileMaker
63 # MLL: Maya plug-in (generic) http://en.wikipedia.org/wiki/Autodesk_Maya
[all …]
/freebsd/contrib/tcpdump/
H A Dtcpdump.c29 * tcpdump - dump traffic on a network
50 #include "netdissect-stdinc.h"
53 * This must appear after including netdissect-stdinc.h, so that _U_ is
75 /* Capsicum-specific code requires macros from <net/bpf.h>, which will fail
100 * remote-capture APIs declared and types and #defines that they use
142 #include <cap-ng.h>
152 #include "netdissect-stdinc.h"
157 #include "pcap-missing.h"
162 #include "diag-control.h"
217 static int jflag = -1; /* packet time stamp source */
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1 //===-- sanitizer_common_interceptors.inc -----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
34 //===----------------------------------------------------------------------===//
132 // musl 1.2.0 on existing 32-bit architectures uses new symbol names for the
133 // time-related functions that take 64-bit time_t values. See
243 common_flags()->strict_string_checks ? (internal_strlen(s)) + 1 : (n) )
285 // oldest Glibc version pre-dates support for that architecture.
286 // For example, regexec@GLIBC_2.3.4 exists on x86_64, but not RISC-V.
315 if (common_flags()->intercept_strndup) { \
[all …]

12