Searched refs:direct (Results 1 - 25 of 114) sorted by relevance

12345

/freebsd-13-stable/sys/kern/
H A Dkern_timeout.c95 "Average number of direct callouts examined per callout_process call. "
99 &avg_lockcalls_dir, 0, "Average number of lock direct callouts made per "
103 0, "Average number of MP direct callouts made per callout_process call. "
213 int direct);
238 cc_cce_cleanup(struct callout_cpu *cc, int direct) argument
241 cc_exec_curr(cc, direct) = NULL;
242 cc_exec_cancel(cc, direct) = false;
243 cc_exec_waiting(cc, direct) = false;
245 cc_migration_cpu(cc, direct) = CPUBLOCK;
246 cc_migration_time(cc, direct)
257 cc_cce_migrating(struct callout_cpu *cc, int direct) argument
606 softclock_call_cc(struct callout *c, struct callout_cpu *cc, int *mpcalls, int *lockcalls, int *gcalls, int direct) argument
899 int cancelled, direct; local
1055 int direct, sq_locked, use_lock; local
1483 _show_last_callout(int cpu, int direct, const char *dirstr) argument
[all...]
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h36 /* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */
37 #define dirent direct
H A Dbsd-closefrom.c37 # define dirent direct
/freebsd-13-stable/sys/ufs/ufs/
H A Ddirhash.h126 void ufsdirhash_add(struct inode *, struct direct *, doff_t);
127 void ufsdirhash_remove(struct inode *, struct direct *, doff_t);
128 void ufsdirhash_move(struct inode *, struct direct *, doff_t, doff_t);
H A Dufs_extern.h39 struct direct;
64 int ufs_dirbadentry(struct vnode *, struct direct *, int);
69 struct direct *);
70 int ufs_direnter(struct vnode *, struct vnode *, struct direct *,
H A Ddir.h58 * a struct direct at the front of it, containing its inode number,
79 struct direct { struct
109 * the directory entry. This requires the amount of space in struct direct
115 (roundup2(__offsetof(struct direct, d_name) + (namlen) + 1, DIR_ROUNDUP))
127 * Template for manipulating directories. Should use struct direct's,
H A Dufs_dirhash.c101 static doff_t ufsdirhash_getprev(struct direct *dp, doff_t offset);
348 struct direct *ep;
446 ep = (struct direct *)((char *)bp->b_data + (pos & bmask));
555 struct direct *dp;
640 dp = (struct direct *)(bp->b_data + (offset & bmask));
707 struct direct *dp;
743 dp = (struct direct *)((char *)dp + dp->d_reclen);
762 dp = (struct direct *)((char *)dp + dp->d_reclen);
803 * points to a struct direct containing the entry, and offset specifies
807 ufsdirhash_add(struct inode *ip, struct direct *dir
[all...]
H A Dufs_lookup.c197 struct direct *ep; /* the current directory entry */
305 ep = (struct direct *)((char *)bp->b_data +
374 ep = (struct direct *)((char *)bp->b_data + entryoffsetinblock);
792 struct direct *ep;
836 struct direct *newdirp;
878 struct direct *dirp;
888 struct direct *ep, *nep;
952 ((struct direct *)
1011 ep = (struct direct *)dirbuf;
1015 nep = (struct direct *)(dirbu
[all...]
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c90 // if buf->direct.buf is not NULL it means that vmap was already done by mlx4_alloc_buff
91 if (buf->direct.buf != NULL || buf->nbufs == 1)
101 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL);
103 if (!buf->direct.buf)
114 vunmap(buf->direct.buf);
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd.h346 bool direct; /**< false if the resource requires member in struct:bhnd_resource
354 .direct = true, \
769 * @retval EINVAL If @p child is not a direct child of @p dev.
790 * @retval EINVAL If @p child is not a direct child of @p dev.
808 * @retval EINVAL If @p child is not a direct child of @p dev.
1203 * @retval EINVAL If @p child is not a direct child of @p dev.
1232 * @retval EINVAL If @p child is not a direct child of @p dev.
1496 (((r)->direct) ? \
1502 (((r)->direct) ? \
1508 (((r)->direct)
[all...]
/freebsd-13-stable/sbin/restore/
H A Dextern.h79 struct direct *pathsearch(const char *);
88 struct direct *rst_readdir(RST_DIR *);
H A Ddirs.c122 static void putent(struct direct *);
125 static struct direct *searchdir(ino_t, char *);
138 struct direct nulldir;
221 struct direct *dp;
280 struct direct *
284 struct direct *dp;
305 static struct direct *
308 struct direct *dp;
331 struct direct *dp;
335 dp = (struct direct *)(bu
[all...]
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_ioctl.h43 uint16_t direct; member in struct:qla_reg_val
/freebsd-13-stable/share/examples/sunrpc/dir/
H A Ddir_proc.c18 struct direct *d;
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c102 err = -bus_dmamem_alloc(buf->dma_tag, &buf->direct.buf,
110 buf->dma_tag, buf->dma_map, buf->direct.buf,
125 memset(buf->direct.buf, 0, PAGE_SIZE * buf->npages);
132 bus_dmamem_free(buf->dma_tag, buf->direct.buf, buf->dma_map);
144 bus_dmamem_free(buf->dma_tag, buf->direct.buf, buf->dma_map);
H A Dmlx5_wq.c86 wq->buf = wq_ctrl->buf.direct.buf;
124 wq->buf = wq_ctrl->buf.direct.buf;
163 wq->buf = wq_ctrl->buf.direct.buf;
/freebsd-13-stable/sys/mips/broadcom/
H A Dbhnd_nexus.c85 /* Always direct */
89 r->direct = true;
102 /* Always direct */
103 KASSERT(r->direct, ("indirect resource delegated to bhnd_nexus\n"));
108 r->direct = false;
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_allocator.c209 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev,
211 if (!buf->direct.buf)
214 dma_unmap_addr_set(&buf->direct, mapping, t);
216 memset(buf->direct.buf, 0, size);
291 dma_free_coherent(&dev->pdev->dev, size, buf->direct.buf,
292 dma_unmap_addr(&buf->direct, mapping));
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcmdline.mk13 all: makeobjdir-direct makeobjdir-indirect
21 makeobjdir-direct:
H A Dvar-recursive.mk6 TESTS= direct indirect conditional short
17 .elif ${TEST} == direct
H A Dexport.mk20 ${:U!}= exclamation # A direct != would try to run "exclamation"
/freebsd-13-stable/contrib/libarchive/tar/
H A Dbsdtar_platform.h89 # define dirent direct
/freebsd-13-stable/contrib/opie/
H A Dopie_cfg.h79 #define dirent direct
/freebsd-13-stable/sbin/fsck_ffs/
H A Ddir.c64 static int dircheck(struct inodesc *, struct bufarea *, struct direct *);
67 static struct direct *fsck_readdir(struct inodesc *);
104 struct direct *dp;
126 idesc->id_dirp = (struct direct *)dbuf;
148 static struct direct *
151 struct direct *dp, *ndp;
162 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
183 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
221 dircheck(struct inodesc *idesc, struct bufarea *bp, struct direct *dp)
259 unused = dp->d_reclen - __offsetof(struct direct, d_nam
[all...]
/freebsd-13-stable/contrib/less/
H A Dlsystem.c23 #include <direct.h>
27 #include <direct.h>

Completed in 287 milliseconds

12345