Home
last modified time | relevance | path

Searched +full:- +full:100 (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpack.d.out3 min .--------------------------------. max | count
4 < -10 : V X X : >= 20 | 1
7 min .--------------------------------. max | count
8 < -10 : v x x : >= 20 | 1
11 min .---. max | count
14 key min .---. max | count
17 key min .---. max | count
20 key min .---. max | count
23 key min .---. max | count
24 100 0 :X : 2 | 100
[all …]
/freebsd/share/doc/papers/jail/
H A Djail01.fig8 -2
12 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2
14 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2
16 -6
17 2 1 0 2 0 7 100 0 -1 0.000 0 2 -1 0 0 2
19 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2
21 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2
23 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2
25 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2
27 2 1 0 2 0 7 100 0 -1 0.000 0 0 -1 0 0 2
[all …]
/freebsd/sys/dev/mii/
H A Dmiidevs3 /*-
35 * For a complete list see http://standards-oui.ieee.org/
39 * IEEE 802.3u-1995, subclause 22.2.4.3.1, figure 22-12, depicts the right
40 * mapping; the bit positions are defined in IEEE 802-1990, figure 5.2.
41 * (There is a formal 802.3 interpretation, number 1-07/98 of July 09 1998,
69 oui PMCSIERRA 0x00e004 PMC-Sierra
110 oui xxPMCSIERRA 0x0009c0 PMC-Sierra
111 oui xxPMCSIERRA2 0x009057 PMC-Sierra
121 model AGERE ET1011 0x0001 ET1011 10/100/1000baseT PHY
122 model AGERE ET1011C 0x0004 ET1011C 10/100/1000baseT PHY
[all …]
H A Dbmtphyreg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
48 #define AUX_CTL_FEF_EN 0x0020 /* far-end fault enable */
51 #define AUX_STS_FX_MODE 0x0400 /* 100base-FX mode (strap pin) */
53 #define AUX_STS_100BASE_LINK 0x0100 /* 1 = 100base link */
63 #define MII_BMTPHY_RXERROR_CTR 0x12 /* 100base-X Rx error counter */
66 #define MII_BMTPHY_FCS_CTR 0x13 /* 100base-X false carrier counter */
69 #define MII_BMTPHY_DIS_CTR 0x14 /* 100base-X disconnect counter */
81 #define AUX_CSR_ANEG 0x0008 /* auto-negotiation activated */
82 #define AUX_CSR_F100 0x0004 /* force 100base */
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.lltostrbase.d.out1 base -2 of -10: <error>
2 base -2 of -1: <error>
3 base -2 of 0: <error>
4 base -2 of 10: <error>
5 base -2 of 100: <error>
6 base -2 of 1000: <error>
7 base -2 of 4611686018427387904: <error>
8 base -1 of -10: <error>
9 base -1 of -1: <error>
10 base -1 of 0: <error>
[all …]
/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbtfw.conf6 notify 100 {
16 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
20 notify 100 {
26 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
30 notify 100 {
36 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
40 notify 100 {
46 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
50 notify 100 {
56 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
[all …]
/freebsd/lib/libifconfig/
H A Dsfp.lua2 -- ex: sw=4 et:
3 --[[
4 /*-
31 -- Try to put the template.lua library in the package search path.
34 -- Render the template named by the first argument to this script.
35 require("template").render(arg[1], { -- This table is the template's context.
37 -- The table `enums' is accessible in the template. It is a list of strings
38 -- and tables that describe the various enum types we are generating and the
39 -- ancillary metadata for generating other related code.
42 -- Strings at this level are rendered as block comments for convenience.
[all …]
/freebsd/sys/net/
H A Dif_media.h3 /*-
4 * SPDX-License-Identifier: BSD-4-Clause
43 * Prototypes and definitions for BSD/OS-compatible network interface
67 * In-kernel representation of a single supported media type.
72 int ifm_data; /* for driver-specific use */
73 void *ifm_aux; /* for driver-specific use */
82 int ifm_media; /* current user-set media word */
118 * ---- -------
119 * 0-4 Media variant
120 * 5-7 Media type
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/id/
H A Dt_id.sh31 [ -f ./id ] || ln -s $(atf_get_srcdir)/h_id ./id
44 echo "uid=100(test) gid=100(users) groups=100(users),0(wheel)" >expout
45 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
46 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 100
47 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh test
50 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 0
51 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh root
54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout
55 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent
[all …]
H A Dpwgr.c29 * This file implements replacements for all user/group-related functions
33 * User test, uid 100, primary group 100 (users), secondary group 0 (wheel).
52 return 100; in getgid()
61 return 100; in getegid()
67 return 100; in getuid()
76 return 100; in geteuid()
93 g->gr_name = __UNCONST("wheel"); in getgrgid()
94 g->gr_gid = 0; in getgrgid()
95 } else if (gid == 100) { in getgrgid()
96 g->gr_name = __UNCONST("users"); in getgrgid()
[all …]
/freebsd/share/man/man4/
H A Dbge.416 .\" 4. Neither the name of the author nor the names of any co-contributors
42 .Bd -ragged -offset indent
50 .Bd -literal -offset indent
60 All of these NICs are capable of 10, 100 and 1000Mbps speeds over CAT5
61 copper cable, except for the SysKonnect SK-9D41 which supports only
64 It has two R4000 CPU cores and is PCI v2.2 and PCI-X v1.0 compliant.
67 multiple RX and TX DMA rings for QoS applications, rules-based
69 a 256-bit multicast hash filter.
71 provided via value-add firmware updates.
78 Most BCM5700-based cards also use the Broadcom BCM5401 or BCM5411 10/100/1000
[all …]
H A Dfxp.431 .Nd "Intel EtherExpress PRO/100 Ethernet device driver"
36 .Bd -ragged -offset indent
44 .Bd -literal -offset indent
63 .Bl -tag -width "10baseT/UTP"
70 .It Cm 100baseTX
71 Set 100Mbps (Fast Ethernet) operation.
77 .Bl -tag -width "full-duplex"
78 .It Cm full-duplex
80 .It Cm half-duplex
84 Note that 100baseTX media type is not available on the Pro/10.
[all …]
/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcstat.in2 # SPDX-License-Identifier: CDDL-1.0
5 # For a definition of fields, or usage, use zarcstat -v
17 # but has since moved to the illumos-gate repository.
33 # or https://opensource.org/licenses/CDDL-1.0.
66 "time": [8, -1, "Time"],
71 "hit%": [4, 100, "ARC hit percentage"],
72 "ioh%": [4, 100, "ARC I/O hit percentage"],
73 "miss%": [5, 100, "ARC miss percentage"],
77 "dh%": [3, 100, "Demand hit percentage"],
78 "di%": [3, 100, "Demand I/O hit percentage"],
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLExtensions.def1 //===--- OpenCLExtensions.def - OpenCL extension list -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
20 // ext - name of the extension or optional core feature.
21 // pragma - true if extension needs pragmas or false otherwise.
25 // avail - minimum OpenCL version supporting it.
26 // core - OpenCL versions mask when the extension becomes core feature.
28 // opt - OpenCL versions mask when the extension becomes optional core
40 // * adds built-in functions to the language.
[all …]
/freebsd/crypto/openssh/
H A Dsshpty.c6 * Allocating a pseudo-terminal, and making it the controlling tty.
72 if (i == -1) { in pty_allocate()
73 error("openpty: %.100s", strerror(errno)); in pty_allocate()
90 if (chown(tty, (uid_t) 0, (gid_t) 0) == -1) in pty_release()
91 error("chown %.100s 0 0 failed: %.100s", tty, strerror(errno)); in pty_release()
92 if (chmod(tty, (mode_t) 0666) == -1) in pty_release()
93 error("chmod %.100s 0666 failed: %.100s", tty, strerror(errno)); in pty_release()
112 if (setsid() == -1) in pty_make_controlling_tty()
113 error("setsid: %.100s", strerror(errno)); in pty_make_controlling_tty()
128 error("ioctl(TIOCSCTTY): %.100s", strerror(errno)); in pty_make_controlling_tty()
[all …]
H A Duidswap.c6 * Code for uid-swapping.
54 static int saved_egroupslen = -1, user_groupslen = -1;
68 (u_int)pw->pw_uid, (u_int)pw->pw_gid, in temporarily_use_uid()
87 if (saved_egroupslen == -1) in temporarily_use_uid()
88 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
92 if (getgroups(saved_egroupslen, saved_egroups) == -1) in temporarily_use_uid()
93 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid()
100 if (user_groupslen == - in temporarily_use_uid()
[all...]
/freebsd/sbin/devd/
H A Duath.conf5 # SMCWUSBT-G2
6 notify 100 {
12 action "/usr/sbin/uathload -d /dev/$cdev";
17 notify 100 {
23 action "/usr/sbin/uathload -d /dev/$cdev";
28 notify 100 {
34 action "/usr/sbin/uathload -d /dev/$cdev";
39 notify 100 {
45 action "/usr/sbin/uathload -d /dev/$cdev";
48 # D-Link
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/tests/
H A Dagg.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
5 * Copyright (C) 2024-2025 Intel Corporation
48 /* Set add_subframes > 0 to simulate an A-MSDU by
98 .desc = "RX non-QoS data",
106 /* non-QoS data frames do not require reordering.
138 .head_sn = 100,
146 .head_sn = 100,
157 .head_sn = 100,
163 .head_sn = 100,
167 .desc = "RX In-order packet, sn < nssn",
[all …]
/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
53 {100, 0, 0}, /* light red */
54 {0, 100, 0}, /* light green */
55 {100, 100, 0}, /* light yellow */
57 {100, 0, 100}, /* light magenta */
58 {0, 100, 100}, /* light cyan */
59 {100, 100, 100}, /* white */
75 return (-1); in vt_parse_rgb_triplet()
78 return (-1); in vt_parse_rgb_triplet()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dmkfifo.sh29 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
43 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint
44 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart
46 mdconfig -a -t swap -s 2g -u $mdstart || exit 1
48 [ "$newfs_flags" = "-U" ] && opt="-j"
68 export creatLOAD=100
69 export ftsLOAD=100
70 export linkLOAD=100
71 export lockfLOAD=100
72 export mkdirLOAD=100
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/
H A Duncore-power.json10 …requency that is configured in the filter. (filter_band0=XXX, with XXX in 100Mhz units). One can …
14 "MetricExpr": "(UNC_P_FREQ_BAND0_CYCLES / UNC_P_CLOCKTICKS) * 100.",
20 …requency that is configured in the filter. (filter_band1=XXX, with XXX in 100Mhz units). One can …
24 "MetricExpr": "(UNC_P_FREQ_BAND1_CYCLES / UNC_P_CLOCKTICKS) * 100.",
30 …requency that is configured in the filter. (filter_band2=XXX, with XXX in 100Mhz units). One can …
34 "MetricExpr": "(UNC_P_FREQ_BAND2_CYCLES / UNC_P_CLOCKTICKS) * 100.",
40 …requency that is configured in the filter. (filter_band3=XXX, with XXX in 100Mhz units). One can …
44 "MetricExpr": "(UNC_P_FREQ_BAND3_CYCLES / UNC_P_CLOCKTICKS) * 100.",
50 …requency that is configured in the filter. (filter_band0=XXX, with XXX in 100Mhz units). One can …
55 "MetricExpr": "(UNC_P_FREQ_BAND0_CYCLES / UNC_P_CLOCKTICKS) * 100.",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/
H A Duncore-power.json10 …frequency that is configured in the filter. (filter_band0=XXX with XXX in 100Mhz units). One can …
14 "MetricExpr": "(UNC_P_FREQ_BAND0_CYCLES / UNC_P_CLOCKTICKS) * 100.",
20 …frequency that is configured in the filter. (filter_band1=XXX with XXX in 100Mhz units). One can …
24 "MetricExpr": "(UNC_P_FREQ_BAND1_CYCLES / UNC_P_CLOCKTICKS) * 100.",
30 …frequency that is configured in the filter. (filter_band2=XXX with XXX in 100Mhz units). One can …
34 "MetricExpr": "(UNC_P_FREQ_BAND2_CYCLES / UNC_P_CLOCKTICKS) * 100.",
40 …requency that is configured in the filter. (filter_band3=XXX, with XXX in 100Mhz units). One can …
44 "MetricExpr": "(UNC_P_FREQ_BAND3_CYCLES / UNC_P_CLOCKTICKS) * 100.",
50 …frequency that is configured in the filter. (filter_band0=XXX with XXX in 100Mhz units). One can …
55 "MetricExpr": "(UNC_P_FREQ_BAND0_CYCLES / UNC_P_CLOCKTICKS) * 100.",
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc2731.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
12 spi-max-frequency = <26000000>;
14 interrupt-controller;
15 #interrupt-cells = <1>;
16 #address-cells = <1>;
17 #size-cells = <0>;
20 compatible = "sprd,sc2731-charger";
22 monitored-battery = <&bat>;
25 led-controller@200 {
26 compatible = "sprd,sc2731-bltc";
[all …]
/freebsd/share/examples/ipfilter/
H A Dipf.conf.restrictive1 #--------------------------------------------------------------------------
2 # ed1 - external interface
3 # fxp0 - internal interface
4 #--------------------------------------------------------------------------
11 #--------------------------------------------------------------------------
15 #--------------------------------------------------------------------------
17 # 100 incoming ed1
21 #--------------------------------------------------------------------------
22 block in log body on ed1 all head 100
24 #--------------------------------------------------------------------------
[all …]
/freebsd/sys/x86/cpufreq/
H A Dest.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
52 /* Status/control registers (from the IA-32 System Programming Guide). */
86 (((MHz / bus_clk) << 8) | ((mV ? mV - 700 : 0) >> 4))
102 static int strict = -1;
106 #define INTEL_BUS_CLK 100
125 * Order Number 252612-003, Table 5.
215 * 2-MB L2 Cache Datasheet", Order Number 302189-008, Table 5.
665 * VIA C7-M 500 MHz FSB, 400 MHz FSB, and ULV variants.
666 * Data from the "VIA C7-M Processor BIOS Writer's Guide (v2.17)" datasheet.
[all …]

12345678910>>...45