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

  /src/sys/arch/evbmips/stand/sbmips/common/
booted_dev.c 41 int booted_dev_fd; variable in typeref:typename:int
53 booted_dev_fd = cfe_open(booted_dev_name);
61 cfe_close(booted_dev_fd);
  /src/sys/arch/sbmips/stand/common/
booted_dev.c 41 int booted_dev_fd; variable in typeref:typename:int
53 booted_dev_fd = cfe_open(booted_dev_name);
61 cfe_close(booted_dev_fd);
  /src/sys/arch/alpha/stand/common/
booted_dev.c 39 long booted_dev_fd; variable in typeref:typename:long
63 booted_dev_fd = ret.u.retval;

Completed in 12 milliseconds