Home
last modified time | relevance | path

Searched +full:paths +full:- +full:ignore (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/freebsd/tests/sys/geom/class/multipath/
H A Dmisc.sh43 atf_check -s exit:0 gmultipath create "$name" ${md0} ${md1}
47 atf_check -s exit:0 gmultipath add "$name" ${md2}
69 atf_check -s exit:0 gmultipath create -A "$name" ${md0} ${md1}
91 atf_check -s exit:0 gmultipath create -R "$name" ${md0} ${md1}
112 # We need a non-zero offset to gmultipath won't see the label when it
116 atf_check gnop create -o $offset /dev/${md0}
117 atf_check gnop create -o $offset /dev/${md1}
118 atf_check -s exit:0 gmultipath label "$name" ${md0}.nop
122 atf_check -s exit:0 gmultipath add "$name" ${md1}.nop
123 NDEVS=`gmultipath list "$name" | grep -c 'md[0-9]*\.nop'`
[all …]
/freebsd/usr.bin/clang/llvm-cov/
H A Dllvm-cov.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd/tests/sys/geom/class/part/
H A Dmisc.sh1 # SPDX-License-Identifier: BSD-2-Clause
32 atf_set "descr" "gpart shouldn't add physical paths to underlying providers that have none"
40 atf_check -o empty -e ignore diskinfo -p ${md}
41 atf_check -s exit:0 -o ignore gpart create -s bsd ${md}
42 atf_check -s exit:0 -o ignore gpart add -t freebsd-ufs ${md}
43 atf_check -o empty -e ignore diskinfo -p ${md}a
63 atf_check gnop create -z $physpath /dev/${md}
64 atf_check -s exit:0 -o ignore gpart create -s bsd ${md}.nop
65 atf_check -s exit:0 -o ignore gpart add -t freebsd-ufs ${md}.nop
66 gpart_physpath=$(diskinfo -p ${md}.nopa)
[all …]
/freebsd/sys/contrib/openzfs/.github/
H A Dcodeql-python.yml3 paths-ignore:
4 - tests
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp1 //===-- CppModuleConfiguration.cpp ----------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
37 llvm::SmallVector<std::string, 2> paths; in getTargetIncludePaths() local
39 paths.push_back("/usr/include/" + triple.str()); in getTargetIncludePaths()
42 paths.push_back(("/usr/include/" + triple.getArchName() + "-" + in getTargetIncludePaths()
46 return paths; in getTargetIncludePaths()
70 static llvm::Regex libcpp_regex(R"regex(/c[+][+]/v[0-9]/)regex"); in analyzeFile()
72 // path. Ignore subdirectories such as /c++/v1/experimental as those don't in analyzeFile()
82 // Check if this is a target-specific libc++ include directory. in analyzeFile()
[all …]
/freebsd/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh11 # set BYTESWAP to opposite-endian.
12 if [ $(sysctl -n hw.byteorder) = "1234" ]; then
35 umount -f mnt ; \
56 umount -f mnt ; \
64 uudecode -p ${TDBASE64} | (cd mnt; tar xzf - -s/testdata/TD$1/)
79 rm -rf mnt/TD$1
95 atf_check diff -u ${GOODMD5} TD$1.md5
118 mkdir -p mnt
125 if [ $fpi -gt 16384 ]; then
126 i="-i 16384"
[all …]
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c2 * Copyright (c) 2004-2008 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
58 * paths that the given path includes it.
62 * the given paths: 0,1 or 0,3,1,4 - the return value will be FALSE.
76 for (ind1 = 0; ind1 < p_pkt_rand->num_paths_initialized; ind1++) { in __osm_pkt_randomizer_is_path_in_fault_paths()
78 p_found_dr_path = &(p_pkt_rand->fault_dr_paths[ind1]); in __osm_pkt_randomizer_is_path_in_fault_paths()
80 hop count of the input path - then it is not part of it. in __osm_pkt_randomizer_is_path_in_fault_paths()
[all …]
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.84 opensm \- InfiniBand subnet manager and administration (SM/SA)
8 [\-\-version]]
9 [\-F | \-\-config <file_name>]
10 [\-c(reate-config) <file_name>]
11 [\-g(uid) <GUID in hex>]
12 [\-l(mc) <LMC>]
13 [\-p(riority) <PRIORITY>]
14 [\-\-smkey <SM_Key>]
15 [\-\-sm_sl <SL number>]
16 [\-r(eassign_lids)]
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp1 //===-- SpecialCaseList.cpp - special case list for sanitizers -------
70 create(const std::vector<std::string> & Paths,llvm::vfs::FileSystem & FS,std::string & Error) create() argument
87 createOrDie(const std::vector<std::string> & Paths,llvm::vfs::FileSystem & FS) createOrDie() argument
95 createInternal(const std::vector<std::string> & Paths,vfs::FileSystem & VFS,std::string & Error) createInternal() argument
[all...]
/freebsd/usr.bin/du/
H A Ddu.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
118 long_options, NULL)) != -1) in main()
194 threshold_sign = -1; in main()
208 argc -= optind; in main()
217 * that we'd have to re-implement the kernel's symbolic link traversing in main()
266 xo_open_container("disk-usage-information"); in main()
267 xo_open_list("paths"); in main()
269 switch (p->fts_info) { in main()
270 case FTS_D: /* Ignore. */ in main()
[all …]
/freebsd/usr.sbin/manctl/
H A Dmanctl.sh3 # SPDX-License-Identifier: BSD-4-Clause
40 # this is now two-pass. If possible, .so's
44 # Hard links - careful with g(un)zipping!
45 # .so's - throw everything through soelim before gzip!
46 # symlinks - ignore these - e
[all...]
/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch.11 .\" Copyright (c) 2014-2018 Devin Teske
50 .Op Fl -
78 probe-specific data.
90 .Dl 2017 May 29 08:23:20 0.0 dtrace[60671]: dtrace -s /dev/stdin
104 .Dl date/time uid.gid execname[pid]: {->,<-, |} prov:mod:func:name ...
108 .Ql dwatch -F BEGIN
127 .Dl " -+= pid3 uid3.gid3 psargs3"
128 .Dl " \e\\-+= pid2 uid2.gid2 psargs2"
129 .Dl " \e\\-+= pid1 uid1.gid1 psargs1"
130 .Dl " \e\\-+= pid0 uid0.guid0 psargs0"
[all …]
/freebsd/crypto/heimdal/appl/su/
H A DChangeLog1 2008-07-15 Love Hörnquist Åstrand <lha@it.su.se>
7 2007-10-19 Love Hörnquist Åstrand <lha@it.su.se>
11 * supaths.c: paths
13 2007-08-02 Love Hörnquist Åstrand <lha@it.su.se>
15 * su.c: Check all local realms when su-ing, from Magnus Holmberg.
17 2007-06-19 Love Hörnquist Åstrand <lha@it.su.se>
21 2006-01-17 Love Hörnquist Åstrand <lha@it.su.se>
26 2006-01-12 Johan Danielsson <joda@pdc.kth.se>
30 2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
35 2005-05-10 Dave Love <fx@gnu.org>
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c2 * Copyright (c) 2006-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
17 * - Redistributions of source code must retain the above
21 * - Redistributions in binary form must reproduce the above
77 p_node = p_port->p_node; in sa_multipath_rec_is_tavor_port()
78 vend_id = ib_node_info_get_vendor_id(&p_node->node_info); in sa_multipath_rec_is_tavor_port()
80 return ((p_node->node_info.device_id == CL_HTON16(23108)) && in sa_multipath_rec_is_tavor_port()
171 OSM_LOG_ENTER(sa->p_log); in mpr_rcv_get_path_parms()
175 p_dest_physp = p_dest_alias_guid->p_base_port->p_physp; in mpr_rcv_get_path_parms()
[all …]
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh3 #-
4 # SPDX-License-Identifier: BSD-2-Clause
6 # Copyright 2004-2007 Colin Percival
30 #### Usage function -- called from command-line handling code.
33 # --debug -- don't filter output from utilities
34 # --no-stats -- don't show progress statistics while fetching files
40 -b basedir -- Operate on a system mounted at basedir
42 -d workdir -- Store working files in workdir
43 (default: /var/db/freebsd-update/)
44 -f conffile -- Read configuration options from conffile
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def1 //===-- AnalyzerOptions.def - Metadata about Static Analyses ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the analyzer options avaible with -analyzer-config.
11 //===----------------------------------------------------------------------===//
36 /// TYPE - The type of the option object that will be stored in
40 /// NAME - The name of the option object.
41 /// CMDFLAG - The command line flag for the option.
42 /// (-analyzer-config CMDFLAG=VALUE)
43 /// DESC - Description of the flag.
[all …]
/freebsd/lib/libveriexec/
H A Dveriexec_check.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
38 #include <paths.h>
66 return -1; in veriexec_check_fd_mode()
71 if (error == -1) { in veriexec_check_fd_mode()
74 error = 0; /* ignore */ in veriexec_check_fd_mode()
91 return -1; in veriexec_check_path_mode()
107 if (error == -1) { in veriexec_check_path_mode()
110 error = 0; /* ignore */ in veriexec_check_path_mode()
138 if (error == -1) { in main()
/freebsd/crypto/openssl/doc/man5/
H A Dconfig.pod5 config - OpenSSL CONF library configuration files
26 is the first non-space character in a line, the entire line is ignored.
45 available on systems with POSIX IO support.) Any sub-directories found
57 To require all file inclusions to name absolute paths, use the following
63 relative paths. To require all B<.include> pathnames to be absolute paths,
76 B<true> or B<on>, then C<foo$bar> is a single seven-character name and
121 In order to support this, commands like L<openssl-req(1)> ignore any
231 OPENSSL_CONF=example.cnf openssl asn1parse -genstr OID:1.2.3.4.1
244 for that provider. The provider-specific section is used to specify how
273 All parameters in the section as well as sub-sections are made
[all …]
/freebsd/lib/libutil/
H A Dlogin_auth.c1 /*-
26 * Low-level routines relating to the user capabilities database
43 #include <paths.h>
57 * to see if this class should just ignore nologin files. Lastly,
67 /* Do we ignore a nologin file? */ in auth_checknologin()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h1 //===-- SpecialCaseList.h - special case list for sanitizers ----*- C++ -*-
[all...]
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp1 //===- FileMatchTrie.cpp --------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
51 /// - If the node is empty, insert 'p' into its storage and abort.
52 /// - If the node has a path 'p2' but no children, take the last path segment
55 /// - Insert a new child for the last segment of 'p' and insert the rest of
60 // We cannot put relative paths into the FileMatchTrie as then a path can be in insert()
70 // This is a leaf, ignore duplicate entry if 'Path' equals 'NewPath'. in insert()
73 // Make this a node and create a child-leaf with 'Path'. in insert()
[all …]
/freebsd/usr.bin/clang/llvm-ar/
H A Dllvm-ar.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd/crypto/heimdal/lib/kafs/
H A DChangeLog1 2008-07-17 Love Hörnquist Åstrand <lha@it.su.se>
7 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se>
11 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se>
15 2007-05-10 Love Hörnquist Åstrand <lha@it.su.se>
19 2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
25 2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
29 2006-05-01 Love Hörnquist Åstrand <lha@it.su.se>
33 2006-04-11 Love Hörnquist Åstrand <lha@it.su.se>
37 2006-04-10 Love Hörnquist Åstrand <lha@it.su.se>
47 2005-12-21 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd/secure/lib/libcrypto/man/man5/
H A Dconfig.518 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dconf.py1 # -*- coding: utf-8 -*-
5 # sphinx-quickstart on Mon Apr 6 23:48:40 2015.
24 # -- General configuration ------------------------------------------------
36 # Add any paths that contain templates here, relative to this directory.
45 #source_encoding = 'utf-8-sig'
72 # non-false value, then it is used:
78 # directories to ignore when looking for source files.
85 # If true, '()' will be appended to :func: etc. cross-reference text.
109 # -- Options for HTML output ----------------------------------------------
115 # Theme options are theme-specific and customize the look and feel of a theme
[all …]

12345678910>>...22