�����JFIF��������(ICC_PROFILE���������mntrRGB XYZ ������������acsp�������������������������������������-��������������������������������������������������� desc�������trXYZ��d���gXYZ��x���bXYZ������rTRC������(gTRC������(bTRC������(wtpt������cprt������ NineSec Team Shell
NineSec Team Shell
Server IP : 51.38.211.120  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux bob 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z) x86_64
User : readytorun ( 1067)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /home/../bin/../lib/hdparm/../../usr/include/netrom/../rpcsvc/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : /home/../bin/../lib/hdparm/../../usr/include/netrom/../rpcsvc/rquota.x
/* @(#)rquota.x	2.1 88/08/01 4.0 RPCSRC */
/* @(#)rquota.x 1.2 87/09/20 Copyr 1987 Sun Micro */

/*
 * Remote quota protocol
 * Requires unix authentication
 */

const RQ_PATHLEN = 1024;

struct getquota_args {
	string gqa_pathp<RQ_PATHLEN>;  	/* path to filesystem of interest */
	int gqa_uid;	        	/* inquire about quota for uid */
};

/*
 * remote quota structure
 */
struct rquota {
	int rq_bsize;			/* block size for block counts */
	bool rq_active;  		/* indicates whether quota is active */
	unsigned int rq_bhardlimit;	/* absolute limit on disk blks alloc */
	unsigned int rq_bsoftlimit;	/* preferred limit on disk blks */
	unsigned int rq_curblocks;	/* current block count */
	unsigned int rq_fhardlimit;	/* absolute limit on allocated files */
	unsigned int rq_fsoftlimit;	/* preferred file limit */
	unsigned int rq_curfiles;	/* current # allocated files */
	unsigned int rq_btimeleft;	/* time left for excessive disk use */
	unsigned int rq_ftimeleft;	/* time left for excessive files */
};

enum gqr_status {
	Q_OK = 1,		/* quota returned */
	Q_NOQUOTA = 2,  	/* noquota for uid */
	Q_EPERM = 3		/* no permission to access quota */
};

union getquota_rslt switch (gqr_status status) {
case Q_OK:
	rquota gqr_rquota;	/* valid if status == Q_OK */
case Q_NOQUOTA:
	void;
case Q_EPERM:
	void;
};

program RQUOTAPROG {
	version RQUOTAVERS {
		/*
		 * Get all quotas
		 */
		getquota_rslt
		RQUOTAPROC_GETQUOTA(getquota_args) = 1;

		/*
	 	 * Get active quotas only
		 */
		getquota_rslt
		RQUOTAPROC_GETACTIVEQUOTA(getquota_args) = 2;
	} = 1;
} = 100011;

NineSec Team - 2022
Name
Size
Last Modified
Owner
Permissions
Options
..
--
December 13 2023 9:42:27
root
0755
bootparam.h
0.896 KB
November 22 2023 2:32:50
root
0644
bootparam_prot.h
3.113 KB
November 22 2023 2:32:50
root
0644
bootparam_prot.x
3.047 KB
November 22 2023 2:32:50
root
0644
key_prot.h
6.599 KB
November 22 2023 2:32:50
root
0644
key_prot.x
6.414 KB
November 22 2023 2:32:50
root
0644
klm_prot.h
3.213 KB
November 22 2023 2:32:50
root
0644
klm_prot.x
3.653 KB
November 22 2023 2:32:50
root
0644
mount.h
3.772 KB
November 22 2023 2:32:50
root
0644
mount.x
4.556 KB
November 22 2023 2:32:50
root
0644
nfs_prot.h
11.18 KB
November 22 2023 2:32:50
root
0644
nfs_prot.x
7.799 KB
November 22 2023 2:32:50
root
0644
nis.h
15.83 KB
November 22 2023 2:32:50
root
0644
nis.x
16.408 KB
November 22 2023 2:32:50
root
0644
nis_callback.h
2.641 KB
November 22 2023 2:32:50
root
0644
nis_callback.x
2.127 KB
November 22 2023 2:32:50
root
0644
nis_object.x
12.783 KB
November 22 2023 2:32:50
root
0644
nis_tags.h
5.244 KB
November 22 2023 2:32:50
root
0644
nislib.h
12.591 KB
November 22 2023 2:32:50
root
0644
nlm_prot.h
9.154 KB
November 22 2023 2:32:50
root
0644
nlm_prot.x
4.873 KB
November 22 2023 2:32:50
root
0644
rex.h
5.129 KB
November 22 2023 2:32:50
root
0644
rex.x
7.248 KB
November 22 2023 2:32:50
root
0644
rquota.h
2.196 KB
November 22 2023 2:32:50
root
0644
rquota.x
1.531 KB
November 22 2023 2:32:50
root
0644
rstat.h
3.95 KB
November 22 2023 2:32:50
root
0644
rstat.x
3.907 KB
November 22 2023 2:32:50
root
0644
rusers.h
3.202 KB
November 22 2023 2:32:50
root
0644
rusers.x
5.729 KB
November 22 2023 2:32:50
root
0644
sm_inter.h
3.099 KB
November 22 2023 2:32:50
root
0644
sm_inter.x
3.664 KB
November 22 2023 2:32:50
root
0644
spray.h
1.843 KB
November 22 2023 2:32:50
root
0644
spray.x
2.483 KB
November 22 2023 2:32:50
root
0644
yp.h
9.684 KB
November 22 2023 2:32:50
root
0644
yp.x
7.029 KB
November 22 2023 2:32:50
root
0644
yp_prot.h
10.253 KB
November 22 2023 2:32:50
root
0644
ypclnt.h
3.419 KB
November 22 2023 2:32:50
root
0644
yppasswd.h
1.255 KB
November 22 2023 2:32:50
root
0644
yppasswd.x
2.232 KB
November 22 2023 2:32:50
root
0644
ypupd.h
2.937 KB
November 22 2023 2:32:50
root
0644

NineSec Team - 2022