Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/device-tree/Bindings/mmc/
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 - Linus Walleij <linus.walleij@linaro.org>
11 - Ulf Hansson <ulf.hansson@linaro.org>
20 - $ref: /schemas/arm/primecell.yaml#
21 - $ref: mmc-controller.yaml#
29 - arm,pl180
30 - arm,pl181
31 - arm,pl18x
[all …]
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 …]
/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.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
43 * http://www.usb.org/developers/devclass_docs/usbmass-ufi10.pdf
53 * - Command/Bulk/Interrupt (CBI)
54 * - Command/Bulk/Interrupt with Command Completion Interrupt (CBI with CCI)
55 * - Mass Storage Bulk-Only (BBB)
59 * - SCSI
60 * - UFI (floppy command set)
61 * - 8070i (ATAPI)
64 * sc->sc_transform method is used to convert the commands into the appropriate
[all …]
/freebsd/sys/arm64/linux/
H A Dsyscalls.master3 ; include/uapi/asm-generic/unistd.h
163 l_uint cmd,
188 l_uint cmd,
261 char *dir,
468 l_uintptr_t *sig
807 l_int sig
814 l_int sig
831 l_int sig,
862 l_int sig,
886 l_uint cmd,
[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 */
80 (dp)->dp1.field : (dp)->dp2.field)
84 (dp)->dp1.field = (val); \
86 (dp)->dp2.field = (val); \
93 * decremented. Any inodes whose count is non-zero after pass 4 needs to
111 /* 0x7 UNUSED - see S_IS_DVALID() definition */
118 #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/sys/amd64/linux32/
H A Dsyscalls.master13 ; name pseudo-prototype of syscall routine
17 ; altrtyp return type if not int (bogus - syscalls always return int)
154 char *dir,
270 l_int sig,
295 l_uint cmd,
302 l_uint cmd,
350 l_int sig,
470 l_uint cmd,
925 l_int sig,
956 l_int sig,
[all …]
/freebsd/sys/i386/linux/
H A Dsyscalls.master13 ; name pseudo-prototype of syscall routine
17 ; altrtyp return type if not int (bogus - syscalls always return int)
153 char *dir,
269 l_int sig,
294 l_uint cmd,
301 l_uint cmd,
349 l_int sig,
473 l_uint cmd,
944 l_int sig,
975 l_int sig,
[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/sys/amd64/linux/
H A Dsyscalls.master13 ; name pseudo-prototype of syscall routine
17 ; altrtyp return type if not int (bogus - syscalls always return int)
125 l_int sig,
147 l_uint cmd,
251 l_int cmd,
482 l_int cmd,
517 l_int cmd,
524 l_uint cmd,
845 l_int sig,
1038 char *dir,
[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/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/tools/test/stress2/misc/
H A Dsyzkaller76.sh14 # --- trap 0xc, rip = 0x2020f02a472a, rsp = 0x2020ec9bb8d8, rbp = 0x2020ec9bb9d0 ---
19 # version: FreeBSD 15.0-CURRENT #0 main-n276945-2735c20d114f-dirty: Fri May 2 07:17:00 CEST 2025
23 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
26 set -u
53 /*fd=*/(intptr_t)-1, /*offset=*/0ul);
57 if (write(1, "executing program\n", sizeof("executing program\n") - 1)) {
60 if (res != -1)
172 syscall(SYS_ioctl, /*fd=*/(intptr_t)-1, /*cmd=*/0xc1c06d02ul,
174 *(uint32_t*)0x200000000580 = -1;
190 *(uint32_t*)0x200000000620 = -1;
[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.c102 * Job_Wait Wait for all currently-running jobs to finish.
131 #include "dir.h"
176 "set-up",
217 /* Ignore non-zero exits */
268 * The command-line flags "echo" and "exit" also control the behavior. The
278 * .SHELL target. For user-defined shells, this is the full path of
316 /* Run the command even in -n or -N mode. */
335 /* we've sent 'set -x' */
342 * pass jobs queue to sub-makes.
379 * name or the full path of a sh-compatible shell, which will be used as
[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"
188 * further code from the parent process as covered. gcc-10.5.0 is fine, as
199 #include "make-conf.h"
203 * some vendors don't have this --sjg
224 * UNMADE -> BEINGMADE -> MADE.
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c105 #define LLONG_MIN (-LLONG_MAX - 1I64)
123 typedef struct DIR { struct
128 } DIR; argument
130 DIR *opendir(const char *name);
131 int closedir(DIR *dir);
132 struct dirent *readdir(DIR *dir);
207 # define LLONG_MIN (-LLONG_MAX - 1LL)
323 if ((ht)->type->valDestructor) \
324 (ht)->type->valDestructor((ht)->privdata, (entry)->u.val)
327 if ((ht)->type->valDup) \
[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 …]

123