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

1234

/freebsd-10.0-release/sys/sys/
H A Ddir.h48 #define direct dirent macro
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Den_resources.c72 if (buf->direct.buf != NULL || buf->nbufs == 1)
82 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL);
84 if (!buf->direct.buf)
92 if (buf->direct.buf != NULL || buf->nbufs == 1)
95 vunmap(buf->direct.buf);
96 buf->direct.buf = NULL;
H A Dalloc.c214 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev,
216 if (!buf->direct.buf)
219 buf->direct.map = t;
226 memset(buf->direct.buf, 0, size);
230 buf->direct.buf = NULL;
258 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL);
260 if (!buf->direct.buf)
279 dma_free_coherent(&dev->pdev->dev, size, buf->direct.buf,
280 buf->direct.map);
282 if (BITS_PER_LONG == 64 && buf->direct
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdb_dirent.h29 # define dirent direct
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h38 /* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */
39 #define dirent direct
H A Dbsd-closefrom.c37 # define dirent direct
/freebsd-10.0-release/sys/ufs/ufs/
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
113 (((uintptr_t)&((struct direct *)0)->d_name + \
114 ((namlen)+1)*sizeof(((struct direct *)0)->d_name[0]) + 3) & ~3)
126 * Template for manipulating directories. Should use struct direct's,
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 Dufs_dirhash.c99 static doff_t ufsdirhash_getprev(struct direct *dp, doff_t offset);
344 struct direct *ep;
441 ep = (struct direct *)((char *)bp->b_data + (pos & bmask));
550 struct direct *dp;
635 dp = (struct direct *)(bp->b_data + (offset & bmask));
702 struct direct *dp;
738 dp = (struct direct *)((char *)dp + dp->d_reclen);
757 dp = (struct direct *)((char *)dp + dp->d_reclen);
798 * points to a struct direct containing the entry, and offset specifies
802 ufsdirhash_add(struct inode *ip, struct direct *dir
[all...]
H A Dufs_lookup.c223 struct direct *ep; /* the current directory entry */
318 ep = (struct direct *)((char *)bp->b_data +
387 ep = (struct direct *)((char *)bp->b_data + entryoffsetinblock);
793 struct direct *ep;
837 struct direct *newdirp;
872 struct direct *dirp;
883 struct direct *ep, *nep;
943 ((struct direct *)
1023 ep = (struct direct *)dirbuf;
1027 nep = (struct direct *)(dirbu
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_timeout.c92 "Average number of direct callouts examined per callout_process call. "
96 &avg_lockcalls_dir, 0, "Average number of lock direct callouts made per "
100 0, "Average number of MP direct callouts made per callout_process call. "
196 int direct);
221 cc_cce_cleanup(struct callout_cpu *cc, int direct) argument
224 cc->cc_exec_entity[direct].cc_curr = NULL;
225 cc->cc_exec_entity[direct].cc_next = NULL;
226 cc->cc_exec_entity[direct].cc_cancel = false;
227 cc->cc_exec_entity[direct].cc_waiting = false;
229 cc->cc_exec_entity[direct]
241 cc_cce_migrating(struct callout_cpu *cc, int direct) argument
596 softclock_call_cc(struct callout *c, struct callout_cpu *cc, int *mpcalls, int *lockcalls, int *gcalls, int direct) argument
919 int cancelled, direct; local
1062 int direct, sq_locked, use_lock; local
[all...]
/freebsd-10.0-release/contrib/libreadline/
H A Dposixdir.h44 # define dirent direct
/freebsd-10.0-release/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-10.0-release/share/examples/sunrpc/dir/
H A Ddir_proc.c18 struct direct *d;
/freebsd-10.0-release/sys/dev/qlxgb/
H A Dqla_ioctl.h41 uint16_t direct; member in struct:qla_reg_val
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c209 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev,
211 if (!buf->direct.buf)
214 pci_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 pci_unmap_addr(&buf->direct, mapping));
/freebsd-10.0-release/contrib/libarchive/tar/
H A Dbsdtar_platform.h85 # define dirent direct
/freebsd-10.0-release/contrib/opie/
H A Dopie_cfg.h79 #define dirent direct
/freebsd-10.0-release/sbin/fsck_ffs/
H A Ddir.c67 static int dircheck(struct inodesc *, struct direct *);
70 static struct direct *fsck_readdir(struct inodesc *);
107 struct direct *dp;
129 idesc->id_dirp = (struct direct *)dbuf;
146 static struct direct *
149 struct direct *dp, *ndp;
157 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
164 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
180 dp = (struct direct *)(bp->b_un.b_buf + dploc);
185 ndp = (struct direct *)(b
[all...]
/freebsd-10.0-release/sys/dev/qlxgbe/
H A Dql_ioctl.h41 uint16_t direct; member in struct:qla_reg_val
/freebsd-10.0-release/share/examples/ppp/
H A Dppp.conf.sample259 # their own label in direct mode:
263 allow mode direct
441 # # ppp -direct server
465 # should always be carrier on a direct connection.
473 direct-client:
485 direct-server:
511 # configured to run "ppp -direct tcp-server" when it gets a connection on
514 # ppp stream tcp nowait root /usr/sbin/ppp ppp -direct tcp-server
537 # ppp dgram udp wait root /usr/sbin/ppp ppp -direct udp-server
560 # ppploop stream tcp nowait root /usr/sbin/ppp ppp -direct ine
[all...]
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dprogs.priv.h80 # define DIRENT struct direct
/freebsd-10.0-release/usr.sbin/cron/cron/
H A Dexterns.h64 # define DIR_T struct direct

Completed in 155 milliseconds

1234