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

12345

/freebsd-11-stable/sys/sys/
H A Ddir.h48 #define direct dirent macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_dirent.h29 # define dirent direct
/freebsd-11-stable/sys/kern/
H A Dkern_timeout.c96 "Average number of direct callouts examined per callout_process call. "
100 &avg_lockcalls_dir, 0, "Average number of lock direct callouts made per "
104 0, "Average number of MP direct callouts made per callout_process call. "
209 int direct);
234 cc_cce_cleanup(struct callout_cpu *cc, int direct) argument
237 cc_exec_curr(cc, direct) = NULL;
238 cc_exec_cancel(cc, direct) = false;
239 cc_exec_waiting(cc, direct) = false;
241 cc_migration_cpu(cc, direct) = CPUBLOCK;
242 cc_migration_time(cc, direct)
253 cc_cce_migrating(struct callout_cpu *cc, int direct) argument
638 softclock_call_cc(struct callout *c, struct callout_cpu *cc, int *mpcalls, int *lockcalls, int *gcalls, int direct) argument
1020 int cancelled, direct; local
1179 int direct, sq_locked, use_lock; local
[all...]
/freebsd-11-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-11-stable/sys/ufs/ufs/
H A Ddirhash.h125 void ufsdirhash_add(struct inode *, struct direct *, doff_t);
126 void ufsdirhash_remove(struct inode *, struct direct *, doff_t);
127 void ufsdirhash_move(struct inode *, struct direct *, doff_t, doff_t);
H A Dufs_extern.h37 struct direct;
62 int ufs_dirbadentry(struct vnode *, struct direct *, int);
67 struct direct *);
68 int ufs_direnter(struct vnode *, struct vnode *, struct direct *,
H A Ddir.h56 * a struct direct at the front of it, containing its inode number,
77 struct direct { struct
106 * the directory entry. This requires the amount of space in struct direct
112 (roundup2(__offsetof(struct direct, d_name) + (namlen) + 1, DIR_ROUNDUP))
124 * Template for manipulating directories. Should use struct direct's,
H A Dufs_dirhash.c100 static doff_t ufsdirhash_getprev(struct direct *dp, doff_t offset);
347 struct direct *ep;
444 ep = (struct direct *)((char *)bp->b_data + (pos & bmask));
553 struct direct *dp;
638 dp = (struct direct *)(bp->b_data + (offset & bmask));
705 struct direct *dp;
741 dp = (struct direct *)((char *)dp + dp->d_reclen);
760 dp = (struct direct *)((char *)dp + dp->d_reclen);
801 * points to a struct direct containing the entry, and offset specifies
805 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);
780 struct direct *ep;
824 struct direct *newdirp;
866 struct direct *dirp;
877 struct direct *ep, *nep;
941 ((struct direct *)
1022 ep = (struct direct *)dirbuf;
1026 nep = (struct direct *)(dirbu
[all...]
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.h181 bool direct; /**< false if the resource requires member in struct:bhnd_resource
700 ((r)->direct) ? \
706 ((r)->direct) ? \
712 ((r)->direct) ? \
718 ((r)->direct) ? \
724 ((r)->direct) ? \
730 ((r)->direct) ? \
736 ((r)->direct) ? \
742 ((r)->direct) ? \
748 ((r)->direct)
[all...]
H A Dbhnd_nexus.c101 /* Always direct */
105 r->direct = true;
115 /* Always direct */
116 KASSERT(r->direct, ("indirect resource delegated to bhnd_nexus\n"));
121 r->direct = false;
/freebsd-11-stable/contrib/libreadline/
H A Dposixdir.h44 # define dirent direct
/freebsd-11-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-11-stable/sbin/restore/
H A Ddirs.c120 static void putent(struct direct *);
123 static struct direct *searchdir(ino_t, char *);
136 struct direct nulldir;
218 struct direct *dp;
277 struct direct *
281 struct direct *dp;
302 static struct direct *
305 struct direct *dp;
328 struct direct *dp;
332 dp = (struct direct *)(bu
[all...]
H A Dextern.h77 struct direct *pathsearch(const char *);
86 struct direct *rst_readdir(RST_DIR *);
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_ioctl.h41 uint16_t direct; member in struct:qla_reg_val
/freebsd-11-stable/share/examples/sunrpc/dir/
H A Ddir_proc.c18 struct direct *d;
/freebsd-11-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-11-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-11-stable/contrib/libarchive/tar/
H A Dbsdtar_platform.h89 # define dirent direct
/freebsd-11-stable/contrib/opie/
H A Dopie_cfg.h79 #define dirent direct
/freebsd-11-stable/sbin/fsck_ffs/
H A Ddir.c62 static int dircheck(struct inodesc *, struct bufarea *, struct direct *);
65 static struct direct *fsck_readdir(struct inodesc *);
102 struct direct *dp;
124 idesc->id_dirp = (struct direct *)dbuf;
144 static struct direct *
147 struct direct *dp, *ndp;
156 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
177 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
215 dircheck(struct inodesc *idesc, struct bufarea *bp, struct direct *dp)
253 unused = dp->d_reclen - __offsetof(struct direct, d_nam
[all...]
/freebsd-11-stable/contrib/less/
H A Dlsystem.c23 #include <direct.h>
27 #include <direct.h>

Completed in 322 milliseconds

12345