OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtm
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/fs/puffs/h_dtfs/
dtfs_subr.c
86
struct dtfs_mount *
dtm
;
local
104
dtm
= puffs_pn_getmntspecific(dir);
108
dtfs_baseattrs(&newpn->pn_va, type,
dtm
->dtm_nextfileid++);
183
struct dtfs_mount *
dtm
;
local
190
dtm
= puffs_pn_getmntspecific(nukeme);
191
dtm
->dtm_nfiles--;
192
assert(
dtm
->dtm_nfiles >= 1);
203
struct dtfs_mount *
dtm
;
local
207
dtm
= puffs_pn_getmntspecific(pn);
211
assert(
dtm
->dtm_fsizes >= pn->pn_va.va_size)
240
struct dtfs_mount *
dtm
;
local
290
struct dtfs_mount *
dtm
;
local
[
all
...]
dtfs_vfsops.c
124
struct dtfs_mount *
dtm
;
local
130
dtm
= puffs_getspecific(pu);
131
dtm
->dtm_nextfileid = 3;
132
dtm
->dtm_nfiles = 1;
133
dtm
->dtm_fsizes = 0;
134
LIST_INIT(&
dtm
->dtm_pollent);
198
struct dtfs_mount *
dtm
;
local
202
dtm
= puffs_getspecific(pu);
215
bfree = btot -
dtm
->dtm_fsizes;
222
sbp->f_ffree = sbp->f_favail = NFILES -
dtm
->dtm_nfiles
[
all
...]
dtfs.c
82
struct dtfs_mount *
dtm
= puffs_getspecific(pu);
local
85
while (
dtm
->dtm_needwakeup) {
86
dtm
->dtm_needwakeup--;
87
dp = LIST_FIRST(&
dtm
->dtm_pollent);
dtfs_vnops.c
283
struct dtfs_mount *
dtm
= puffs_getspecific(pu);
local
293
LIST_INSERT_HEAD(&
dtm
->dtm_pollent, &dp, dp_entries);
304
struct dtfs_mount *
dtm
= puffs_getspecific(pu);
local
306
if ((
dtm
->dtm_allowprot & prot) != prot)
/src/sys/dev/pci/
satalink.c
898
u_int32_t idedma_ctl,
dtm
;
local
906
dtm
= 0;
919
dtm
|= DTM_IDEx_DMA;
922
dtm
|= DTM_IDEx_DMA;
924
dtm
|= DTM_IDEx_PIO;
938
BA5_WRITE_4(sc, chp->ch_channel, ba5_IDE_DTM,
dtm
);
Completed in 23 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026