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

1234

/freebsd-9.3-release/sys/sys/
H A Ddir.h48 #define direct dirent macro
/freebsd-9.3-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.c210 buf->direct.buf = NULL;
215 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev,
217 if (!buf->direct.buf)
220 buf->direct.map = t;
227 memset(buf->direct.buf, 0, size);
231 buf->direct.buf = NULL;
232 buf->direct.map = 0;
260 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL);
262 if (!buf->direct.buf)
281 dma_free_coherent(&dev->pdev->dev, size, buf->direct
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_dirent.h29 # define dirent direct
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_ioctl.h41 uint16_t direct; member in struct:qla_reg_val
H A Dqla_ioctl.c95 if (rv->direct) {
/freebsd-9.3-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-9.3-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);
791 struct direct *ep;
835 struct direct *newdirp;
870 struct direct *dirp;
881 struct direct *ep, *nep;
941 ((struct direct *)
1021 ep = (struct direct *)dirbuf;
1025 nep = (struct direct *)(dirbu
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A Dposixdir.h44 # define dirent direct
/freebsd-9.3-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-9.3-release/share/examples/sunrpc/dir/
H A Ddir_proc.c18 struct direct *d;
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dbackupfile.c43 #define NLENGTH(direct) (strlen((direct)->d_name))
45 #define dirent direct
46 #define NLENGTH(direct) ((direct)->d_namlen)
/freebsd-9.3-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-9.3-release/contrib/cvs/lib/
H A Dsavecwd.c23 # include <direct.h>
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dbsdtar_platform.h85 # define dirent direct
/freebsd-9.3-release/contrib/opie/
H A Dopie_cfg.h79 #define dirent direct
/freebsd-9.3-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-9.3-release/sys/dev/qlxgbe/
H A Dql_ioctl.h41 uint16_t direct; member in struct:qla_reg_val
/freebsd-9.3-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...]

Completed in 146 milliseconds

1234