Home
last modified time | relevance | path

Searched +full:mode +full:- +full:flag (Results 1 – 25 of 1108) sorted by relevance

12345678910>>...45

/freebsd-src/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip USB 2.0 Hi-Speed Hub Controller
10 - Richard Leitner <richard.leitner@skidata.com>
15 - microchip,usb2422
16 - microchip,usb2512b
17 - microchip,usb2512bi
18 - microchip,usb2513b
19 - microchip,usb2513bi
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,adf4350.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michae
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-controller.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
25 "#address-cells":
30 "#size-cells":
37 broken-cd:
38 $ref: /schemas/types.yaml#/definitions/flag
42 cd-gpios:
[all …]
/freebsd-src/tests/sys/audit/
H A Dopen.c1 /*-
27 * Note: open(2) and openat(2) have 12 events each for various values of 'flag'
30 * 270:AUE_OPENAT_R:openat(2) - read:fr
31 * 271:AUE_OPENAT_RC:openat(2) - read,creat:fc,fr,fa,fm
32 * 272:AUE_OPENAT_RT:openat(2) - read,trunc:fd,fr,fa,fm
33 * 273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:fc,fd,fr,fa,fm
34 * 274:AUE_OPENAT_W:openat(2) - write:fw
35 * 275:AUE_OPENAT_WC:openat(2) - write,creat:fc,fw,fa,fm
36 * 276:AUE_OPENAT_WT:openat(2) - write,trunc:fd,fw,fa,fm
37 * 277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:fc,fd,fw,fa,fm
[all …]
/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest.py32 """Unit test for Google Test's break-on-failure mode.
34 A user can ask Google Test to seg-fault when an assertion fails, using
36 --gtest_break_on_failure flag. This script tests such functionality
37 by invoking googletest-break-on-failure-unittest_ (a program written with
48 # The environment variable for enabling/disabling the break-on-failure mode.
51 # The command line flag for enabling/disabling the break-on-failure mode.
54 # The environment variable for enabling/disabling the throw-on-failure mode.
57 # The environment variable for enabling/disabling the catch-exceptions mode.
60 # Path to the googletest-break-on-failure-unittest_ program.
62 'googletest-break-on-failure-unittest_'
[all …]
/freebsd-src/sys/contrib/ck/include/
H A Dck_ec.h31 * ck_ec implements 32- and 64- bit event counts. Event counts let us
32 * easily integrate OS-level blocking (e.g., futexes) in lock-free
40 * especially in single producer mode. The 64 bit variants are larger,
44 * available if CK supports 64-bit atomic operations. Currently,
46 * x86-64, on compilers that support GCC extended inline assembly;
53 * - Make changes to some shared data structure, without involving
55 * - After each change, call ck_ec_inc on the event count. The call
56 * acts as a write-write barrier, and wakes up any consumer blocked
61 * - Snapshot ck_ec_value of the event count. The call acts as a
63 * - Read and process the shared data structure.
[all …]
/freebsd-src/sys/dev/usb/
H A Dusb_controller.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
56 /* USB Device and Host mode - Mandatory */
70 * The following flag is set if one or more control transfers are
75 * The following flag is set if one or more bulk transfers are
80 * The following flag is set if one or more interrupt transfers are
85 * The following flag is set if one or more isochronous transfers
90 * The following flag is set if one or more non-root-HUB devices
95 * The following flag is set if we are suspending
99 * The following flag is set if we are resuming
[all …]
/freebsd-src/lib/libsys/
H A Dchmod.236 .Nd change mode of file
42 .Fn chmod "const char *path" "mode_t mode"
44 .Fn fchmod "int fd" "mode_t mode"
46 .Fn lchmod "const char *path" "mode_t mode"
48 .Fn fchmodat "int fd" "const char *path" "mode_t mode" "int flag"
55 .Fa mode .
64 is the super-user.
83 .Fa flag
92 .Fa flag
[all...]
H A Dopen.255 flag).
61 .Fa "mode_t mode" ,
62 and the file is created with mode
63 .Fa mode
85 .Fa flag
109 capability mode,
135 used in capability mode,
139 MIB is set to zero, ".." is not allowed if found on non-local filesystem.
147 .Bl -tag -widt
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dethernet-phy.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Lunn <andrew@lunn.ch>
11 - Floria
[all...]
/freebsd-src/lib/lib80211/
H A Dlib80211_regdomain.c1 /*-
72 const void *id, *ref, *mode; in start_element() local
76 if (++mt->level == MAXLEVEL) { in start_element()
80 mt->sbuf[mt->level] = sbuf_new_auto(); in start_element()
81 id = ref = mode = NULL; in start_element()
87 } else if (iseq(attr[i], "mode")) { in start_element()
88 mode = attr[i+1]; in start_element()
90 printf("%*.*s[%s = %s]\n", mt->level + 1, in start_element()
91 mt->leve in start_element()
182 #define FLAG( decode_flag() macro
[all...]
/freebsd-src/sys/net80211/
H A Dieee80211.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
94 static void ieee80211_syncflag_locked(struct ieee80211com *ic, int flag);
95 static void ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag);
96 static void ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag);
97 static void ieee80211_syncflag_vht_locked(struct ieee80211com *ic, int flag);
885 ieee80211_syncflag_locked(struct ieee80211com * ic,int flag) ieee80211_syncflag_locked() argument
905 ieee80211_syncflag(struct ieee80211vap * vap,int flag) ieee80211_syncflag() argument
925 ieee80211_syncflag_ht_locked(struct ieee80211com * ic,int flag) ieee80211_syncflag_ht_locked() argument
945 ieee80211_syncflag_ht(struct ieee80211vap * vap,int flag) ieee80211_syncflag_ht() argument
965 ieee80211_syncflag_vht_locked(struct ieee80211com * ic,int flag) ieee80211_syncflag_vht_locked() argument
985 ieee80211_syncflag_vht(struct ieee80211vap * vap,int flag) ieee80211_syncflag_vht() argument
1005 ieee80211_syncflag_ext_locked(struct ieee80211com * ic,int flag) ieee80211_syncflag_ext_locked() argument
1025 ieee80211_syncflag_ext(struct ieee80211vap * vap,int flag) ieee80211_syncflag_ext() argument
1892 addmedia(struct ifmedia * media,int caps,int addsta,int mode,int mword) addmedia() argument
1943 enum ieee80211_phymode mode; ieee80211_media_setup() local
2066 enum ieee80211_phymode mode; ieee80211_announce() local
2136 media2mode(const struct ifmedia_entry * ime,uint32_t flags,uint16_t * mode) media2mode() argument
2274 enum ieee80211_phymode mode; ieee80211_media_status() local
2317 ieee80211_setmode(struct ieee80211com * ic,enum ieee80211_phymode mode) ieee80211_setmode() argument
2396 ieee80211_rate2media(struct ieee80211com * ic,int rate,enum ieee80211_phymode mode) ieee80211_rate2media() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h1 //===-- llvm/Target/TargetOptions.h - Target Options -------
429 setFPDenormalMode(DenormalMode Mode) setFPDenormalMode() argument
433 setFP32DenormalMode(DenormalMode Mode) setFP32DenormalMode() argument
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/st,stm32-fmc2-ebi-props.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Christophe Kerello <christophe.kerello@foss.st.com>
11 - Marek Vasut <marex@denx.de>
14 st,fmc2-ebi-cs-transaction-type:
17 0: Asynchronous mode 1 SRAM/FRAM.
18 1: Asynchronous mode 1 PSRAM.
19 2: Asynchronous mode A SRAM/FRAM.
[all …]
/freebsd-src/crypto/openssh/
H A Dsftp.176 will retrieve files automatically if a non-interactive
88 and enter interactive command mode, changing to the remote directory
99 .Bl -tag -width Ds
110 .Xr ssh-agent 1
126 Batch mode reads a series of commands from an input
131 non-interactive authentication to obviate the need to enter a password
135 .Xr ssh-keygen 1
141 .Sq \-
155 .Sq \-
157 .Ic -rm /tmp/blah* ) .
[all …]
/freebsd-src/share/man/man4/
H A Dpsm.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
72 via the driver flag
99 The movement and status are encoded in a series of fixed-length data packets
128 .Bl -tag -width Byte_1 -compact
130 .Bl -tag -width bit_7 -compact
155 -256 through 255.
159 -256 through 255.
179 Its value can be modified via the driver flag
189 .Bl -tag -width MOUSE
228 .Bl -tag -width MOUSE
[all …]
/freebsd-src/contrib/wpa/src/ap/
H A Ddfs.c2 * DFS - Dynamic Frequency Selection
3 * Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi>
4 * Copyright (c) 2013-2017, Qualcomm Atheros, Inc.
25 DFS_AVAILABLE, /* non-radar or radar-available */ in dfs_get_used_n_chans()
26 DFS_NO_CAC_YET, /* radar-not-yet-available */ in dfs_get_used_n_chans()
38 return (iface->drv_flags2 & WPA_DRIVER_FLAGS2_RADAR_BACKGROUND) && in dfs_get_used_n_chans()
39 iface->con in dfs_get_used_n_chans()
126 dfs_get_chan_data(struct hostapd_hw_modes * mode,int freq,int first_chan_idx) dfs_get_chan_data() argument
139 dfs_chan_range_available(struct hostapd_hw_modes * mode,int first_chan_idx,int num_chans,int skip_radar) dfs_chan_range_available() argument
212 struct hostapd_hw_modes *mode; dfs_find_channel() local
317 struct hostapd_hw_modes *mode; dfs_get_start_chan_idx() local
406 struct hostapd_hw_modes *mode; dfs_check_chans_radar() local
426 struct hostapd_hw_modes *mode; dfs_check_chans_available() local
455 struct hostapd_hw_modes *mode; dfs_check_chans_unavailable() local
480 struct hostapd_hw_modes *mode; dfs_get_valid_channel() local
573 struct hostapd_hw_modes *mode; set_dfs_state_freq() local
602 struct hostapd_hw_modes *mode; set_dfs_state() local
667 struct hostapd_hw_modes *mode; dfs_are_channels_overlapped() local
732 struct hostapd_hw_modes *mode; dfs_get_cac_time() local
1323 struct hostapd_hw_modes *mode = iface->current_mode; hostapd_is_dfs_overlap() local
[all...]
/freebsd-src/share/man/man9/
H A Dcd.92 .\" John-Mark Gurney. All rights reserved.
13 .\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND
34 device driver provides a read-only interface for CDROM drives
47 .Tn CD-ROM
53 .Bl -tag -width CD_Q_BCD_TRACKS
55 This flag tells the driver not to probe the drive at attach time to see if
57 This flag is currently unimplemented in the CAM
61 This flag is for broken drives that return the track numbers in packed BCD
64 (tracks 10-15 are skipped)
65 then you have a drive that is in need of this flag.
[all …]
/freebsd-src/sbin/fsck/
H A Dfsck.847 utility invokes file system-specific programs to check
65 flag to do checking on all the file systems
70 flag to do checking on all the file systems
89 and that have non-zero pass number are checked.
93 If not in preen mode, the remaining entries are checked in order of
99 In preen mode, after pass 1 completes, all remaining file systems are checked,
103 In other words: In preen mode all pass 1 partitions are checked sequentially.
125 .Bl -tag -width indent
129 flag is set in the superblock and skip file system checks if file system was
136 Debugging mode.
[all …]
/freebsd-src/sys/dev/firewire/
H A Dfirewire.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
5 * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
67 "FireWire driver debug flag");
130 /* IEEE-1394a Table C-2 Gap count as a function of hops*/
150 STAILQ_FOREACH(fwdev, &fc->device in fw_noderesolve_nodeid()
2361 fw_modevent(module_t mode,int type,void * data) fw_modevent() argument
[all...]
/freebsd-src/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c2 * Driver interaction with Linux nl80211/cfg80211 - Capabilities
3 * Copyright (c) 2002-2015, Jouni Malinen <j@w1.fi>
5 * Copyright (c) 2009-2010, Atheros Communications
17 #include "common/qca-vendor.h"
18 #include "common/qca-vendor-attr.h"
117 info->capa->flags |= WPA_DRIVER_FLAGS_AP; in wiphy_info_supported_iftypes()
120 info->capa->flag in wiphy_info_supported_iftypes()
1473 phy_info_ht_capa(struct hostapd_hw_modes * mode,struct nlattr * capa,struct nlattr * ampdu_factor,struct nlattr * ampdu_density,struct nlattr * mcs_set) phy_info_ht_capa() argument
1495 phy_info_vht_capa(struct hostapd_hw_modes * mode,struct nlattr * capa,struct nlattr * mcs_set) phy_info_vht_capa() argument
1510 phy_info_edmg_capa(struct hostapd_hw_modes * mode,struct nlattr * bw_config,struct nlattr * channels) phy_info_edmg_capa() argument
1541 phy_info_freq(struct hostapd_hw_modes * mode,struct hostapd_channel_data * chan,struct nlattr * tb_freq[]) phy_info_freq() argument
1668 phy_info_freqs(struct phy_info_arg * phy_info,struct hostapd_hw_modes * mode,struct nlattr * tb) phy_info_freqs() argument
1726 phy_info_rates(struct hostapd_hw_modes * mode,struct nlattr * tb) phy_info_rates() argument
1848 phy_info_iftype(struct hostapd_hw_modes * mode,struct nlattr * nl_iftype) phy_info_iftype() argument
1875 struct hostapd_hw_modes *mode; phy_info_band() local
1980 struct hostapd_hw_modes *mode11g = NULL, *nmodes, *mode; wpa_driver_nl80211_postprocess_modes() local
2088 nl80211_set_ht40_mode(struct hostapd_hw_modes * mode,int start,int end) nl80211_set_ht40_mode() argument
2101 nl80211_set_ht40_mode_sec(struct hostapd_hw_modes * mode,int start,int end) nl80211_set_ht40_mode_sec() argument
2125 struct hostapd_hw_modes *mode = &results->modes[m]; nl80211_reg_rule_max_eirp() local
2178 nl80211_set_vht_mode(struct hostapd_hw_modes * mode,int start,int end,int max_bw) nl80211_set_vht_mode() argument
2401 modestr(enum hostapd_hw_mode mode) modestr() argument
2427 struct hostapd_hw_modes *mode = &modes[i]; nl80211_dump_chan_list() local
[all...]
/freebsd-src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_mode.pod5 …ear_mode, SSL_set_mode, SSL_clear_mode, SSL_CTX_get_mode, SSL_get_mode - manipulate SSL engine mode
11 long SSL_CTX_set_mode(SSL_CTX *ctx, long mode);
12 long SSL_CTX_clear_mode(SSL_CTX *ctx, long mode);
13 long SSL_set_mode(SSL *ssl, long mode);
14 long SSL_clear_mode(SSL *ssl, long mode);
21 SSL_CTX_set_mode() adds the mode set via bit-mask in B<mode> to B<ctx>.
23 SSL_CTX_clear_mode() removes the mode set via bit-mask in B<mode> from B<ctx>.
25 SSL_set_mode() adds the mode set via bit-mask in B<mode> to B<ssl>.
27 SSL_clear_mode() removes the mode set via bit-mask in B<mode> from B<ssl>.
29 SSL_CTX_get_mode() returns the mode set for B<ctx>.
[all …]
/freebsd-src/sbin/fsck_ffs/
H A Dfsck_ffs.841 .Op Fl m Ar mode
46 In "preen" or "check clean" mode the clean flag of each file system's
50 when they have been mounted read-only, or when
56 will be checked regardless of the state of their clean flag.
62 .Bl -item -compact -offset indent
72 Counts in the super-block wrong
110 number and phase-specific progress information.
138 .Bl -tag -width indent
142 when running in preen mode (see the
144 flag).
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/spi/
H A Dspi-controller.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/spi/spi-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mark Brown <broonie@kernel.org>
15 controller may be described for use in SPI master mode o
[all...]
/freebsd-src/sbin/ifconfig/
H A Difconfig.81 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
93 .Bl -tag -width indent
99 flag may be used instead of the
105 Use of this flag is mutually exclusive with all other flags and commands.
120 The format is specified as a comma-separate
[all...]

12345678910>>...45