Searched refs:singleton (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | serv.py | 21 singleton = None variable 409 global singleton 437 if singleton: 438 if singleton.dbfile != dbfile: 441 if not singleton: 443 …singleton = PRServSingleton(os.path.abspath(dbfile), os.path.abspath(logfile), host, port, upstrea… 444 singleton.start() 445 if singleton: 446 host = singleton.host 447 port = singleton.port [all …]
|
/openbmc/linux/net/sctp/ |
H A D | inqueue.c | 99 if (chunk->singleton || in sctp_inq_peek() 129 if (chunk->singleton || in sctp_inq_pop() 190 chunk->singleton = 1; in sctp_inq_pop() 213 chunk->singleton = 0; in sctp_inq_pop()
|
H A D | outqueue.c | 774 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 D | sm_statefuns.c | 248 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() 3041 if (!chunk->singleton) in sctp_sf_do_9_2_reshutack()
|
H A D | sm_sideeffect.c | 1815 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
|
H A D | sm_make_chunk.c | 1391 retval->singleton = 1; in sctp_chunkify()
|
/openbmc/linux/drivers/md/ |
H A D | dm-core.h | 208 bool singleton:1; member
|
H A D | dm-table.c | 656 if (t->singleton) { in dm_table_add_target() 683 t->singleton = true; in dm_table_add_target()
|
/openbmc/sdbusplus/docs/yaml/ |
H A D | interface.md | 271 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/linux/drivers/staging/greybus/Documentation/ |
H A D | sysfs-bus-greybus | 217 The singleton SVC device of bus N.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/ |
H A D | uutils-coreutils-crates.inc | 196 crate://crates.io/reference-counted-singleton/0.1.5 \ 502 SRC_URI[reference-counted-singleton-0.1.5.sha256sum] = "5daffa8f5ca827e146485577fa9dba9bd9c6921e06e…
|
/openbmc/linux/include/net/sctp/ |
H A D | structs.h | 654 singleton:1, /* Only chunk in the packet? */ member
|