HomeSort by: relevance | last modified time | path
    Searched defs:direct (Results 1 - 25 of 39) 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))
  /src/external/gpl2/gmake/dist/
vmsdir.h 32 struct direct struct
43 (((sizeof (struct direct) \
57 struct direct dir;
71 extern struct direct *readdir PARAMS ((DIR *dfd));
  /src/external/bsd/am-utils/dist/fsinfo/
wr_atab.c 29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
255 int direct = 0; local
266 * a direct mount, so just keep a count and continue.
267 * Direct mounts are output into a special file during
271 direct++;
294 * Output any direct map entries which were found during the
297 if (direct) {
298 FILE *af = pref_open(mount_pref, "direct.map", info_hdr, "direct mount");
301 show_new("direct mounts")
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
quota_test.c 230 atomic_uint_fast32_t direct; member in struct:qthreadinfo
262 atomic_fetch_add_relaxed(&qti->direct, 1);
279 atomic_init(&qtis[i].direct, 0);
290 int direct = 0, ncallback = 0; local
293 direct += atomic_load(&qtis[i].direct);
297 assert_int_equal(direct + ncallback, 10 * 100);
299 * At least 100 must be direct, the rest is virtually random:
304 assert_true(direct >= 100);
  /src/common/dist/zlib/
gzguts.h 184 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon54
  /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
323 if ((tab = efi_map_pa(addr, &direct)) == NULL
    [all...]
  /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,
  /src/external/bsd/zstd/dist/zlibWrapper/
gzguts.h 191 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon8940
  /src/external/gpl3/binutils/dist/zlib/
gzguts.h 183 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon10984
  /src/external/gpl3/binutils.old/dist/zlib/
gzguts.h 184 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon12431
  /src/external/gpl3/gdb.old/dist/zlib/
gzguts.h 184 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon22734
  /src/external/gpl3/gdb/dist/zlib/
gzguts.h 183 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon2118
  /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
    [all...]
  /src/sys/ufs/lfs/
lfs_kclean.c 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
893 int direct, offset; local
996 direct = offset = 0;
998 &direct, &offset, curlwp);
999 DLOG((DLOG_CLEAN, " direct=%d offset=%d\n", direct, offset));
1000 again += direct;
lfs_vnops.c 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
51 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
83 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
116 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
517 * LFS_NRESERVE calculates direct and indirect blocks as well
1650 * writes to files' direct blocks go through the page
1885 int oclean, *sna, direct, offset; local
2036 lws.direct = 0;
2216 direct = offset = 0;
2217 error = lfs_rewrite_segments(fs, sna, snap.len, &direct,
    [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
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
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
817 direct = CHECK_FLAG('d');
821 if (direct && purl) {
  /src/external/bsd/fetch/dist/libfetch/
ftp.c 22 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1042 int e, direct, verbose; local
1049 direct = CHECK_FLAG('d');
1056 if (direct)
1161 * a direct connection.
http.c 23 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
56 * SHALL M.I.T. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
891 int chunked, direct, if_modified_since, need_auth, noredirect; local
901 direct = CHECK_FLAG('d');
907 if (direct && purl) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm.h 208 * @direct: if changes should be made directly
210 bool direct; member in struct:amdgpu_vm_update_params
280 struct drm_sched_entity direct; member in struct:amdgpu_vm
390 struct amdgpu_vm *vm, bool direct);
  /src/usr.sbin/ypbind/
ypbind.c 20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
111 ypbind_mode_t dom_ypbindmode; /* broadcast or direct */
988 /* XXX use SOCK_STREAM for direct queries? */
1075 direct(char *buf, int outlen, struct domain *dom) function
1140 yp_log(LOG_WARNING, "direct: sendto: %s",
1425 return direct(buf, outlen, dom);
  /src/crypto/external/bsd/openssh/dist/
ssh.c 36 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
369 check_follow_cname(int direct, char **namep, const char *cname)
383 if (!direct &&
410 int i, direct, ndots; local
447 direct = option_clear_or_none(options.proxy_command) &&
449 if (!direct &&
491 if (!check_follow_cname(direct, &fullhost, newname)) {
636 int i, r, opt, exit_status, use_syslog, direct, timeout_ms; local
1233 direct = option_clear_or_none(options.proxy_command) &&
1235 if (addrs == NULL && config_has_permitted_cnames(&options) && (direct ||
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
http_curl.c 347 LogotypeData *direct; member in union:__anon8501::__anon8502
418 ASN1_IMP(LogotypeInfo, d.direct, LogotypeData, 0),
734 i2r_LogotypeData(info->d.direct, title, out, indent);
836 add_logo_direct(ctx, hcert, info->d.direct);
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 214 } direct; member in struct:__anon10110
389 debug ("Found direct reference\n");
402 debug ("Direct reference is a label\n");
403 current_op->direct.label = token + 1;
407 retval = expression (&current_op->direct.direct_expr);
410 current_op->direct.direct_expr.X_op);
412 (long) current_op->direct.direct_expr.X_add_number);
417 if (current_op->direct.direct_expr.X_op == O_constant)
419 current_op->direct.address =
420 current_op->direct.direct_expr.X_add_number
    [all...]

Completed in 36 milliseconds

1 2