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

1 2

  /src/sys/sys/
dir.h 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
52 #define direct dirent macro
56 * the directory entry. This requires the amount of space in struct direct
62 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
dir.h 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
52 #define direct dirent macro
56 * the directory entry. This requires the amount of space in struct direct
62 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
  /src/usr.bin/make/unit-tests/
opt-keep-going-indirect.mk 9 # direct or an indirect target failed.
12 # mode, both for direct as well as indirect targets.
14 # Since 2001.10.16.18.50.12, the exit status for a direct failure in
20 # At 2006.11.17.22.07.39, the exit status for direct failures in both
26 # At 2016.08.26.23.28.39, the additional empty line for a direct failure
27 # in compat mode was removed, making it consistent with a direct failure
44 .PHONY: all direct indirect
51 @echo 'direct compat'
52 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct; echo "exited $$?"
55 @echo 'direct jobs
68 direct: target
    [all...]
opt-keep-going-indirect.mk 9 # direct or an indirect target failed.
12 # mode, both for direct as well as indirect targets.
14 # Since 2001.10.16.18.50.12, the exit status for a direct failure in
20 # At 2006.11.17.22.07.39, the exit status for direct failures in both
26 # At 2016.08.26.23.28.39, the additional empty line for a direct failure
27 # in compat mode was removed, making it consistent with a direct failure
44 .PHONY: all direct indirect
51 @echo 'direct compat'
52 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct; echo "exited $$?"
55 @echo 'direct jobs
68 direct: target
    [all...]
opt-jobs-internal.mk 6 @${MAKE} -f ${MAKEFILE} -j1 direct
7 @${MAKE} -f ${MAKEFILE} -j1 direct-syntax
8 @${MAKE} -f ${MAKEFILE} -j1 direct-open
19 # expect: direct: mode=parallel
20 direct: .PHONY target
25 direct-syntax: .PHONY
28 # expect: direct-open: mode=compat
29 direct-open: .PHONY
opt-jobs-internal.mk 6 @${MAKE} -f ${MAKEFILE} -j1 direct
7 @${MAKE} -f ${MAKEFILE} -j1 direct-syntax
8 @${MAKE} -f ${MAKEFILE} -j1 direct-open
19 # expect: direct: mode=parallel
20 direct: .PHONY target
25 direct-syntax: .PHONY
28 # expect: direct-open: mode=compat
29 direct-open: .PHONY
cmd-errors-jobs.mk 15 ${RUN} undefined-direct
17 ${RUN} parse-error-direct
19 ${RUN} begin-direct
21 ${RUN} end-direct
27 # expect: : undefined-direct--eol
28 # expect: end undefined-direct with status 0
29 # expect: : undefined-direct--eol
31 undefined-indirect: undefined-direct
32 undefined-direct:
36 parse-error-indirect: parse-error-direct
    [all...]
cmd-errors-jobs.mk 15 ${RUN} undefined-direct
17 ${RUN} parse-error-direct
19 ${RUN} begin-direct
21 ${RUN} end-direct
27 # expect: : undefined-direct--eol
28 # expect: end undefined-direct with status 0
29 # expect: : undefined-direct--eol
31 undefined-indirect: undefined-direct
32 undefined-direct:
36 parse-error-indirect: parse-error-direct
    [all...]
cmdline.mk 13 all: makeobjdir-direct makeobjdir-indirect
23 makeobjdir-direct:
cmdline.mk 13 all: makeobjdir-direct makeobjdir-indirect
23 makeobjdir-direct:
moderrs.mk 13 all: mod-unknown-direct mod-unknown-indirect
14 all: unclosed-direct unclosed-indirect
27 mod-unknown-direct:
35 unclosed-direct:
  /src/sys/ufs/ufs/
