OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dtm
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/fs/puffs/h_dtfs/
dtfs.c
82
struct dtfs_mount *
dtm
= puffs_getspecific(pu);
local in function:loopfun
85
while (
dtm
->dtm_needwakeup) {
86
dtm
->dtm_needwakeup--;
87
dp = LIST_FIRST(&
dtm
->dtm_pollent);
dtfs_subr.c
86
struct dtfs_mount *
dtm
;
local in function:dtfs_genfile
104
dtm
= puffs_pn_getmntspecific(dir);
108
dtfs_baseattrs(&newpn->pn_va, type,
dtm
->dtm_nextfileid++);
183
struct dtfs_mount *
dtm
;
local in function:dtfs_nukenode
190
dtm
= puffs_pn_getmntspecific(nukeme);
191
dtm
->dtm_nfiles--;
192
assert(
dtm
->dtm_nfiles >= 1);
203
struct dtfs_mount *
dtm
;
local in function:dtfs_freenode
207
dtm
= puffs_pn_getmntspecific(pn);
211
assert(
dtm
->dtm_fsizes >= pn->pn_va.va_size)
240
struct dtfs_mount *
dtm
;
local in function:dtfs_setsize
290
struct dtfs_mount *
dtm
;
local in function:dtfs_adddent
[
all
...]
dtfs_vfsops.c
124
struct dtfs_mount *
dtm
;
local in function:dtfs_domount
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 in function:dtfs_fs_statvfs
202
dtm
= puffs_getspecific(pu);
215
bfree = btot -
dtm
->dtm_fsizes;
222
sbp->f_ffree = sbp->f_favail = NFILES -
dtm
->dtm_nfiles
[
all
...]
dtfs_vnops.c
283
struct dtfs_mount *
dtm
= puffs_getspecific(pu);
local in function:dtfs_node_poll
293
LIST_INSERT_HEAD(&
dtm
->dtm_pollent, &dp, dp_entries);
304
struct dtfs_mount *
dtm
= puffs_getspecific(pu);
local in function:dtfs_node_mmap
306
if ((
dtm
->dtm_allowprot & prot) != prot)
/src/sys/dev/pci/
satalink.c
898
u_int32_t idedma_ctl,
dtm
;
local in function:sii3112_setup_channel
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 14 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025