Home
last modified time | relevance | path

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

12345678910>>...138

/openbmc/linux/net/tipc/
H A Dtrace.h140 TP_ARGS(skb, more, header),
144 __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN)
149 tipc_skb_dump(skb, more, __get_str(buf));
158 TP_ARGS(skb, more, header))
167 TP_ARGS(list, more, header),
171 __dynamic_array(char, buf, (more) ? LIST_LMAX : LIST_LMIN)
176 tipc_list_dump(list, more, __get_str(buf));
185 TP_ARGS(list, more, header))
331 TP_ARGS(n, more, header),
342 tipc_node_dump(n, more, __get_str(buf));
[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/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/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch147 -alias m='more'
148 -alias m='more'
149 -m is aliased to `more'
151 +alias morealias='more'
152 +alias morealias='more'
155 -alias m='more'
156 -alias m='more'
157 -alias m='more'
158 -m is aliased to `more'
174 -alias m=more
[all …]
/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 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 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 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 …]
/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()
337 more = more && read_idm_word(data, size, &pos, &addr); 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
362 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware()
366 more = more && read_idm_word(data, size, &pos, &addr); in jr3_write_firmware()
376 more = more && in jr3_write_firmware()
388 more = more && in jr3_write_firmware()
[all …]
/openbmc/linux/crypto/
H A Dalgif_hash.c27 bool more; member
78 continuing = ctx->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()
262 ctx2->more = more; in hash_accept()
264 if (!more) 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/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/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.
120 choice above for more info.
184 Speakup choice above for more info.
[all …]
/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
500 if (more > next) 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/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/
H A Dlibwmf-0.2.8.4-useafterfree.patch10 { more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle));
11 if (more == 0) return;
13 + im->clip->list = more;
/openbmc/qemu/qapi/
H A Dyank.json12 # An enumeration of yank instance types. See @YankInstance for more
24 # more information.
37 # more information.
75 # See @YankInstance for more information.
102 # Query yank instances. See @YankInstance for more information.
/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/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/phosphor-power/phosphor-regulators/docs/config_file/
H A Dconfig_file.md11 | comments | no | array of strings | One or more comment lines describing this …
12 | rules | no | array of [rules](rule.md) | One or more rules shared by regulators in …
13 | chassis | yes | array of [chassis](chassis.md) | One or more chassis in the system. …
/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
/openbmc/linux/drivers/net/mdio/
H A Dmdio-cavium.h19 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument
21 more
24 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument
25 more \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/
H A DItem.interface.yaml5 Any service implementing Inventory.Item on one or more objects must
23 implement the 'containing' association to provide one or more links to
39 association to provide a link to one or more fans.
46 'fault_identified_by' association to provide a link to one or more LED
54 'identified_by' association to provide a link to one or more LED
62 association to provide a link to one or more metrics.
78 association to provide a link to one or more power supplies.

12345678910>>...138