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

  /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/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/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...]
lfs.h 26 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
54 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
98 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
133 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
205 #define ULFS_NDADDR 12 /* Direct addresses in inode. */
443 int32_t di_db[ULFS_NDADDR]; /* 40: Direct disk blocks. */
475 int64_t di_db[ULFS_NDADDR]; /* 112: Direct disk blocks. */
1292 int direct; /* Direct data written, in frags */ member in struct:lfs_write_stats
1396 * LFCNFILESTATS returns fragmentation information about the direct block
    [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/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/sys/dev/usb/
uaudio.c 24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
267 int direct; /* directly connected to an output terminal */ member in struct:io_terminal
1303 if (terminal_type != 0 && iot->direct) {
1903 it->direct = FALSE;
1977 iot[src_id].direct = TRUE;
  /src/sys/dev/pci/
mlyreg.h 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
50 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
480 struct mly_short_transfer direct; member in union:mly_cmd_transfer

Completed in 39 milliseconds