dir.h 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
57 * a struct direct at the front of it, containing its inode number,
81 struct direct { struct
110 * the directory entry. This requires the amount of space in struct direct
120 ((sizeof(struct direct) - (FFS_MAXNAMLEN+1)) + UFS_NAMEROUNDUP(namlen))
180 * Template for manipulating directories. Should use struct direct's,
dir.h 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
57 * a struct direct at the front of it, containing its inode number,
81 struct direct { struct
110 * the directory entry. This requires the amount of space in struct direct
120 ((sizeof(struct direct) - (FFS_MAXNAMLEN+1)) + UFS_NAMEROUNDUP(namlen))
180 * Template for manipulating directories. Should use struct direct's,
  /src/common/dist/zlib/
gzguts.h 184 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anone1a3ef820108
gzguts.h 184 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anone1a3ef820108
  /src/sys/dev/
efi.c 19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
179 * Try direct-map if we have it. If it works, note that it was
180 * direct-mapped for efi_unmap.
190 * No direct map. Reserve a page of kernel virtual address
206 * direct-mapped for efi_unmap.
213 efi_unmap(void *ptr, bool direct)
218 * If it was direct-mapped, nothing to do here.
220 if (direct)
289 bool direct; local in function:efi_ioctl_get_table
323 if ((tab = efi_map_pa(addr, &direct)) == NULL
    [all...]
efi.c 19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
179 * Try direct-map if we have it. If it works, note that it was
180 * direct-mapped for efi_unmap.
190 * No direct map. Reserve a page of kernel virtual address
206 * direct-mapped for efi_unmap.
213 efi_unmap(void *ptr, bool direct)
218 * If it was direct-mapped, nothing to do here.
220 if (direct)
289 bool direct; local in function:efi_ioctl_get_table
323 if ((tab = efi_map_pa(addr, &direct)) == NULL
    [all...]
  /src/games/larn/
monster.c 33 * direct(spnum,dam,str,arg)Routine to direct spell damage 1 square in 1 dir
124 static void direct(int, int, const char *, int);
333 direct(x, fullhit(i),
349 direct(x, fullhit(i),
386 direct(x, rnd(20) + 20 + clev, " The %s believed!", 0);
471 direct(x, 100 + clev, " The %s shrivels up", 0); /* dehydration */
480 direct(x, i + i, "", 0);
504 direct(x, 2000, " The %s's heart stopped", 0); /* finger of death */
557 direct(x, 150, " The demon strikes at the %s", 0)
728 direct(int spnum, int dam, const char *str, int arg) function in typeref:typename:void
    [all...]
monster.c 33 * direct(spnum,dam,str,arg)Routine to direct spell damage 1 square in 1 dir
124 static void direct(int, int, const char *, int);
333 direct(x, fullhit(i),
349 direct(x, fullhit(i),
386 direct(x, rnd(20) + 20 + clev, " The %s believed!", 0);
471 direct(x, 100 + clev, " The %s shrivels up", 0); /* dehydration */
480 direct(x, i + i, "", 0);
504 direct(x, 2000, " The %s's heart stopped", 0); /* finger of death */
557 direct(x, 150, " The demon strikes at the %s", 0)
728 direct(int spnum, int dam, const char *str, int arg) function in typeref:typename:void
    [all...]
  /src/lib/libc/citrus/modules/
citrus_utf7.c 20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
141 static const char direct[] = variable in typeref:typename:const char[]
550 FILL(direct, EI_DIRECT);
citrus_utf7.c 20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
141 static const char direct[] = variable in typeref:typename:const char[]
550 FILL(direct, EI_DIRECT);
  /src/share/examples/refuse/ian/libfetch/
ftp.c 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
959 int e, direct, verbose; local in function:_ftp_connect
966 direct = CHECK_FLAG('d');
973 if (direct)
1114 * a direct connection.
http.c 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
56 * SHALL M.I.T. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
808 int chunked, direct, need_auth, noredirect, verbose; local in function:_http_request
817 direct = CHECK_FLAG('d');
821 if (direct && purl) {
ftp.c 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
959 int e, direct, verbose; local in function:_ftp_connect
966 direct = CHECK_FLAG('d');
973 if (direct)
1114 * a direct connection.
http.c 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
56 * SHALL M.I.T. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
808 int chunked, direct, need_auth, noredirect, verbose; local in function:_http_request
817 direct = CHECK_FLAG('d');
821 if (direct && purl) {

Completed in 221 milliseconds

1 2