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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c191 static FILESYS FileSys[MAXFILESYS]; /* queue file systems */ variable
206 ** FileSys -- (arrary of) structure for used file systems.
233 /* how to access FileSys */
240 # define OFF_NUM_FILE_SYS(p) (((char *) (p)) + SHM_OFF_HEAD + sizeof(FileSys))
243 # define OFF_RSA_TMP_CNT(p) (((char *) (p)) + SHM_OFF_HEAD + sizeof(FileSys) + sizeof(int))
247 # define OFF_QUEUE_SHM(p) (((char *) (p)) + SHM_OFF_HEAD + sizeof(FileSys) + sizeof(int) * 2)
252 # define SM_T_SIZE (SHM_OFF_HEAD + sizeof(FileSys) + sizeof(int) * 2)
287 # define FILE_SYS(i) FileSys[i]
6332 ** FILESYS_FIND -- find entry in FileSys table, or add new one
6336 ** entry in the FileSys tabl
[all...]

Completed in 55 milliseconds