Home
last modified time | relevance | path

Searched defs:tape_s (Results 1 – 6 of 6) sorted by relevance

/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Dtapefile.h38 typedef struct tape_s { struct
39 struct tape_s *next, *prev; argument
40 int position;
41 char * datestamp;
42 int reuse;
43 char *label;
44 char *barcode;
45 char *meta;
46 guint64 blocksize;
47 char *comment;
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Dtapefile.h38 typedef struct tape_s { struct
39 struct tape_s *next, *prev; argument
40 int position;
41 char * datestamp;
42 int reuse;
43 char *label;
44 char *barcode;
45 char *meta;
46 guint64 blocksize;
47 char *comment;
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dtape.c56 struct tape_s { struct
58 char *handFilename;
61 char *inputFilename;
67 char *lockFilename;
70 char *peerName;
81 QueueElem head;
82 QueueElem tail;
87 long lossage;
92 long outputLowLimit;
103 bool noRotate;
[all …]
/dports/news/inn/inn-2.6.4/innfeed/
H A Dtape.c61 struct tape_s struct
64 char *handFilename ;
67 char *inputFilename ;
70 char *outputFilename ;
73 char *lockFilename ;
76 char *peerName ;
93 long lossage ;
98 long outputLowLimit ;
99 long outputHighLimit ;
109 bool noRotate ;
[all …]
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dtape.c61 struct tape_s struct
64 char *handFilename ;
67 char *inputFilename ;
70 char *outputFilename ;
73 char *lockFilename ;
76 char *peerName ;
93 long lossage ;
98 long outputLowLimit ;
99 long outputHighLimit ;
109 bool noRotate ;
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_material.h105 typedef struct tape_s { struct
106 …< if the vertex z position is lower than this, the alpha value for the blended texture will be 0 */
107 float ceil; /**< if the vertex z position is greater than this, the alpha value will be 0 */
108 float height; /**< the z distance between floor and ceiling */
109 float min; /**< center - floor */
110 float max; /**< center + ceil */
111 float center; /**< the center where the maximum alpha value should be */