Searched refs:required_arg (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 97 static bool required_arg(char *arg, char *arg_name) in required_arg() function 568 if (!required_arg(args, "<to-node-id[s]>")) in migrate_process() 679 if (!required_arg(args, "<seg-name>")) in anon_seg() 684 if (!required_arg(args, "<size>")) in anon_seg() 717 if (!required_arg(args, "<path-name>")) in file_seg() 750 if (!required_arg(args, "<file-name>")) in delete_file() 774 if (!required_arg(args, "<file-name>")) in create_file() 779 if (!required_arg(args, "<size>")) in create_file() 811 if (!required_arg(args, "<seg-name>")) in remove_seg() 837 if (!required_arg(args, "<seg-name>")) in touch_seg() [all …]
|