Searched refs:FileSys (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c184 static FILESYS FileSys[MAXFILESYS]; /* queue file systems */ variable
200 ** FileSys -- (array of) structure for used file systems.
229 /* how to access FileSys */
236 # define OFF_NUM_FILE_SYS(p) (((char *) (p)) + SHM_OFF_HEAD + sizeof(FileSys))
239 # define OFF_RSA_TMP_CNT(p) (((char *) (p)) + SHM_OFF_HEAD + sizeof(FileSys) + sizeof(int))
243 # define OFF_OCC_SHM(p) (((char *) (p)) + SHM_OFF_HEAD + sizeof(FileSys) + sizeof(int) * 2)
251 # define OFF_QUEUE_SHM(p) (((char *) (p)) + SHM_OFF_HEAD + sizeof(FileSys) + sizeof(int) * 2 + OCC_SIZE)
256 # define SM_T_SIZE (SHM_OFF_HEAD + sizeof(FileSys) + sizeof(int) * 2 + OCC_SIZE)
290 # define FILE_SYS(i) FileSys[i]
6412 ** FILESYS_FIND -- find entry in FileSys tabl
[all...]

Completed in 64 milliseconds