Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 3536) sorted by relevance

12345678910>>...142

/openbmc/linux/net/tipc/
H A Dtrace.h129 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf);
130 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf);
133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf);
138 TP_PROTO(struct sk_buff *skb, bool more, const char *header),
140 TP_ARGS(skb, more, header),
144 __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN)
149 tipc_skb_dump(skb, more, __get_str(buf));
157 TP_PROTO(struct sk_buff *skb, bool more, const char *header), \
158 TP_ARGS(skb, more, header))
165 TP_PROTO(struct sk_buff_head *list, bool more, const char *header),
[all …]
/openbmc/linux/arch/um/drivers/
H A Dslip_common.c10 if(slip->more > 0){ in slip_proto_read()
12 while(i < slip->more){ in slip_proto_read()
18 slip->more - i); in slip_proto_read()
19 slip->more = slip->more - i; in slip_proto_read()
23 slip->more = 0; in slip_proto_read()
39 slip->more = n - (i + 1); in slip_proto_read()
H A Dmconsole_user.c127 int err, int more) in mconsole_reply_len() argument
145 if (len == total) reply.more = more; in mconsole_reply_len()
146 else reply.more = 1; in mconsole_reply_len()
165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply() argument
167 return mconsole_reply_len(req, str, strlen(str), err, more); in mconsole_reply()
/openbmc/qemu/tests/qemu-iotests/
H A D186.out7 QEMU X.Y.Z monitor - type 'help' for more information
15 QEMU X.Y.Z monitor - type 'help' for more information
23 QEMU X.Y.Z monitor - type 'help' for more information
31 QEMU X.Y.Z monitor - type 'help' for more information
39 QEMU X.Y.Z monitor - type 'help' for more information
47 QEMU X.Y.Z monitor - type 'help' for more information
58 QEMU X.Y.Z monitor - type 'help' for more information
66 QEMU X.Y.Z monitor - type 'help' for more information
74 QEMU X.Y.Z monitor - type 'help' for more information
82 QEMU X.Y.Z monitor - type 'help' for more information
[all …]
H A D051.pc.out53 QEMU X.Y.Z monitor - type 'help' for more information
60 QEMU X.Y.Z monitor - type 'help' for more information
76 QEMU X.Y.Z monitor - type 'help' for more information
83 QEMU X.Y.Z monitor - type 'help' for more information
105 QEMU X.Y.Z monitor - type 'help' for more information
109 QEMU X.Y.Z monitor - type 'help' for more information
129 QEMU X.Y.Z monitor - type 'help' for more information
136 QEMU X.Y.Z monitor - type 'help' for more information
140 QEMU X.Y.Z monitor - type 'help' for more information
144 QEMU X.Y.Z monitor - type 'help' for more information
[all …]
H A D068.out6 QEMU X.Y.Z monitor - type 'help' for more information
9 QEMU X.Y.Z monitor - type 'help' for more information
17 QEMU X.Y.Z monitor - type 'help' for more information
20 QEMU X.Y.Z monitor - type 'help' for more information
H A D267.out7 QEMU X.Y.Z monitor - type 'help' for more information
21 QEMU X.Y.Z monitor - type 'help' for more information
32 QEMU X.Y.Z monitor - type 'help' for more information
43 QEMU X.Y.Z monitor - type 'help' for more information
57 QEMU X.Y.Z monitor - type 'help' for more information
68 QEMU X.Y.Z monitor - type 'help' for more information
82 QEMU X.Y.Z monitor - type 'help' for more information
93 QEMU X.Y.Z monitor - type 'help' for more information
104 QEMU X.Y.Z monitor - type 'help' for more information
118 QEMU X.Y.Z monitor - type 'help' for more information
[all …]
H A D051.out53 QEMU X.Y.Z monitor - type 'help' for more information
60 QEMU X.Y.Z monitor - type 'help' for more information
76 QEMU X.Y.Z monitor - type 'help' for more information
83 QEMU X.Y.Z monitor - type 'help' for more information
105 QEMU X.Y.Z monitor - type 'help' for more information
109 QEMU X.Y.Z monitor - type 'help' for more information
129 QEMU X.Y.Z monitor - type 'help' for more information
136 QEMU X.Y.Z monitor - type 'help' for more information
146 QEMU X.Y.Z monitor - type 'help' for more information
153 QEMU X.Y.Z monitor - type 'help' for more information
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch64 what POSIX.2 says (see builtins/wait.def for more info). */
147 -alias m='more'
148 -alias m='more'
149 -m is aliased to `more'
151 +alias morealias='more'
152 +alias morealias='more'
153 +morealias is aliased to `more'
155 -alias m='more'
156 -alias m='more'
157 -alias m='more'
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A Djr3_pci.c321 int more = 1; in jr3_check_firmware() local
329 while (more) { in jr3_check_firmware()
333 more = more && read_idm_word(data, size, &pos, &count); in jr3_check_firmware()
334 if (more && count == 0xffff) in jr3_check_firmware()
337 more = more && read_idm_word(data, size, &pos, &addr); in jr3_check_firmware()
338 while (more && count > 0) { in jr3_check_firmware()
341 more = more && read_idm_word(data, size, &pos, &dummy); in jr3_check_firmware()
355 int more = 1; in jr3_write_firmware() local
358 while (more) { in jr3_write_firmware()
362 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware()
[all …]
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dbitfield.h16 #define __BITFIELD_FIELD(field, more) \ argument
18 more
22 #define __BITFIELD_FIELD(field, more) \ argument
23 more \
/openbmc/linux/crypto/
H A Dalgif_hash.c27 bool more; member
78 continuing = ctx->more; in hash_sendmsg()
164 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
175 ctx->more = false; in hash_sendmsg()
202 if (!result && !ctx->more) { in hash_recvmsg()
209 if (!result || ctx->more) { in hash_recvmsg()
210 ctx->more = false; in hash_recvmsg()
238 bool more; in hash_accept() local
248 more = ctx->more; in hash_accept()
249 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Ddevshell.bbclass89 more = False
94 def prompt(more):
95 if more:
109 prompt(more)
118 prompt(more)
135 more = i.runsource(source, "<pyshell>")
136 if not more:
139 prompt(more)
143 more = False
144 prompt(more)
/openbmc/u-boot/api/
H A Dapi_storage.c98 static int dev_stor_get(int type, int *more, struct device_info *di) in dev_stor_get() argument
134 *more = 0; in dev_stor_get()
136 *more = 1; in dev_stor_get()
182 int found = 0, more = 0; in dev_enum_stor() local
210 found = dev_stor_get(type, &more, di); in dev_enum_stor()
222 found = dev_stor_get(type, &more, di); in dev_enum_stor()
246 found = dev_stor_get(type, &more, di); in dev_enum_stor()
251 more = 0; in dev_enum_stor()
259 specs[type].enum_ended = (!more) ? 1 : 0; in dev_enum_stor()
/openbmc/linux/drivers/accessibility/speakup/
H A DKconfig11 boot up to shutdown. For more information on Speakup,
39 for more details.
57 help on the Speakup choice above for more info.
66 help on the Speakup choice above for more info.
74 help on the Speakup choice above for more info.
82 Speakup choice above for more info.
90 help on the Speakup choice above for more info.
99 help on the Speakup choice above for more info.
108 configuration help on the Speakup choice above for more
120 choice above for more info.
[all …]
/openbmc/linux/include/crypto/
H A Dscatterwalk.h73 unsigned int more) in scatterwalk_pagedone() argument
82 if (more && walk->offset >= walk->sg->offset + walk->sg->length) in scatterwalk_pagedone()
87 int more) in scatterwalk_done() argument
89 if (!more || walk->offset >= walk->sg->offset + walk->sg->length || in scatterwalk_done()
91 scatterwalk_pagedone(walk, out, more); in scatterwalk_done()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dwrite-zeroes-unmap.out6 QEMU X.Y.Z monitor - type 'help' for more information
16 QEMU X.Y.Z monitor - type 'help' for more information
26 QEMU X.Y.Z monitor - type 'help' for more information
36 QEMU X.Y.Z monitor - type 'help' for more information
46 QEMU X.Y.Z monitor - type 'help' for more information
56 QEMU X.Y.Z monitor - type 'help' for more information
66 QEMU X.Y.Z monitor - type 'help' for more information
76 QEMU X.Y.Z monitor - type 'help' for more information
/openbmc/linux/arch/powerpc/mm/
H A Dhugetlbpage.c371 unsigned long more; in hugetlb_free_pmd_range() local
395 more = addr + (1UL << hugepd_shift(*(hugepd_t *)pmd)); in hugetlb_free_pmd_range()
396 if (more > next) in hugetlb_free_pmd_range()
397 next = more; in hugetlb_free_pmd_range()
430 unsigned long more; in hugetlb_free_pud_range() local
437 more = addr + (1UL << hugepd_shift(*(hugepd_t *)pud)); in hugetlb_free_pud_range()
438 if (more > next) in hugetlb_free_pud_range()
439 next = more; in hugetlb_free_pud_range()
492 unsigned long more; in hugetlb_free_pgd_range() local
499 more = addr + (1UL << hugepd_shift(*(hugepd_t *)pgd)); in hugetlb_free_pgd_range()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dtuner.rst13 Video input devices can have one or more tuners demodulating a RF
14 signal. Each tuner is associated with one or more video inputs,
34 current tuner, when there is more than one. The tuner is solely
38 device has one or more tuners.
44 Video output devices can have one or more modulators, that modulate a
46 set or video recorder. Each modulator is associated with one or more
68 is more than one at all. The modulator is solely determined by the
73 one or more modulators.
/openbmc/webui-vue/docs/guide/quickstart/
H A Dstore-anatomy.md6 [Learn more about Vuex.](https://vuex.vuejs.org/)
25 [Learn more about Vuex modules.](https://vuex.vuejs.org/guide/modules.html)
30 [Learn more about state.](https://vuex.vuejs.org/guide/state.html)
32 [Learn more about getters.](https://vuex.vuejs.org/guide/getters.html)
35 [Learn more about mutations.](https://vuex.vuejs.org/guide/mutations.html)
38 [Learn more about actions.](https://vuex.vuejs.org/guide/actions.html)
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-firmware-opal-elog15 Linux if there is no room for more log entries.
19 the service processor needs more room for log entries,
26 The service processor may be able to store more log
34 do more parsing in kernel and add more files to make
36 more information.
/openbmc/qemu/qapi/
H A Dyank.json12 # An enumeration of yank instance types. See @YankInstance for more
24 # more information.
37 # more information.
77 # See @YankInstance for more information.
103 # Query yank instances. See @YankInstance for more information.
/openbmc/linux/drivers/block/zram/
H A DKconfig14 disks and maybe many more.
16 See Documentation/admin-guide/blockdev/zram.rst for more information.
70 See Documentation/admin-guide/blockdev/zram.rst for more information.
77 entry (page), which can be used for a more fine grained IDLE
89 See Documentation/admin-guide/blockdev/zram.rst for more information.
96 re-compress pages using a potentially slower but more effective
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/
H A Dtest_overview_menu.robot21 ${xpath_server_information_view_more_button} (//*[text()="View more"])[1]
22 ${xpath_firmware_information_view_more_button} (//*[text()="View more"])[2]
23 ${xpath_network_information_view_more_button} (//*[text()="View more"])[3]
24 ${xpath_power_information_view_more_button} (//*[text()="View more"])[4]
25 ${xpath_event_logs_view_more_button} (//*[text()="View more"])[5]
26 ${xpath_inventory_and_leds_view_more_button} (//*[text()="View more"])[6]
29 ${xpath_dumps_view_more_button} (//*[text()="View more"])[7]
137 [Documentation] Verify view more event log button in overview page.
204 [Documentation] Verify view more button for dumps button in overview page.
213 [Documentation] Verify view more button under server information section in overview page.
[all …]
/openbmc/linux/arch/mips/sgi-ip27/
H A DKconfig11 in either N-Modes which allows for more nodes or M-Mode which allows
12 for more memory. Your hardware is almost certainly running in
19 in either N-Modes which allows for more nodes or M-Mode which allows
20 for more memory. Your hardware is almost certainly running in

12345678910>>...142