Searched refs:required_arg (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 92 static bool required_arg(char *arg, char *arg_name) in required_arg() function 576 if (!required_arg(args, "<to-node-id[s]>")) in migrate_process() 687 if (!required_arg(args, "<seg-name>")) in anon_seg() 692 if (!required_arg(args, "<size>")) in anon_seg() 725 if (!required_arg(args, "<path-name>")) in file_seg() 757 if (!required_arg(args, "<seg-name>")) in remove_seg() 783 if (!required_arg(args, "<seg-name>")) in touch_seg() 814 if (!required_arg(args, "<seg-name>")) in unmap_seg() 838 if (!required_arg(args, "<seg-name>")) in map_seg() 882 if (!required_arg(args, "<seg-name>")) in mbind_seg() [all …]
|