Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dmain.h57 #define DEV_NAME_LEN 80 /* max character for target name */ macro
205 char device[DEV_NAME_LEN]; /* device name */
Dchildmain.c599 char filespec[DEV_NAME_LEN]; in ChildMain()
635 strncpy(filespec, args->device, DEV_NAME_LEN); in ChildMain()
Dmain.c517 DEV_NAME_LEN); in run()
Dparse.c799 strncpy(args->device, argv[optind], (DEV_NAME_LEN - 1)); in fill_cld_args()