HomeSort by: relevance | last modified time | path
    Searched defs:use (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_090.c 11 use(void) function in typeref:typename:void
15 /* expect+1: warning: 'random_number' unused in function 'use' [192] */
  /src/usr.bin/make/unit-tests/
deptgt-begin.mk 28 # Another way is to define a custom target and make that a .USE dependency.
29 # For the .BEGIN target, .USE dependencies do not work though, since in
30 # Compat_MakeAll, the .USE and .USEBEFORE nodes are expanded right after the
32 .BEGIN: use
33 use: .USE .NOTMAIN target
34 : Making $@ from a .USE dependency.
36 # Same as with .USE, but run the commands before the main commands from the
40 # Compat_MakeAll, the .USE and .USEBEFORE nodes are expanded right after the
42 .BEGIN: use-befor
    [all...]
use-inference.mk 1 # $NetBSD: use-inference.mk,v 1.3 2020/12/07 00:53:30 rillig Exp $
3 # Demonstrate that .USE rules do not have an effect on inference rules.
10 all: use-inference.to
12 verbose: .USE
21 use-inference.from: # assume it exists
26 # The main target is "all", which depends on "use-inference.to".
opt-no-action-touch.mk 14 .MAKEFLAGS: opt-touch-use
28 # .USE targets are not touched since they do not represent actual files.
30 opt-touch-use: .USE
31 : Making use of $@.
opt-touch.mk 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make
13 opt-touch-use: .USE
14 : Making use of $@.
opt-touch-jobs.mk 9 .MAKEFLAGS: opt-touch-use
22 # .USE targets are not touched since they do not represent actual files.
24 opt-touch-use: .USE
25 : Making use of $@.
var-scope-local.mk 120 # variables but use the modifier ':L', which turns an undefined expression
229 # To access the value of a global variable, use an expression. This
262 # While VAR=use will be set for a .USE node, it will never be seen since only
264 # .USE target are not copied to the ultimate target's.
265 # expect: Making .USE var-scope-local-use.o with make 'global' and env 'global'.
266 a_use: .USE VAR=use
267 @echo "Making .USE ${.TARGET} with make '"${VAR:Q}"' and env '$$VAR'.
    [all...]
  /src/games/battlestar/
command2.c 7 * Redistribution and use in source and binary forms, with or without
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
137 use(void) function in typeref:typename:int
174 puts("There is no apparent use.");
  /src/lib/libutil/
getlabelsector.c 9 * Redistribution and use in source and binary forms, with or without
17 * 3. All advertising materials mentioning features or use of this software
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
80 int use; local in function:getlabelusesmbr
83 uselen = sizeof(use);
84 if (sysctlbyname("kern.labelusesmbr", &use, &uselen,
88 return use;
  /src/tests/libexec/ld.elf_so/
t_tls_extern.c 7 * Redistribution and use in source and binary forms, with or without
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
46 void *def, *use; local in function:tls_extern
57 ATF_REQUIRE_DL(use = dlopen(libuse, 0));
58 ATF_REQUIRE_DL(fuse = dlsym(use, "fuse"));
63 ATF_REQUIRE_DL(use = dlopen(libuse, 0));
66 ATF_REQUIRE_DL(use = dlopen(libuse, 0));
70 ATF_REQUIRE_DL(use = dlopen(libuse, 0));
73 ATF_REQUIRE_DL(fuse = dlsym(use, "fuse"))
394 void *def, *use; local in function:ATF_TC_BODY
    [all...]
  /src/sys/arch/sparc64/include/
pmap.h 8 * Redistribution and use in source and binary forms, with or without
16 * 3. All advertising materials mentioning features or use of this software
27 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
30 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
112 uint64_t use; member in struct:page_size_map
172 we really should use another param to pmap_enter() */
174 #define PMAP_64K 0x008 /* Use 64K page */
  /src/common/dist/zlib/examples/
enough.c 9 1.1 4 Jan 2007 Use faster incremental table usage computation
16 Use a macro to compute the history index
41 properties are: we cannot use more bit patterns than are available; and when
275 // we need to use at least this many bit patterns so that the code won't be
281 // we can use at most this many bit patterns, lest there not be enough
289 for (int use = least; use <= most; use++) { local in function:count
290 got = count(syms - use, (left - use) << 1, len + 1)
425 int use = least; local in function:examine
    [all...]
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 10 * Redistribution and use in source and binary forms, with or without
28 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
212 * Verify the disk has been initialized for MacOS use by checking
224 * to it and the number currently in use.
325 /* Disk name - don't bother asking, just use the physical name*/
592 * Find an entry in a use array that is unused and return it or
641 * Now classify the use for NetBSD
692 getUse(part, len_use, use)
695 char *use;
1039 char fstyp[16], use[16], name[32]; local in function:disp_selected_part
1168 char fstyp[16], use[16], name[64]; local in function:md_debug_dump
    [all...]
  /src/sys/arch/x86/pci/
ichlpcib.c 10 * Redistribution and use in source and binary forms, with or without
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
342 * than LPCIB_PCI_PM_SIZE. It makes impossible to use
879 uint32_t use, io, bit; local in function:lpcib_gpio_configure
905 * than LPCIB_PCI_GPIO_SIZE. It makes impossible to use
924 use = bus_space_read_4(sc->sc_gpio_iot, sc->sc_gpio_ioh, reg);
930 if ((use & bit) != 0) {
  /src/sys/kern/
vfs_vnode.c 11 * Redistribution and use in source and binary forms, with or without
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
42 * Redistribution and use in source and binary forms, with or without
60 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
63 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
102 * yet ready to use.
104 * ready to use.
114 * vcache_new() and is ready to use.
762 u_int use, next local in function:vtryrele
848 u_int use, next; local in function:vrelel
1525 u_int use, next; local in function:vcache_tryvget
    [all...]
  /src/distrib/amiga/miniroot/
install.md 10 # Redistribution and use in source and binary forms, with or without
25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  /src/distrib/atari/floppies/prepare/
install.md 10 # Redistribution and use in source and binary forms, with or without
25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
77 If you want to use an AHDI compatible partitioning, you have to assign some
78 partitions to NetBSD before NetBSD is able to use the disk. Change the 'id'
79 of all partitions you want to use for NetBSD filesystems to 'NBD'. Change
80 the 'id' of the partition you wish to use for swap to 'SWP'.
168 Now you can use file2swap.ttp to transfer the install.fs to your
  /src/distrib/sparc/
install.md 10 # Redistribution and use in source and binary forms, with or without
25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  /src/distrib/sun2/miniroot/
install.md 10 # Redistribution and use in source and binary forms, with or without
25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  /src/distrib/sun3/miniroot/
install.md 10 # Redistribution and use in source and binary forms, with or without
25 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  /src/distrib/hp300/miniroot/
install.md 11 # Redistribution and use in source and binary forms, with or without
26 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
140 is not available, use the information provided in your disk's manual.
260 are unsure what these should be, use:
303 # We've found the defaults. Now use them to place an initial
  /src/distrib/mac68k/miniroot/
install.md 11 # Redistribution and use in source and binary forms, with or without
26 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  /src/distrib/mvme68k/miniroot/
install.md 11 # Redistribution and use in source and binary forms, with or without
26 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  /src/sys/netinet6/
in6_var.h 8 * Redistribution and use in source and binary forms, with or without
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 * Redistribution and use in source and binary forms, with or without
55 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
58 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
158 u_quad_t use; /* statistics */ member in struct:in6_addrpolicy
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras.h 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
390 int use; member in struct:ras_manager

Completed in 58 milliseconds

1 2