OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DM_MAX_PARAMS_SIZE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/dm/
dm_target_linear.c
98
params = kmem_alloc(
DM_MAX_PARAMS_SIZE
, KM_SLEEP);
99
snprintf(params,
DM_MAX_PARAMS_SIZE
, "%s %" PRIu64,
dm_target_stripe.c
195
len =
DM_MAX_PARAMS_SIZE
;
232
params = kmem_alloc(
DM_MAX_PARAMS_SIZE
, KM_SLEEP);
233
tmp = kmem_alloc(
DM_MAX_PARAMS_SIZE
, KM_SLEEP);
235
snprintf(params,
DM_MAX_PARAMS_SIZE
, "%d %" PRIu64,
239
snprintf(tmp,
DM_MAX_PARAMS_SIZE
, " %s %" PRIu64,
244
kmem_free(tmp,
DM_MAX_PARAMS_SIZE
);
dm_target_flakey.c
282
params = kmem_alloc(
DM_MAX_PARAMS_SIZE
, KM_SLEEP);
284
p += snprintf(p,
DM_MAX_PARAMS_SIZE
, "%s %d %d %d %u ",
290
p += snprintf(p,
DM_MAX_PARAMS_SIZE
, "drop_writes ");
293
p += snprintf(p,
DM_MAX_PARAMS_SIZE
,
dm_target_delay.c
231
params = kmem_alloc(
DM_MAX_PARAMS_SIZE
, KM_SLEEP);
232
snprintf(params,
DM_MAX_PARAMS_SIZE
, "%d %d", tdc->read.count,
249
params = kmem_alloc(
DM_MAX_PARAMS_SIZE
, KM_SLEEP);
253
p += snprintf(p,
DM_MAX_PARAMS_SIZE
, " ");
264
return snprintf(p,
DM_MAX_PARAMS_SIZE
, "%s %" PRIu64 " %d",
dm.h
242
#define
DM_MAX_PARAMS_SIZE
1024
dm_ioctl.c
997
kmem_free(params,
DM_MAX_PARAMS_SIZE
);
Completed in 19 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025