Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/openbmc/linux/drivers/scsi/
H A Dscript_asm.pl403 $rest = $2;
404 foreach $rest (split (/\s*,\s*/, $rest)) {
405 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
456 $rest = $1;
457 if ($rest =~ /^FROM\s+($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
466 } elsif ($rest =~ /^($value)\s*,\s*(PTR\s+|)($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
478 } elsif ($rest =~ /^MEMORY\s+(.*)/i) {
479 $rest = $1;
481 if ($rest =~ /^($value)\s*,\s*($value)\s*,\s*($value)\s*$/) {
504 $rest = $3;
[all …]
/openbmc/u-boot/board/keymile/common/
H A Dcommon.c259 char *rest = bidhwklist; in do_checkboardidhwk() local
273 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
274 rest++; in do_checkboardidhwk()
279 bid = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk()
282 rest = endp + 1; in do_checkboardidhwk()
287 hwkey = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk()
288 rest = endp; in do_checkboardidhwk()
289 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
290 rest++; in do_checkboardidhwk()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dscu_info.c218 u32 rest = readl(ASPEED_SYS_RESET_CTRL); in aspeed_print_sysrst_info() local
221 if (rest & SYS_PWR_RESET_FLAG) { in aspeed_print_sysrst_info()
223 writel(rest, ASPEED_SYS_RESET_CTRL); in aspeed_print_sysrst_info()
229 HANDLE_WDTx_RESET(4, rest, ASPEED_SYS_RESET_CTRL); in aspeed_print_sysrst_info()
230 HANDLE_WDTx_RESET(3, rest, ASPEED_SYS_RESET_CTRL); in aspeed_print_sysrst_info()
231 HANDLE_WDTx_RESET(2, rest, ASPEED_SYS_RESET_CTRL); in aspeed_print_sysrst_info()
232 HANDLE_WDTx_RESET(1, rest, ASPEED_SYS_RESET_CTRL); in aspeed_print_sysrst_info()
234 if (rest & SYS_CM3_EXT_RESET) { in aspeed_print_sysrst_info()
239 if (rest & (SYS_PCI1_RESET | SYS_PCI2_RESET)) { in aspeed_print_sysrst_info()
241 if (rest & SYS_PCI1_RESET) { in aspeed_print_sysrst_info()
[all …]
/openbmc/linux/scripts/
H A Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
53 return (time, rest)
65 (time, rest) = get_time(line)
78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest
111 (time, rest) = get_time(line)
114 if string.find(rest, base_str)==1:
/openbmc/linux/drivers/media/radio/
H A Dradio-terratec.c86 long rest; in terratec_s_frequency() local
92 rest = freq * 10 + 10700; /* I once had understood what is going on here */ in terratec_s_frequency()
96 while (rest != 0) { in terratec_s_frequency()
97 if (rest % temp == rest) in terratec_s_frequency()
101 rest = rest - temp; in terratec_s_frequency()
/openbmc/linux/drivers/staging/media/av7110/
H A Ddvb_filter.c87 int ret=0, rest; in dvb_filter_pes2ts() local
106 rest=183-len; in dvb_filter_pes2ts()
107 if (rest) { in dvb_filter_pes2ts()
109 if (rest-1) in dvb_filter_pes2ts()
110 memset(buf+6, 0xff, rest-1); in dvb_filter_pes2ts()
112 buf[4]=rest; in dvb_filter_pes2ts()
113 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
/openbmc/linux/rust/kernel/init/
H A Dmacros.rs590 @fields_munch($field:ident : $($($(::)?core::)?marker::)?PhantomPinned, $($rest:tt)*),
611 @fields_munch($($rest)*),
628 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
644 @fields_munch($($rest)*),
661 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
677 @fields_munch($($rest)*),
694 @fields_munch(#[pin] $($rest:tt)*),
709 @fields_munch($($rest)*),
730 @fields_munch($fvis:vis $field:ident $($rest:tt)*),
745 @fields_munch($field $($rest)*),
[all …]
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/
H A Dscu_info.c107 u32 rest = readl(ASPEED_SYS_RESET_CTRL); in aspeed_print_sysrst_info() local
109 if (rest & SYS_WDT1_RESET) { in aspeed_print_sysrst_info()
113 if (rest & SYS_WDT2_RESET) { in aspeed_print_sysrst_info()
121 if (rest & SYS_WDT3_RESET) { in aspeed_print_sysrst_info()
125 if(rest & SYS_EXT_RESET) { in aspeed_print_sysrst_info()
129 if (rest & SYS_PWR_RESET_FLAG) { in aspeed_print_sysrst_info()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dscu_info.c136 u32 rest = readl(ASPEED_SYS_RESET_CTRL); in aspeed_print_sysrst_info() local
138 if (rest & SYS_WDT1_RESET) { in aspeed_print_sysrst_info()
142 if (rest & SYS_WDT2_RESET) { in aspeed_print_sysrst_info()
150 if (rest & SYS_WDT3_RESET) { in aspeed_print_sysrst_info()
154 if(rest & SYS_EXT_RESET) { in aspeed_print_sysrst_info()
158 if (rest & SYS_PWR_RESET_FLAG) { in aspeed_print_sysrst_info()
/openbmc/linux/rust/macros/
H A Dpin_data.rs15 rest, in pin_data()
25 let struct_name = rest in pin_data()
60 let mut rest = rest in pin_data() localVariable
72 let last = rest.pop(); in pin_data()
76 @sig(#(#rest)*), in pin_data()
H A Dhelpers.rs87 let mut rest = vec![]; in parse_generics() localVariable
142 rest.push(tt); in parse_generics()
147 rest.extend(toks); in parse_generics()
153 rest, in parse_generics()
H A Dzeroable.rs12 mut rest, in derive()
15 let last = rest.pop(); in derive()
66 @sig(#(#rest)*), in derive()
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp66 if (!x.rest.empty()) in operator ()()
73 for (const filter_ast::LogicalNot& oper : x.rest) in operator ()()
85 if (!x.rest.empty()) in operator ()()
92 for (const filter_ast::LogicalOr& oper : x.rest) in operator ()()
150 std::string_view rest(iter, end); in parseFilter() local
152 BMCWEB_LOG_ERROR("Parsing failed stopped at \"{}\"", rest); in parseFilter()
/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_ast.hpp67 std::list<LogicalNot> rest; member
72 std::list<LogicalOr> rest; member
80 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalOr, first, rest);
81 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalAnd, first, rest);
/openbmc/linux/rust/alloc/vec/
H A Dis_zero.rs79 ($first_arg:ident $(,$rest:ident)*) => {
80 unsafe impl <$first_arg: IsZero, $($rest: IsZero,)*> IsZero for ($first_arg, $($rest,)*){
86 let ($first_arg, $($rest,)*) = self;
89 $( && $rest.is_zero() )*
93 impl_for_tuples!($($rest),*);
/openbmc/linux/fs/proc/
H A Dbootconfig.c23 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) macro
42 ret = snprintf(dst, rest(dst, end), "%s = ", key); in copy_xbc_key_value_list()
53 ret = snprintf(dst, rest(dst, end), "%c%s%c%s", in copy_xbc_key_value_list()
60 ret = snprintf(dst, rest(dst, end), "\"\"\n"); in copy_xbc_key_value_list()
/openbmc/qemu/ui/
H A Dkeymaps.c138 const char *rest = line + offset + 1; in parse_keyboard_layout() local
139 int keycode = strtol(rest, NULL, 0); in parse_keyboard_layout()
141 if (strstr(rest, "shift")) { in parse_keyboard_layout()
144 if (strstr(rest, "altgr")) { in parse_keyboard_layout()
147 if (strstr(rest, "ctrl")) { in parse_keyboard_layout()
153 if (strstr(rest, "addupper")) { in parse_keyboard_layout()
/openbmc/linux/arch/hexagon/lib/
H A Dmemcpy.S159 #define rest R8 /* length - prolog bytes */ macro
321 rest = sub(len, star3); /* whats left after the loop */ define
324 if(p0) rest = add(rest, #16);
329 p0 = cmp.gt(rest, #16);
334 rest = add(rest, #-8); define
357 rest = kernel; define
367 p3 = cmp.eq(kernel, rest);
401 rest = add(kernel, #-1); define
/openbmc/rest-dbus/
H A DREADME.md1 # rest-dbus
3 rest-dbus was a [dfeet](https://wiki.gnome.org/Apps/DFeet)-like UI over HTTP
7 APIs as rest-dbus, but browser side support remains unimplemented.
/openbmc/linux/arch/x86/lib/
H A Dcsum-wrappers_64.c80 __u64 rest, sum64; in csum_ipv6_magic() local
82 rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) + in csum_ipv6_magic()
92 : "[sum]" (rest), [saddr] "r" (saddr), [daddr] "r" (daddr)); in csum_ipv6_magic()
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/
H A D0001-Add-system-reset-status-support.patch187 u32 rest = ast_scu_read(AST_SCU_SYS_CTRL);
189 if (rest & SCU_SYS_EXT_RESET_FLAG) {
192 + rest = SCU_SYS_EXT_RESET_FLAG;
193 } else if (rest & SCU_SYS_WDT_RESET_FLAG) {
196 + rest = SCU_SYS_WDT_RESET_FLAG;
197 } else if (rest & SCU_SYS_PWR_RESET_FLAG) {
200 + rest = SCU_SYS_PWR_RESET_FLAG;
204 + return rest;
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/rest/
H A Dlibrest_0.8.1.bb16 GNOMEBN = "rest"
27 # rest expects introspection.m4 at custom location (see aclocal.m4).
32 export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs"
/openbmc/linux/tools/perf/
H A DMakefile79 rest := $(filter-out clean,$(MAKECMDGOALS)) macro
80 ifneq ($(rest),)
81 $(rest): clean
/openbmc/linux/drivers/s390/block/
H A Ddasd_eer.c134 unsigned long rest, len; in dasd_eer_write_buffer() local
138 rest = count; in dasd_eer_write_buffer()
139 while (rest > 0) { in dasd_eer_write_buffer()
142 len = min(rest, PAGE_SIZE - localhead); in dasd_eer_write_buffer()
145 rest -= len; in dasd_eer_write_buffer()
160 unsigned long rest, len, finalcount; in dasd_eer_read_buffer() local
165 rest = finalcount; in dasd_eer_read_buffer()
166 while (rest > 0) { in dasd_eer_read_buffer()
169 len = min(rest, PAGE_SIZE - localtail); in dasd_eer_read_buffer()
172 rest -= len; in dasd_eer_read_buffer()
/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py291 rest = typeTuple[1]
294 if (entry["params"] != -1) and (entry["params"] != len(rest)):
296 "Invalid entry count for %s : %s" % (first, rest)
301 result = rest[0][0]
324 result += ", ".join([self.__parse_cpp_type__(e) for e in rest])

12345678910>>...25