OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dks
(Results
1 - 6
of
6
) sorted by relevancy
/src/sbin/dkctl/
dkctl.c
265
struct disk_strategy
dks
;
local
267
memset(&
dks
, 0, sizeof(
dks
));
272
memset(&
dks
, 0, sizeof(
dks
));
280
strlcpy(
dks
.dks_name, argv[1], sizeof(
dks
.dks_name));
281
if (ioctl(fd, DIOCSSTRATEGY, &
dks
) == -1) {
/src/sys/dev/
dksubr.c
707
struct disk_strategy *
dks
= (void *)data;
local
711
strlcpy(
dks
->dks_name,
713
sizeof(
dks
->dks_name));
717
dks
->dks_paramlen = 0;
723
struct disk_strategy *
dks
= (void *)data;
local
727
if (
dks
->dks_param != NULL) {
730
dks
->dks_name[sizeof(
dks
->dks_name) - 1] = 0; /* ensure term */
731
error = bufq_alloc(&new,
dks
->dks_name,
ccd.c
1179
struct disk_strategy *
dks
= (void *)data;
local
1183
strlcpy(
dks
->dks_name,
1185
sizeof(
dks
->dks_name));
1189
dks
->dks_paramlen = 0;
vnd.c
1655
struct disk_strategy *
dks
= (void *)data;
local
1658
strlcpy(
dks
->dks_name,
1660
sizeof(
dks
->dks_name));
1661
dks
->dks_paramlen = 0;
/src/sys/arch/emips/ebus/
ace_ebus.c
2233
struct disk_strategy *
dks
= (void *)addr;
local
2236
strlcpy(
dks
->dks_name, bufq_getstrategyname(ace->sc_q),
2237
sizeof(
dks
->dks_name));
2239
dks
->dks_paramlen = 0;
2246
struct disk_strategy *
dks
= (void *)addr;
local
2253
if (
dks
->dks_param != NULL) {
2256
dks
->dks_name[sizeof(
dks
->dks_name) - 1] = 0; /* ensure term */
2257
error = bufq_alloc(&new,
dks
->dks_name,
flash_ebus.c
2150
struct disk_strategy *
dks
= (void *)addr;
local
2153
strlcpy(
dks
->dks_name, bufq_getstrategyname(sc->sc_q),
2154
sizeof(
dks
->dks_name));
2156
dks
->dks_paramlen = 0;
2163
struct disk_strategy *
dks
= (void *)addr;
local
2170
if (
dks
->dks_param != NULL) {
2173
dks
->dks_name[sizeof(
dks
->dks_name) - 1] = 0; /* ensure term */
2174
error = bufq_alloc(&new,
dks
->dks_name,
Completed in 38 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026