Home
last modified time | relevance | path

Searched refs:singleton (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py20 singleton = None variable
322 global singleton
347 if singleton:
351 if not singleton:
354 singleton.start()
355 if singleton:
356 host = singleton.host
368 global singleton
369 if singleton and singleton.process:
372 singleton = None
[all …]
/openbmc/linux/net/sctp/
H A Dinqueue.c91 if (chunk->singleton || in sctp_inq_peek()
121 if (chunk->singleton || in sctp_inq_pop()
184 chunk->singleton = 1; in sctp_inq_pop()
207 chunk->singleton = 0; in sctp_inq_pop()
H A Doutqueue.c774 struct sctp_packet singleton; in sctp_packet_singleton() local
776 sctp_packet_init(&singleton, transport, sport, dport); in sctp_packet_singleton()
777 sctp_packet_config(&singleton, vtag, 0); in sctp_packet_singleton()
778 if (sctp_packet_append_chunk(&singleton, chunk) != SCTP_XMIT_OK) { in sctp_packet_singleton()
783 return sctp_packet_transmit(&singleton, gfp); in sctp_packet_singleton()
H A Dsm_statefuns.c248 if (!chunk->singleton) in sctp_sf_do_4_C()
338 if (!chunk->singleton) in sctp_sf_do_5_1B_init()
535 if (!chunk->singleton) in sctp_sf_do_5_1C_ack()
1534 if (!chunk->singleton) in sctp_sf_do_unexpected_init()
3031 if (!chunk->singleton) in sctp_sf_do_9_2_reshutack()
H A Dsm_sideeffect.c1815 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
H A Dsm_make_chunk.c1391 retval->singleton = 1; in sctp_chunkify()
/openbmc/linux/drivers/md/
H A Ddm-core.h208 bool singleton:1; member
H A Ddm-table.c656 if (t->singleton) { in dm_table_add_target()
683 t->singleton = true; in dm_table_add_target()
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md271 be used as a singleton at a specific object path, similarly the `instance` value
292 A singleton host service name must have the YAML property `default` and may
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/
H A Duutils-coreutils-crates.inc180 crate://crates.io/reference-counted-singleton/0.1.2 \
460 SRC_URI[reference-counted-singleton-0.1.2.sha256sum] = "f1bfbf25d7eb88ddcbb1ec3d755d0634da8f7657b2c…
/openbmc/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus217 The singleton SVC device of bus N.
/openbmc/linux/include/net/sctp/
H A Dstructs.h654 singleton:1, /* Only chunk in the packet? */ member