Home | Sort by: relevance | last modified time | path |
/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; |