crypto/openssh/openbsd-compat/bsd-closefrom.c
35
# define dirent direct
crypto/openssh/openbsd-compat/bsd-nextstep.h
37
#define dirent direct
crypto/openssh/ssh.c
1263
direct = option_clear_or_none(options.proxy_command) &&
crypto/openssh/ssh.c
1265
if (addrs == NULL && config_has_permitted_cnames(&options) && (direct ||
crypto/openssh/ssh.c
1268
direct, cname, sizeof(cname))) == NULL) {
crypto/openssh/ssh.c
1270
if (direct)
crypto/openssh/ssh.c
1273
check_follow_cname(direct, &host, cname);
crypto/openssh/ssh.c
388
check_follow_cname(int direct, char **namep, const char *cname)
crypto/openssh/ssh.c
402
if (!direct &&
crypto/openssh/ssh.c
429
int i, direct, ndots;
crypto/openssh/ssh.c
466
direct = option_clear_or_none(options.proxy_command) &&
crypto/openssh/ssh.c
468
if (!direct &&
crypto/openssh/ssh.c
510
if (!check_follow_cname(direct, &fullhost, newname)) {
crypto/openssh/ssh.c
676
int i, r, opt, exit_status, use_syslog, direct, timeout_ms;
lib/libfetch/ftp.c
958
int e, direct, verbose;
lib/libfetch/ftp.c
965
direct = CHECK_FLAG('d');
lib/libfetch/ftp.c
972
if (direct)
lib/libfetch/http.c
1591
int chunked, direct, ims, noredirect, verbose;
lib/libfetch/http.c
1609
direct = CHECK_FLAG('d');
lib/libfetch/http.c
1614
if (direct && purl) {
lib/libiconv_modules/UTF7/citrus_utf7.c
115
static const char direct[] =
lib/libiconv_modules/UTF7/citrus_utf7.c
480
FILL(direct, EI_DIRECT);
libexec/rbootd/utils.c
71
DispPkt(RMPCONN *rconn, int direct)
libexec/rbootd/utils.c
93
fputs((direct==DIR_RCVD)?"<<< ":(direct==DIR_SENT)?">>> ":"", DbgFp);
sbin/dump/traverse.c
380
struct direct *dp;
sbin/dump/traverse.c
391
dp = (struct direct *)(dblk + loc);
sbin/fsck_ffs/dir.c
195
struct direct *dp;
sbin/fsck_ffs/dir.c
217
idesc->id_dirp = (struct direct *)dbuf;
sbin/fsck_ffs/dir.c
238
static struct direct *
sbin/fsck_ffs/dir.c
241
struct direct *dp, *ndp;
sbin/fsck_ffs/dir.c
252
dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
sbin/fsck_ffs/dir.c
273
ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
sbin/fsck_ffs/dir.c
311
dircheck(struct inodesc *idesc, struct bufarea *bp, struct direct *dp)
sbin/fsck_ffs/dir.c
349
unused = dp->d_reclen - __offsetof(struct direct, d_name);
sbin/fsck_ffs/dir.c
527
struct direct *dirp = idesc->id_dirp;
sbin/fsck_ffs/dir.c
528
struct direct newent;
sbin/fsck_ffs/dir.c
541
dirp = (struct direct *)(((char *)dirp) + oldlen);
sbin/fsck_ffs/dir.c
553
struct direct *dirp = idesc->id_dirp;
sbin/fsck_ffs/dir.c
56
static int dircheck(struct inodesc *, struct bufarea *, struct direct *);
sbin/fsck_ffs/dir.c
58
static struct direct *fsck_readdir(struct inodesc *);
sbin/fsck_ffs/fsck.h
260
struct direct *id_dirp; /* for DATA nodes, ptr to current entry */
sbin/fsck_ffs/inode.c
1304
struct direct *dirp = idesc->id_dirp;
sbin/fsck_ffs/inode.c
1317
struct direct *dirp = idesc->id_dirp;
sbin/fsck_ffs/inode.c
1332
struct direct *dirp = idesc->id_dirp;
sbin/fsck_ffs/pass2.c
280
struct direct *dirp = idesc->id_dirp;
sbin/fsck_ffs/pass2.c
287
struct direct proto, *newdirp;
sbin/fsck_ffs/pass2.c
334
newdirp = (struct direct *)((char *)(dirp) + entrysize);
sbin/fsck_ffs/pass2.c
361
dirp = (struct direct *)((char *)(dirp) + n);
sbin/fsck_ffs/pass2.c
430
newdirp = (struct direct *)((char *)(dirp) + entrysize);
sbin/fsck_ffs/pass2.c
714
struct direct *dirp = idesc->id_dirp;
sbin/fsck_ffs/suj.c
1008
dp = (struct direct *)&bp->b_un.b_buf[0];
sbin/fsck_ffs/suj.c
1010
dp = (struct direct *)&bp->b_un.b_buf[dpoff];
sbin/fsck_ffs/suj.c
555
struct direct *dp;
sbin/fsck_ffs/suj.c
578
dp = (struct direct *)&bp->b_un.b_buf[doff];
sbin/fsck_ffs/suj.c
601
struct direct *dp;
sbin/fsck_ffs/suj.c
658
dp = (struct direct *)&bp->b_un.b_buf[dpoff];
sbin/fsck_ffs/suj.c
992
struct direct *dp;
sbin/fsdb/fsdb.c
458
struct direct *dirp = idesc->id_dirp;
sbin/fsdb/fsdb.c
834
struct direct *dirp = idesc->id_dirp;
sbin/fsdb/fsdb.c
877
struct direct *dirp = idesc->id_dirp;
sbin/fsdb/fsdb.c
878
struct direct testdir;
sbin/newfs/mkfs.c
106
static int makedir(struct direct *, int);
sbin/newfs/mkfs.c
883
static struct direct root_dir[] = {
sbin/newfs/mkfs.c
884
{ UFS_ROOTINO, sizeof(struct direct), DT_DIR, 1, "." },
sbin/newfs/mkfs.c
885
{ UFS_ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
sbin/newfs/mkfs.c
886
{ UFS_ROOTINO + 1, sizeof(struct direct), DT_DIR, 5, ".snap" },
sbin/newfs/mkfs.c
891
static struct direct snap_dir[] = {
sbin/newfs/mkfs.c
892
{ UFS_ROOTINO + 1, sizeof(struct direct), DT_DIR, 1, "." },
sbin/newfs/mkfs.c
893
{ UFS_ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
sbin/newfs/mkfs.c
993
makedir(struct direct *protodir, int entries)
sbin/restore/dirs.c
114
static void putent(struct direct *);
sbin/restore/dirs.c
117
static struct direct *searchdir(ino_t, char *);
sbin/restore/dirs.c
130
struct direct nulldir;
sbin/restore/dirs.c
213
struct direct *dp;
sbin/restore/dirs.c
272
struct direct *
sbin/restore/dirs.c
276
struct direct *dp;
sbin/restore/dirs.c
297
static struct direct *
sbin/restore/dirs.c
300
struct direct *dp;
sbin/restore/dirs.c
323
struct direct *dp;
sbin/restore/dirs.c
327
dp = (struct direct *)(buf + loc);
sbin/restore/dirs.c
384
putent(struct direct *dp)
sbin/restore/dirs.c
388
((struct direct *)(dirbuf + prev))->d_reclen =
sbin/restore/dirs.c
405
((struct direct *)(dirbuf + prev))->d_reclen = DIRBLKSIZ - prev;
sbin/restore/dirs.c
448
struct direct *
sbin/restore/dirs.c
451
struct direct *dp;
sbin/restore/dirs.c
466
dp = (struct direct *)(dirp->dd_buf + dirp->dd_loc);
sbin/restore/extern.h
76
struct direct *pathsearch(const char *);
sbin/restore/extern.h
85
struct direct *rst_readdir(RST_DIR *);
sbin/restore/interactive.c
493
struct direct *dp;
sbin/restore/interactive.c
571
mkentry(char *name, struct direct *dp, struct afile *fp)
sbin/restore/interactive.c
705
struct direct *dp;
sbin/restore/interactive.c
728
struct direct *dp;
sbin/restore/interactive.c
81
static void mkentry(char *, struct direct *, struct afile *);
sbin/restore/utilities.c
366
struct direct *dp;
sbin/tunefs/tunefs.c
642
struct direct *dp;
sbin/tunefs/tunefs.c
650
assert(off % alignof(struct direct) == 0);
sbin/tunefs/tunefs.c
651
dp = (struct direct *)(uintptr_t)(block.buf + off);
sbin/tunefs/tunefs.c
713
struct direct *dp;
sbin/tunefs/tunefs.c
716
assert(off % alignof(struct direct) == 0);
sbin/tunefs/tunefs.c
717
dp = (struct direct *)(uintptr_t)(block->buf + off);
sbin/tunefs/tunefs.c
732
struct direct *dp;
sbin/tunefs/tunefs.c
740
assert(off % alignof(struct direct) == 0);
sbin/tunefs/tunefs.c
742
dp = (struct direct *)(uintptr_t)(block.buf + off);
sbin/tunefs/tunefs.c
79
struct direct dir;
share/examples/sunrpc/dir/dir_proc.c
17
struct direct *d;
stand/libsa/ufs.c
454
struct direct *dp;
stand/libsa/ufs.c
455
struct direct *edp;
stand/libsa/ufs.c
469
dp = (struct direct *)buf;
stand/libsa/ufs.c
470
edp = (struct direct *)(buf + buf_size);
stand/libsa/ufs.c
487
dp = (struct direct *)((char *)dp + dp->d_reclen);
stand/libsa/ufs.c
878
struct direct *dp;
stand/libsa/ufs.c
893
dp = (struct direct *)buf;
stand/libsa/ufsread.c
104
memcpy(&d, s, sizeof(struct direct));
stand/libsa/ufsread.c
97
static struct direct d;
sys/dev/ahci/ahci.c
301
ctlr->direct = (ctlr->msi && (ctlr->numirqs > 1 || i <= 3));
sys/dev/ahci/ahci.c
303
"direct", &ctlr->direct);
sys/dev/ahci/ahci.c
882
ctlr->direct ? ahci_ch_intr_direct : ahci_ch_intr,
sys/dev/ahci/ahci.h
526
int direct; /* Direct command completion */
sys/dev/bhnd/bhnd.c
465
r->direct = ((rman_get_flags(rle->res) & RF_ACTIVE) != 0);
sys/dev/bhnd/bhnd.h
1476
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1482
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1488
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1494
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1500
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1506
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1512
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1518
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1524
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1530
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1536
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1542
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1548
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1554
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1560
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1566
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1572
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1578
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1584
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1590
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1596
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1602
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1608
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1614
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1620
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1626
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1632
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1638
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1644
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1650
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1656
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1662
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1668
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1674
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1680
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1686
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1692
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1698
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1704
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1710
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1716
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1722
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
1728
(((r)->direct) ? \
sys/dev/bhnd/bhnd.h
341
bool direct; /**< false if the resource requires
sys/dev/bhnd/bhnd.h
349
.direct = true, \
sys/dev/bhnd/bhnd_subr.c
2214
br->direct = false;
sys/dev/bhnd/bhnd_subr.c
2287
r->direct = true;
sys/dev/bhnd/bhndb/bhndb.c
1515
KASSERT(!r->direct,
sys/dev/bhnd/bhndb/bhndb.c
1528
r->direct = true;
sys/dev/bhnd/bhndb/bhndb.c
1568
r->direct = true;
sys/dev/bhnd/bhndb/bhndb.c
1573
r->direct = false;
sys/dev/bhnd/bhndb/bhndb.c
1583
r->direct ? "direct" : "indirect");
sys/dev/bhnd/bhndb/bhndb.c
1599
if (!r->direct)
sys/dev/bhnd/bhndb/bhndb.c
1608
r->direct = false;
sys/dev/bhnd/bhndb/bhndb.c
1784
KASSERT(!r->direct, \
sys/dev/bhnd/cores/chipc/chipc.c
1028
r->direct = true;
sys/dev/bhnd/cores/chipc/chipc.c
986
if (cr->cr_res->direct) {
sys/dev/mlx4/device.h
1078
return (u8 *)buf->direct.buf + offset;
sys/dev/mlx4/device.h
636
struct mlx4_buf_list direct;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
594
buf->direct.buf = dma_alloc_coherent(&dev->persist->pdev->dev,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
596
if (!buf->direct.buf)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
599
buf->direct.map = t;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
606
memset(buf->direct.buf, 0, size);
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
610
buf->direct.buf = NULL;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
639
buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL);
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
641
if (!buf->direct.buf)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
661
buf->direct.buf,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
662
buf->direct.map);
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
665
vunmap(buf->direct.buf);
sys/dev/mlx4/mlx4_core/mlx4_mr.c
809
page_list[i] = buf->direct.map + (i << buf->page_shift);
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
100
cq->buf = (struct mlx4_cqe *)cq->wqres.buf.direct.buf;
sys/dev/mlx4/mlx4_en/mlx4_en_resources.c
101
buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL);
sys/dev/mlx4/mlx4_en/mlx4_en_resources.c
103
if (!buf->direct.buf)
sys/dev/mlx4/mlx4_en/mlx4_en_resources.c
114
vunmap(buf->direct.buf);
sys/dev/mlx4/mlx4_en/mlx4_en_resources.c
91
if (buf->direct.buf != NULL || buf->nbufs == 1)
sys/dev/mlx4/mlx4_en/mlx4_en_rx.c
442
ring->buf = ring->wqres.buf.direct.buf;
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
139
ring->buf = ring->wqres.buf.direct.buf;
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
143
ring->buf_size, (unsigned long long) ring->wqres.buf.direct.map);
sys/dev/mlx5/driver.h
367
} direct;
sys/dev/mlx5/driver.h
911
return ((char *)buf->direct.buf + offset);
sys/dev/mlx5/mlx5_core/mlx5_alloc.c
102
err = -bus_dmamem_alloc(buf->dma_tag, &buf->direct.buf,
sys/dev/mlx5/mlx5_core/mlx5_alloc.c
110
buf->dma_tag, buf->dma_map, buf->direct.buf,
sys/dev/mlx5/mlx5_core/mlx5_alloc.c
125
memset(buf->direct.buf, 0, PAGE_SIZE * buf->npages);
sys/dev/mlx5/mlx5_core/mlx5_alloc.c
132
bus_dmamem_free(buf->dma_tag, buf->direct.buf, buf->dma_map);
sys/dev/mlx5/mlx5_core/mlx5_alloc.c
144
bus_dmamem_free(buf->dma_tag, buf->direct.buf, buf->dma_map);
sys/dev/mlx5/mlx5_core/mlx5_wq.c
123
wq->buf = wq_ctrl->buf.direct.buf;
sys/dev/mlx5/mlx5_core/mlx5_wq.c
161
wq->buf = wq_ctrl->buf.direct.buf;
sys/dev/mlx5/mlx5_core/mlx5_wq.c
86
wq->buf = wq_ctrl->buf.direct.buf;
sys/dev/mthca/mthca_allocator.c
209
buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev,
sys/dev/mthca/mthca_allocator.c
211
if (!buf->direct.buf)
sys/dev/mthca/mthca_allocator.c
214
dma_unmap_addr_set(&buf->direct, mapping, t);
sys/dev/mthca/mthca_allocator.c
216
memset(buf->direct.buf, 0, size);
sys/dev/mthca/mthca_allocator.c
291
dma_free_coherent(&dev->pdev->dev, size, buf->direct.buf,
sys/dev/mthca/mthca_allocator.c
292
dma_unmap_addr(&buf->direct, mapping));
sys/dev/mthca/mthca_cq.c
163
return buf->queue.direct.buf + (entry * MTHCA_CQ_ENTRY_SIZE);
sys/dev/mthca/mthca_provider.h
55
struct mthca_buf_list direct;
sys/dev/mthca/mthca_qp.c
211
return qp->queue.direct.buf + (n << qp->rq.wqe_shift);
sys/dev/mthca/mthca_qp.c
220
return qp->queue.direct.buf + qp->send_wqe_offset +
sys/dev/mthca/mthca_srq.c
77
return srq->queue.direct.buf + (n << srq->wqe_shift);
sys/dev/netmap/netmap_kloop.c
155
bool direct;
sys/dev/netmap/netmap_kloop.c
179
if (!a->direct) {
sys/dev/netmap/netmap_kloop.c
339
if (!a->direct) {
sys/dev/netmap/netmap_kloop.c
647
a->direct = direct_tx;
sys/dev/netmap/netmap_kloop.c
656
a->direct = direct_rx;
sys/dev/netmap/netmap_kloop.c
761
poll_ctx->entries[i].args->direct =
sys/dev/qlxgb/qla_ioctl.c
99
if (rv->direct) {
sys/dev/qlxgb/qla_ioctl.h
41
uint16_t direct;
sys/dev/qlxgbe/ql_ioctl.c
114
if (u.rv->direct) {
sys/dev/qlxgbe/ql_ioctl.h
41
uint16_t direct;
sys/geom/geom_io.c
498
int direct, error, first;
sys/geom/geom_io.c
566
direct = (cp->flags & G_CF_DIRECT_SEND) != 0 &&
sys/geom/geom_io.c
572
if (direct) {
sys/geom/geom_io.c
577
direct = 0;
sys/geom/geom_io.c
580
if (direct) {
sys/geom/geom_io.c
610
int direct, first;
sys/geom/geom_io.c
658
direct = (pp->flags & G_PF_DIRECT_SEND) &&
sys/geom/geom_io.c
661
if (direct) {
sys/geom/geom_io.c
666
direct = 0;
sys/geom/geom_io.c
690
if (direct) {
sys/kern/kern_timeout.c
1000
cc_migration_func(cc, direct) = ftn;
sys/kern/kern_timeout.c
1001
cc_migration_arg(cc, direct) = arg;
sys/kern/kern_timeout.c
1028
if (cc_exec_curr(cc, direct) == c) {
sys/kern/kern_timeout.c
1045
cc_migration_cpu(cc, direct) = cpu;
sys/kern/kern_timeout.c
1046
cc_migration_time(cc, direct) = to_sbt;
sys/kern/kern_timeout.c
1047
cc_migration_prec(cc, direct) = precision;
sys/kern/kern_timeout.c
1048
cc_migration_func(cc, direct) = ftn;
sys/kern/kern_timeout.c
1049
cc_migration_arg(cc, direct) = arg;
sys/kern/kern_timeout.c
1092
int direct, sq_locked, use_lock;
sys/kern/kern_timeout.c
1114
direct = 1;
sys/kern/kern_timeout.c
1116
direct = 0;
sys/kern/kern_timeout.c
1153
sleepq_release(&cc_exec_waiting(old_cc, direct));
sys/kern/kern_timeout.c
1165
if (cc_exec_curr(cc, direct) == c) {
sys/kern/kern_timeout.c
1182
if (cc_exec_curr(cc, direct) == c) {
sys/kern/kern_timeout.c
1203
&cc_exec_waiting(cc, direct));
sys/kern/kern_timeout.c
1215
cc_exec_waiting(cc, direct) = true;
sys/kern/kern_timeout.c
1219
&cc_exec_waiting(cc, direct),
sys/kern/kern_timeout.c
1223
&cc_exec_waiting(cc, direct),
sys/kern/kern_timeout.c
1233
} else if (use_lock && !cc_exec_cancel(cc, direct)) {
sys/kern/kern_timeout.c
1243
cc_exec_cancel(cc, direct) = true;
sys/kern/kern_timeout.c
1246
KASSERT(!cc_cce_migrating(cc, direct),
sys/kern/kern_timeout.c
1251
cc_migration_cpu(cc, direct) = CPUBLOCK;
sys/kern/kern_timeout.c
1252
cc_migration_time(cc, direct) = 0;
sys/kern/kern_timeout.c
1253
cc_migration_prec(cc, direct) = 0;
sys/kern/kern_timeout.c
1254
cc_migration_func(cc, direct) = NULL;
sys/kern/kern_timeout.c
1255
cc_migration_arg(cc, direct) = NULL;
sys/kern/kern_timeout.c
1279
cc_migration_cpu(cc, direct) = CPUBLOCK;
sys/kern/kern_timeout.c
1280
cc_migration_time(cc, direct) = 0;
sys/kern/kern_timeout.c
1281
cc_migration_prec(cc, direct) = 0;
sys/kern/kern_timeout.c
1282
cc_migration_func(cc, direct) = NULL;
sys/kern/kern_timeout.c
1283
cc_migration_arg(cc, direct) = NULL;
sys/kern/kern_timeout.c
1299
sleepq_release(&cc_exec_waiting(cc, direct));
sys/kern/kern_timeout.c
1308
if (cc_exec_curr(cc, direct) != c)
sys/kern/kern_timeout.c
1508
_show_last_callout(int cpu, int direct, const char *dirstr)
sys/kern/kern_timeout.c
1514
func = cc_exec_last_func(cc, direct);
sys/kern/kern_timeout.c
1515
arg = cc_exec_last_arg(cc, direct);
sys/kern/kern_timeout.c
212
int direct);
sys/kern/kern_timeout.c
237
cc_cce_cleanup(struct callout_cpu *cc, int direct)
sys/kern/kern_timeout.c
240
cc_exec_curr(cc, direct) = NULL;
sys/kern/kern_timeout.c
241
cc_exec_cancel(cc, direct) = false;
sys/kern/kern_timeout.c
242
cc_exec_waiting(cc, direct) = false;
sys/kern/kern_timeout.c
244
cc_migration_cpu(cc, direct) = CPUBLOCK;
sys/kern/kern_timeout.c
245
cc_migration_time(cc, direct) = 0;
sys/kern/kern_timeout.c
246
cc_migration_prec(cc, direct) = 0;
sys/kern/kern_timeout.c
247
cc_migration_func(cc, direct) = NULL;
sys/kern/kern_timeout.c
248
cc_migration_arg(cc, direct) = NULL;
sys/kern/kern_timeout.c
256
cc_cce_migrating(struct callout_cpu *cc, int direct)
sys/kern/kern_timeout.c
260
return (cc_migration_cpu(cc, direct) != CPUBLOCK);
sys/kern/kern_timeout.c
629
int direct)
sys/kern/kern_timeout.c
671
cc_exec_curr(cc, direct) = c;
sys/kern/kern_timeout.c
672
cc_exec_last_func(cc, direct) = c_func;
sys/kern/kern_timeout.c
673
cc_exec_last_arg(cc, direct) = c_arg;
sys/kern/kern_timeout.c
674
cc_exec_cancel(cc, direct) = false;
sys/kern/kern_timeout.c
679
cc_exec_curr(cc, direct) = NULL;
sys/kern/kern_timeout.c
683
(direct) ? C_DIRECT_EXEC : 0);
sys/kern/kern_timeout.c
694
if (cc_exec_cancel(cc, direct)) {
sys/kern/kern_timeout.c
700
cc_exec_cancel(cc, direct) = true;
sys/kern/kern_timeout.c
723
"func:%p", c_func, "arg:%p", c_arg, "direct:%d", direct);
sys/kern/kern_timeout.c
752
KASSERT(cc_exec_curr(cc, direct) == c, ("mishandled cc_curr"));
sys/kern/kern_timeout.c
753
cc_exec_curr(cc, direct) = NULL;
sys/kern/kern_timeout.c
754
if (cc_exec_waiting(cc, direct)) {
sys/kern/kern_timeout.c
761
if (cc_cce_migrating(cc, direct)) {
sys/kern/kern_timeout.c
762
cc_cce_cleanup(cc, direct);
sys/kern/kern_timeout.c
770
cc_exec_waiting(cc, direct) = false;
sys/kern/kern_timeout.c
772
wakeup(&cc_exec_waiting(cc, direct));
sys/kern/kern_timeout.c
774
} else if (cc_cce_migrating(cc, direct)) {
sys/kern/kern_timeout.c
780
new_cpu = cc_migration_cpu(cc, direct);
sys/kern/kern_timeout.c
781
new_time = cc_migration_time(cc, direct);
sys/kern/kern_timeout.c
782
new_prec = cc_migration_prec(cc, direct);
sys/kern/kern_timeout.c
783
new_func = cc_migration_func(cc, direct);
sys/kern/kern_timeout.c
784
new_arg = cc_migration_arg(cc, direct);
sys/kern/kern_timeout.c
785
cc_cce_cleanup(cc, direct);
sys/kern/kern_timeout.c
802
flags = (direct) ? C_DIRECT_EXEC : 0;
sys/kern/kern_timeout.c
944
int cancelled, direct;
sys/kern/kern_timeout.c
955
direct = 1;
sys/kern/kern_timeout.c
957
direct = 0;
sys/kern/kern_timeout.c
959
KASSERT(!direct || c->c_lock == NULL ||
sys/kern/kern_timeout.c
969
if (cc_exec_curr(cc, direct) == c) {
sys/kern/kern_timeout.c
975
if (c->c_lock != NULL && !cc_exec_cancel(cc, direct))
sys/kern/kern_timeout.c
976
cancelled = cc_exec_cancel(cc, direct) = true;
sys/kern/kern_timeout.c
977
if (cc_exec_waiting(cc, direct)) {
sys/kern/kern_timeout.c
997
cc_migration_cpu(cc, direct) = cpu;
sys/kern/kern_timeout.c
998
cc_migration_time(cc, direct) = to_sbt;
sys/kern/kern_timeout.c
999
cc_migration_prec(cc, direct) = precision;
sys/netpfil/ipfw/nat64/nat64_translate.c
121
nat64_set_output_method(int direct)
sys/netpfil/ipfw/nat64/nat64_translate.c
124
if (direct != 0) {
sys/ufs/ffs/ffs_softdep.c
10345
struct direct *ep;
sys/ufs/ffs/ffs_softdep.c
10372
ep = (struct direct *)
sys/ufs/ffs/ffs_softdep.c
12345
struct direct *ep;
sys/ufs/ffs/ffs_softdep.c
12382
ep = (struct direct *)
sys/ufs/ffs/ffs_softdep.c
8888
struct direct *de;
sys/ufs/ffs/ffs_softdep.c
8899
de = (struct direct *)oldloc;
sys/ufs/ffs/ffs_softdep.c
9177
int direct;
sys/ufs/ffs/ffs_softdep.c
9218
direct = LIST_EMPTY(&dirrem->dm_jremrefhd);
sys/ufs/ffs/ffs_softdep.c
9220
if (direct)
sys/ufs/ufs/dir.h
112
(roundup2(__offsetof(struct direct, d_name) + (namlen) + 1, DIR_ROUNDUP))
sys/ufs/ufs/dirhash.h
124
void ufsdirhash_add(struct inode *, struct direct *, doff_t);
sys/ufs/ufs/dirhash.h
125
void ufsdirhash_remove(struct inode *, struct direct *, doff_t);
sys/ufs/ufs/dirhash.h
126
void ufsdirhash_move(struct inode *, struct direct *, doff_t, doff_t);
sys/ufs/ufs/ufs_dirhash.c
1147
ufsdirhash_getprev(struct direct *dirp, doff_t offset)
sys/ufs/ufs/ufs_dirhash.c
1149
struct direct *dp;
sys/ufs/ufs/ufs_dirhash.c
1165
dp = (struct direct *)(blkbuf + i);
sys/ufs/ufs/ufs_dirhash.c
346
struct direct *ep;
sys/ufs/ufs/ufs_dirhash.c
444
ep = (struct direct *)((char *)bp->b_data + (pos & bmask));
sys/ufs/ufs/ufs_dirhash.c
553
struct direct *dp;
sys/ufs/ufs/ufs_dirhash.c
638
dp = (struct direct *)(bp->b_data + (offset & bmask));
sys/ufs/ufs/ufs_dirhash.c
705
struct direct *dp;
sys/ufs/ufs/ufs_dirhash.c
741
dp = (struct direct *)((char *)dp + dp->d_reclen);
sys/ufs/ufs/ufs_dirhash.c
760
dp = (struct direct *)((char *)dp + dp->d_reclen);
sys/ufs/ufs/ufs_dirhash.c
805
ufsdirhash_add(struct inode *ip, struct direct *dirp, doff_t offset)
sys/ufs/ufs/ufs_dirhash.c
846
ufsdirhash_remove(struct inode *ip, struct direct *dirp, doff_t offset)
sys/ufs/ufs/ufs_dirhash.c
872
ufsdirhash_move(struct inode *ip, struct direct *dirp, doff_t oldoff,
sys/ufs/ufs/ufs_dirhash.c
976
struct direct *dp;
sys/ufs/ufs/ufs_dirhash.c
99
static doff_t ufsdirhash_getprev(struct direct *dp, doff_t offset);
sys/ufs/ufs/ufs_dirhash.c
990
dp = (struct direct *)(buf + i);
sys/ufs/ufs/ufs_extern.h
36
struct direct;
sys/ufs/ufs/ufs_extern.h
61
int ufs_dirbadentry(struct vnode *, struct direct *, int);
sys/ufs/ufs/ufs_extern.h
66
struct direct *);
sys/ufs/ufs/ufs_extern.h
67
int ufs_direnter(struct vnode *, struct vnode *, struct direct *,
sys/ufs/ufs/ufs_lookup.c
1048
ep = (struct direct *)((char *)ep + dsize);
sys/ufs/ufs/ufs_lookup.c
1105
struct direct *ep, *rep;
sys/ufs/ufs/ufs_lookup.c
1156
rep = (struct direct *)((char *)ep + ep->d_reclen);
sys/ufs/ufs/ufs_lookup.c
1228
struct direct *ep;
sys/ufs/ufs/ufs_lookup.c
1305
struct direct *dp = (struct direct *)&dbuf;
sys/ufs/ufs/ufs_lookup.c
193
struct direct *ep; /* the current directory entry */
sys/ufs/ufs/ufs_lookup.c
299
ep = (struct direct *)((char *)bp->b_data +
sys/ufs/ufs/ufs_lookup.c
368
ep = (struct direct *)((char *)bp->b_data + entryoffsetinblock);
sys/ufs/ufs/ufs_lookup.c
769
ufs_dirbadentry(struct vnode *dp, struct direct *ep, int entryoffsetinblock)
sys/ufs/ufs/ufs_lookup.c
810
struct direct *newdirp)
sys/ufs/ufs/ufs_lookup.c
847
ufs_direnter(struct vnode *dvp, struct vnode *tvp, struct direct *dirp,
sys/ufs/ufs/ufs_lookup.c
856
struct direct *ep, *nep;
sys/ufs/ufs/ufs_lookup.c
921
((struct direct *)
sys/ufs/ufs/ufs_lookup.c
980
ep = (struct direct *)dirbuf;
sys/ufs/ufs/ufs_lookup.c
984
nep = (struct direct *)(dirbuf + loc);
sys/ufs/ufs/ufs_lookup.c
988
ep = (struct direct *)((char *)ep + dsize);
sys/ufs/ufs/ufs_vnops.c
1100
struct direct newdir;
sys/ufs/ufs/ufs_vnops.c
1171
struct direct newdir;
sys/ufs/ufs/ufs_vnops.c
1270
struct direct newdir;
sys/ufs/ufs/ufs_vnops.c
2012
struct direct newdir;
sys/ufs/ufs/ufs_vnops.c
2194
((struct direct *)
sys/ufs/ufs/ufs_vnops.c
2409
struct direct *dp, *edp;
sys/ufs/ufs/ufs_vnops.c
2434
ncookies = ncookies / (offsetof(struct direct, d_name) + 4) + 1;
sys/ufs/ufs/ufs_vnops.c
2457
dp = (struct direct *)&bp->b_data[skipcnt];
sys/ufs/ufs/ufs_vnops.c
2458
edp = (struct direct *)&bp->b_data[readcnt];
sys/ufs/ufs/ufs_vnops.c
2460
if (dp->d_reclen <= offsetof(struct direct, d_name) ||
sys/ufs/ufs/ufs_vnops.c
2476
if (offsetof(struct direct, d_name) + dstdp.d_namlen >
sys/ufs/ufs/ufs_vnops.c
2509
dp = (struct direct *)((caddr_t)dp + dp->d_reclen);
sys/ufs/ufs/ufs_vnops.c
2785
struct direct newdir;
tools/build/cross-build/closefrom.c
41
# define dirent direct
usr.sbin/makefs/ffs.c
1077
struct direct *de;
usr.sbin/makefs/ffs.c
1086
de = (struct direct *)(dbuf->buf + i);
usr.sbin/makefs/ffs.c
1101
struct direct de, *dp;
usr.sbin/makefs/ffs.c
1117
dp = dbuf->buf == NULL ? NULL : (struct direct *)(dbuf->buf + dbuf->cur);
usr.sbin/makefs/ffs.c
1143
dp = (struct direct *)(dbuf->buf + dbuf->cur);
usr.sbin/makefs/ffs.c
667
struct direct tmpdir;