/src/sbin/dump/ |
optr.c | 159 broadcast(""); /* just print last msg */ 188 broadcast(const char *message) function in typeref:typename:void
|
/src/sys/dev/usb/ |
if_upgt.c | 2013 const uint8_t broadcast[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local in function:upgt_set_macfilter 2047 device_xname(sc->sc_dev), ether_sprintf(broadcast)); 2051 IEEE80211_ADDR_COPY(filter->src, broadcast);
|
/src/usr.sbin/ypbind/ |
ypbind.c | 111 ypbind_mode_t dom_ypbindmode; /* broadcast or direct */ 337 * file does not exist, we revert to broadcast mode. 339 * The sysadmin can force broadcast mode by passing the 340 * -broadcast flag. There is currently no way to fail and 348 DPRINTF("%s does not exist, defaulting to broadcast\n", 607 * 2. If we're in broadcast mode the address should be 611 * 2a. If we're in broadcast mode and we've been ypset, we 1014 * Broadcast an RPC packet to hopefully contact some servers for a 1018 broadcast(char *buf, int outlen) function in typeref:typename:int 1030 yp_log(LOG_WARNING, "broadcast: getifaddrs: %s" [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_dp_mst_helper.h | 251 bool broadcast; member in struct:drm_dp_sideband_msg_hdr
|
/src/sbin/ifconfig/ |
ifconfig.c | 197 "broadcast address", 198 setifbroadaddr, "broadcast", NULL, NULL, NULL, &command_root.pb_parser); 208 , {.k_word = "broadcast", .k_nextparser = &parse_broadcast.pa_parser} 262 struct paddr broadcast = PADDR_INITIALIZER(&broadcast, variable in typeref:struct:paddr 263 "broadcast address (address 3)", 264 setifbroadaddr, "broadcast", NULL, "dstormask", "broadcast", 297 , {.b_nextparser = &broadcast.pa_parser} 1019 errx(EXIT_FAILURE, "not a broadcast interface") [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
msan_test.cc | 3394 bool broadcast; member in struct:__anon184389af0210::SignalCondArg 3400 if (arg->broadcast) 3424 // broadcast 3425 args.broadcast = true;
|