⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usrnetnfsmount.c

📁 IXP425的BSP代码
💻 C
字号:
/* usrNetNfsMount.c - Does the NFS mount *//* Copyright 1992 - 1998 Wind River Systems, Inc. *//*modification history--------------------01a,05dec97,spm  added DHCP code review modifications*//*DESCRIPTIONThis file gets included when INCLUDE_NFS_MOUNT_ALL is defined. It makes a call to nfsMountAll().NOMANUAL*/void usrNetNfsMountAll ()    {    printf ("Mounting NFS file systems from host %s", sysBootParams.hostName);\    if (sysBootParams.targetName[0] != EOS)\       printf (" for target %s:\n", sysBootParams.targetName);\    else \       printf (":\n"); \    nfsMountAll (sysBootParams.hostName, sysBootParams.targetName, FALSE); \    printf ("...done\n"); \    } 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -