HomeSort by: relevance | last modified time | path
    Searched defs:fromnet (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/boot/boot/
autoconf.c 63 int fromnet = (bootregs[12] != -1); local in function:autoconf
82 if (fromnet == 0)
  /src/usr.sbin/timed/timed/
readmsg.c 64 struct netinfo *fromnet; variable in typeref:struct:netinfo *
129 fromnet = NULL;
134 fromnet = ntp;
139 fromnet = netfrom;
243 fromnet = NULL;
247 fromnet = ntp;
254 if (fromnet == NULL) {
299 if (fromnet == NULL) /* do not de-reference 0 */
301 else if (fromnet->status == MASTER)
303 else if (fromnet->status == SLAVE
    [all...]

Completed in 64 milliseconds