Searched refs:option (Results 1 – 5 of 5) sorted by relevance
33 for option in part_str.split(","):34 if not option:37 if "=" in option:38 key, value = option.split("=")41 part[option] = True
16 This is the option that controls whether the value is present.
677 unsigned char *option = msg->opt; in dm_test_process_ra() local679 (struct icmp6_ra_prefix_info *)option; in dm_test_process_ra()681 unsigned char option_len = option[1]; in dm_test_process_ra()692 option[1] = 0; in dm_test_process_ra()694 option[1] = option_len; in dm_test_process_ra()
722 option = options.args[0]723 if ubconfig.buildconfig.get('config_' + option.lower(), None):724 pytest.skip('.config feature "%s" enabled' % option.lower())
21 board, use the -u (unit test) option.
Completed in 14 milliseconds