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

📄 fumount.h

📁 操作系统SunOS 4.1.3版本的源码
💻 H
字号:
/*	@(#)fumount.h 1.1 92/07/30 SMI	*//*	Copyright (c) 1984 AT&T	*//*	  All Rights Reserved  	*//*	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T	*//*	The copyright notice above does not evidence any   	*//*	actual or intended publication of such source code.	*/#ident	"@(#)rmntstat:fumount.h	1.3"#define NODLEN 64/* resource flags */#define NOTADV 1	/* was not advertised */#define KNOWN  2	/* node name is known */#define FUFAIL 3	/* fumount() syscall failed */#define EMPTY -1	/* unused slots in structure */struct clnts {	char node[NODLEN + 1];	sysid_t sysid;	int flags;	int bcount;};

⌨️ 快捷键说明

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