Searched refs:required_arg (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 90 static bool required_arg(char *arg, char *arg_name) in required_arg() function 566 if (!required_arg(args, "<to-node-id[s]>")) in migrate_process() 677 if (!required_arg(args, "<seg-name>")) in anon_seg() 682 if (!required_arg(args, "<size>")) in anon_seg() 715 if (!required_arg(args, "<path-name>")) in file_seg() 747 if (!required_arg(args, "<seg-name>")) in remove_seg() 773 if (!required_arg(args, "<seg-name>")) in touch_seg() 804 if (!required_arg(args, "<seg-name>")) in unmap_seg() 828 if (!required_arg(args, "<seg-name>")) in map_seg() 872 if (!required_arg(args, "<seg-name>")) in mbind_seg() [all …]
|