Searched +full:1234567890 +full:a (Results 1 – 13 of 13) sorted by relevance
19 char str[sizeof("1234567890\0")];29 printk(UM_KERN_ERR "fd_init : channel type 'fd' must specify a " in fd_init()
4 Annotate two versions of a list with the values that have been6 a dead-simple Python interface.19 Find the differences between two lists. Returns a list of pairs, where the25 old the old list of immutable, comparable values (ie. a list30 A list of pairs, with the first part of the pair being one of three31 strings ('-', '+', '=') and the second part being a list of values from33 corresponds to whether the list of values is a deletion, insertion, or55 # Create a map from old values to their indices61 # We use a dynamic programming approach here.65 # length of the largest suffix of `old[:i]` equal to a suffix[all …]
152 indicate the hub is part of a compound device (boolean)178 Should specify the ports which have a non-removable device connected.196 along with all associated circuitry including a permanently205 along with all associated circuitry including a permanently214 along with all associated circuitry excluding a permanently223 along with all associated circuitry excluding a permanently231 power-on sequence to a port until the port has adequate power.267 serial = "1234567890A";
17 #define TEST_OA_CONFIG_UUID "12345678-1234-1234-1234-1234567890ab"151 /* Quick check we can create a perf stream */ in live_sanitycheck()334 /* Fill the 16 qword [32 dword] GPR with a known unlikely value */ in live_noa_gpr()
3 * Test dlfilter C API. A perf.data file is synthesized and then processed4 * by perf script with dlfilters named dlfilter-test-api-v*.so. Also a C file5 * is compiled to provide a dso to match the synthesized perf.data file.181 .time = 1234567890, in write_sample()
63 内核的printf不支持%n。显而易见,浮点格式(%e, %f, %g, %a)也不被识别。使用任何不77 (einval) invalid data on a valid address241 %*pE "\eb \C\a"\220\r]"243 %*pEa "\e\142\040\\\103\a\042\220\r\135"247 - a - ESCAPE_ANY362 %pISsc 1.2.3.4 or [1:2:3:4:5:6:7:8]%1234567890
157 # Get the FRU list and return as a dictionary with serial number as key.175 # Product Serial : 1234567890XYZ198 # Get each device and split field as key and value and append to a dictionary.210 # Assign serial number as key for main dictionary and a each device detail as value.301 ${ipmi_date}= Convert Date ${ipmi_response} date_format=%a %b %d %H:%M:%S %Y
42 is dependent on a config option for its size (e.g., blk_status_t), use a format52 %g, %a) are also not recognized, for obvious reasons. Use of any53 unsupported specifier or length qualifier results in a WARN and early59 A raw pointer value may be printed with %p which will hash the address69 (einval) invalid data on a valid address78 Pointers printed without a specifier extension (i.e unadorned %p) are80 has the added benefit of providing a unique identifier. On 64-bit machines92 If (and only if) you are printing addresses as a content of a virtual file in93 e.g. procfs or sysfs (using e.g. seq_printf(), not printk()) read by a103 For printing error pointers (i.e. a pointer for which IS_ERR() is true)[all …]
6 // You may obtain a copy of the License at69 * return the contents of a file71 * @return the contents of the file as a string or nullopt if the file could not88 * given a hwmon temperature base name if valid return the full path else91 * @param[in] permitSet - a set of labels or hwmon basenames to permit. If this93 * @return a string to the full path of the file to create a temp sensor with or111 /* if the hwmon temp doesn't have a corresponding label file in getFullHwmonFilePath()124 * retrieve a set of basenames and labels to allow sensor creation for.125 * @param[in] config - a map representing the configuration for a specific127 * @return a set of basenames and labels to allow sensor creation for. An empty[all …]
9 Documentation/admin-guide/reporting-regressions.rst, which covers the topic from a20 * When receiving a mailed report that did not CC the list, bring it into the21 loop by immediately sending at least a brief "Reply-all" with the list29 * For mailed reports, check if the reporter included a line like ``#regzbot30 introduced v5.13..v5.14-rc1``. If not, send a reply (with the regressions31 list in CC) containing a paragraph like the following, which tells regzbot36 * When forwarding reports from a bug tracker to the regressions list (see37 above), include a paragraph like the following::68 * When you receive a report by mail that did not CC the list, immediately bring69 it into the loop by sending at least a brief "Reply-all" with the list CCed;[all …]
... ] image 0 state-valid ! Can't read a.out header Not a bootable a.out image ...
... : R ?L A @p @< @ A$ X ? v @ @ G h [ G ...
88 * simple_strtoull - convert a string to an unsigned long long90 * @endp: A pointer to the end of the parsed string will be placed here103 * simple_strtoul - convert a string to an unsigned long105 * @endp: A pointer to the end of the parsed string will be placed here117 * simple_strtol - convert a string to a signed long119 * @endp: A pointer to the end of the parsed string will be placed here149 * simple_strtoll - convert a string to a signed long long151 * @endp: A pointer to the end of the parsed string will be placed here178 * two characters at a time, using a 200 byte lookup table. This180 * the digits one at a time. Implementation strongly inspired by the[all …]