Home
last modified time | relevance | path

Searched refs:one_device (Results 1 – 6 of 6) sorted by relevance

/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dglobals.c59 .one_device = 0,
H A Dow_select.c59 if (Globals.one_device) { in BUS_select()
H A Dow_opt.c253 {"one_device", no_argument, &Globals.one_device, 1},
254 {"1_device", no_argument, &Globals.one_device, 1},
H A Dow_parsename.c721 if (Globals.one_device) { in Parse_RealDeviceSN()
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/include/
H A Dow_global.h103 int one_device; // Single device, use faster ROM comands member
/dports/games/retroarch/RetroArch-1.9.7/network/netplay/
H A Dnetplay_io.c2267 uint32_t one_device = (uint32_t) -1; in announce_play_spectate() local
2275 if (one_device == (uint32_t) -1) in announce_play_spectate()
2276 one_device = device; in announce_play_spectate()
2279 one_device = (uint32_t) -1; in announce_play_spectate()
2284 if (one_device != (uint32_t) -1) in announce_play_spectate()
2290 NETPLAY_NICK_LEN, nick, one_device + 1); in announce_play_spectate()
2294 one_device + 1); in announce_play_spectate()