Searched refs:temporary (Results 1 – 25 of 45) sorted by relevance
12
12 # - TEMP_FILES: a list of temporary files that need to be removed after30 # Remove unused temporary files. JSON_FILE needs to be kept, or the
259 bool "Prefer public preferred address over temporary one"261 Prefer public addresses over temporary addresses.264 int "Max lifetime for temporary address (in minutes)"267 No temporary address should ever remain valid for longer than this271 int "Max preferred lifetime for temporary address (in minutes)"274 No temporary address should ever remain preferred for longer than this282 generated temporary address. If after TEMP_IDGEN_RETRIES consecutive284 attempt to generate temporary addresses for that interface.
121 struct osdp_cmd_led_params temporary; member
363 cmd.led.temporary.control_code = buf[pos++]; in pd_decode_command()364 cmd.led.temporary.on_count = buf[pos++]; in pd_decode_command()365 cmd.led.temporary.off_count = buf[pos++]; in pd_decode_command()366 cmd.led.temporary.on_color = buf[pos++]; in pd_decode_command()367 cmd.led.temporary.off_color = buf[pos++]; in pd_decode_command()368 cmd.led.temporary.timer_count = buf[pos++]; in pd_decode_command()369 cmd.led.temporary.timer_count |= buf[pos++] << 8; in pd_decode_command()
213 buf[len++] = cmd->led.temporary.control_code; in cp_build_command()214 buf[len++] = cmd->led.temporary.on_count; in cp_build_command()215 buf[len++] = cmd->led.temporary.off_count; in cp_build_command()216 buf[len++] = cmd->led.temporary.on_color; in cp_build_command()217 buf[len++] = cmd->led.temporary.off_color; in cp_build_command()218 buf[len++] = BYTE_0(cmd->led.temporary.timer_count); in cp_build_command()219 buf[len++] = BYTE_1(cmd->led.temporary.timer_count); in cp_build_command()
10 # remove previous .sc.project folder which has temporary settings for MDB.
71 to determine a temporary publisher priority.
27 # clang flag to save temporary object files
49 1. Pipe the run output or copy the hexadecimal string into a temporary file ``/tmp/serial.log``:
47 int "Size of temporary arguments buffer when using Sys-T Catalog"51 The size (in bytes) of the temporary buffer to store the expanded
97 like social media. Violating these terms may lead to a temporary or permanent105 **Consequence**: A temporary ban from any sort of interaction or public
30 # This is a temporary workaround so that Newlib declares the appropriate
62 Note: this option should be considered temporary and will likely be
71 do not have alignment constraints, but use temporary memory from the
111 # linker options of temporary linkage for code generation
21 implementation. As a temporary remedy, order of tests was imposed.
113 # Flags to save temporary object files
63 space can be allocated, temporary write index is moved and pointer to a space
49 with ``--outdir`` flag (L52) to keep test-generated files in temporary directories.
72 used as temporary storage when MCUboot swaps application from the secondary slot to the
74 When loading llext with shell it is stored in a temporary buffer of this size
61 * So we stuff the temporary IDT_LIST there to avoid
209 # Flags to save temporary object files
7 available Kconfig options and making temporary changes: ``menuconfig`` and
164 * Clearing temporary buffers in the stack or on the heap.