Home
last modified time | relevance | path

Searched refs:args1 (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/miscutils/
Dhdparm.c1993 unsigned char args1[4+512]; /* = { ... } will eat 0.5k of rodata! */ local
1995 memset(args1, 0, sizeof(args1));
1996 args1[0] = WIN_IDENTIFY;
1997 args1[3] = 1;
1998 if (!ioctl_alt_or_warn(HDIO_DRIVE_CMD, args1, WIN_PIDENTIFY))
1999 identify((void *)(args1 + 4));