| 1 | /* |
|---|
| 2 | * This is sample code generated by rpcgen. |
|---|
| 3 | * These are only templates and you can use them |
|---|
| 4 | * as a guideline for developing your own functions. |
|---|
| 5 | */ |
|---|
| 6 | |
|---|
| 7 | #include "fep.h" |
|---|
| 8 | #include "fep_print.cpp" |
|---|
| 9 | |
|---|
| 10 | int * |
|---|
| 11 | fep_getlineinfocount_32_svc(void *argp, struct svc_req *rqstp) |
|---|
| 12 | { |
|---|
| 13 | static int result; |
|---|
| 14 | |
|---|
| 15 | /* |
|---|
| 16 | * insert server code here |
|---|
| 17 | */ |
|---|
| 18 | |
|---|
| 19 | return &result; |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | lineinfo_ret * |
|---|
| 23 | fep_getlineinfo_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 24 | { |
|---|
| 25 | static lineinfo_ret result; |
|---|
| 26 | |
|---|
| 27 | /* |
|---|
| 28 | * insert server code here |
|---|
| 29 | */ |
|---|
| 30 | |
|---|
| 31 | return &result; |
|---|
| 32 | } |
|---|
| 33 | |
|---|
| 34 | lineinfo_ret * |
|---|
| 35 | fep_getlineinfovalue_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 36 | { |
|---|
| 37 | static lineinfo_ret result; |
|---|
| 38 | |
|---|
| 39 | /* |
|---|
| 40 | * insert server code here |
|---|
| 41 | */ |
|---|
| 42 | return &result; |
|---|
| 43 | } |
|---|
| 44 | |
|---|
| 45 | lineinfo_ret * |
|---|
| 46 | fep_sendlineinfo_32_svc(fep_lineinfo *argp, struct svc_req *rqstp) |
|---|
| 47 | { |
|---|
| 48 | static lineinfo_ret result; |
|---|
| 49 | |
|---|
| 50 | /* |
|---|
| 51 | * insert server code here |
|---|
| 52 | */ |
|---|
| 53 | |
|---|
| 54 | return &result; |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | std_time_ret * |
|---|
| 58 | fep_gettime_32_svc(void *argp, struct svc_req *rqstp) |
|---|
| 59 | { |
|---|
| 60 | static std_time_ret result; |
|---|
| 61 | |
|---|
| 62 | /* |
|---|
| 63 | * insert server code here |
|---|
| 64 | */ |
|---|
| 65 | |
|---|
| 66 | return &result; |
|---|
| 67 | } |
|---|
| 68 | |
|---|
| 69 | std_time_ret * |
|---|
| 70 | fep_settime_32_svc(fep_std_time *argp, struct svc_req *rqstp) |
|---|
| 71 | { |
|---|
| 72 | static std_time_ret result; |
|---|
| 73 | |
|---|
| 74 | /* |
|---|
| 75 | * insert server code here |
|---|
| 76 | */ |
|---|
| 77 | |
|---|
| 78 | return &result; |
|---|
| 79 | } |
|---|
| 80 | |
|---|
| 81 | std_time_ret * |
|---|
| 82 | fep_advancetime_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 83 | { |
|---|
| 84 | static std_time_ret result; |
|---|
| 85 | |
|---|
| 86 | /* |
|---|
| 87 | * insert server code here |
|---|
| 88 | */ |
|---|
| 89 | |
|---|
| 90 | return &result; |
|---|
| 91 | } |
|---|
| 92 | |
|---|
| 93 | int * |
|---|
| 94 | fep_getschedulecount_32_svc(void *argp, struct svc_req *rqstp) |
|---|
| 95 | { |
|---|
| 96 | static int result; |
|---|
| 97 | |
|---|
| 98 | /* |
|---|
| 99 | * insert server code here |
|---|
| 100 | */ |
|---|
| 101 | |
|---|
| 102 | return &result; |
|---|
| 103 | } |
|---|
| 104 | |
|---|
| 105 | schedule_ret * |
|---|
| 106 | fep_getschedule_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 107 | { |
|---|
| 108 | static schedule_ret result; |
|---|
| 109 | |
|---|
| 110 | /* |
|---|
| 111 | * insert server code here |
|---|
| 112 | */ |
|---|
| 113 | |
|---|
| 114 | return &result; |
|---|
| 115 | } |
|---|
| 116 | |
|---|
| 117 | schedule_ret * |
|---|
| 118 | fep_getschedulevalue_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 119 | { |
|---|
| 120 | static schedule_ret result; |
|---|
| 121 | |
|---|
| 122 | /* |
|---|
| 123 | * insert server code here |
|---|
| 124 | */ |
|---|
| 125 | |
|---|
| 126 | return &result; |
|---|
| 127 | } |
|---|
| 128 | |
|---|
| 129 | schedule_ret * |
|---|
| 130 | fep_sendschedule_32_svc(fep_schedule *argp, struct svc_req *rqstp) |
|---|
| 131 | { |
|---|
| 132 | static schedule_ret result; |
|---|
| 133 | |
|---|
| 134 | /* |
|---|
| 135 | * insert server code here |
|---|
| 136 | */ |
|---|
| 137 | |
|---|
| 138 | return &result; |
|---|
| 139 | } |
|---|
| 140 | |
|---|
| 141 | errorstatus * |
|---|
| 142 | fep_setlinemgr_schedule_32_svc(fep_setschedule *argp, struct svc_req *rqstp) |
|---|
| 143 | { |
|---|
| 144 | static errorstatus result; |
|---|
| 145 | |
|---|
| 146 | /* |
|---|
| 147 | * insert server code here |
|---|
| 148 | */ |
|---|
| 149 | |
|---|
| 150 | return &result; |
|---|
| 151 | } |
|---|
| 152 | |
|---|
| 153 | errorstatus * |
|---|
| 154 | fep_free_schedule_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 155 | { |
|---|
| 156 | static errorstatus result; |
|---|
| 157 | |
|---|
| 158 | /* |
|---|
| 159 | * insert server code here |
|---|
| 160 | */ |
|---|
| 161 | |
|---|
| 162 | return &result; |
|---|
| 163 | } |
|---|
| 164 | |
|---|
| 165 | errorstatus * |
|---|
| 166 | fep_idleline_32_svc(fep_lineop *argp, struct svc_req *rqstp) |
|---|
| 167 | { |
|---|
| 168 | static errorstatus result; |
|---|
| 169 | |
|---|
| 170 | /* |
|---|
| 171 | * insert server code here |
|---|
| 172 | */ |
|---|
| 173 | |
|---|
| 174 | return &result; |
|---|
| 175 | } |
|---|
| 176 | |
|---|
| 177 | errorstatus * |
|---|
| 178 | fep_modemsignals_32_svc(fep_lineop *argp, struct svc_req *rqstp) |
|---|
| 179 | { |
|---|
| 180 | static errorstatus result; |
|---|
| 181 | |
|---|
| 182 | /* |
|---|
| 183 | * insert server code here |
|---|
| 184 | */ |
|---|
| 185 | |
|---|
| 186 | return &result; |
|---|
| 187 | } |
|---|
| 188 | |
|---|
| 189 | reply_ret * |
|---|
| 190 | fep_getreply_32_svc(fep_reply_request *argp, struct svc_req *rqstp) |
|---|
| 191 | { |
|---|
| 192 | static reply_ret result; |
|---|
| 193 | /* |
|---|
| 194 | * insert server code here |
|---|
| 195 | */ |
|---|
| 196 | |
|---|
| 197 | return &result; |
|---|
| 198 | } |
|---|
| 199 | |
|---|
| 200 | errorstatus * |
|---|
| 201 | fep_clearreply_32_svc(void *argp, struct svc_req *rqstp) |
|---|
| 202 | { |
|---|
| 203 | static errorstatus result; |
|---|
| 204 | |
|---|
| 205 | /* |
|---|
| 206 | * insert server code here |
|---|
| 207 | */ |
|---|
| 208 | |
|---|
| 209 | return &result; |
|---|
| 210 | } |
|---|
| 211 | |
|---|
| 212 | schedule_ret * |
|---|
| 213 | fep_updateschedule_32_svc(fep_schedule *argp, struct svc_req *rqstp) |
|---|
| 214 | { |
|---|
| 215 | static schedule_ret result; |
|---|
| 216 | |
|---|
| 217 | /* |
|---|
| 218 | * insert server code here |
|---|
| 219 | */ |
|---|
| 220 | |
|---|
| 221 | return &result; |
|---|
| 222 | } |
|---|
| 223 | |
|---|
| 224 | int * |
|---|
| 225 | fep_getreportcount_32_svc(void *argp, struct svc_req *rqstp) |
|---|
| 226 | { |
|---|
| 227 | static int result; |
|---|
| 228 | |
|---|
| 229 | /* |
|---|
| 230 | * insert server code here |
|---|
| 231 | */ |
|---|
| 232 | |
|---|
| 233 | return &result; |
|---|
| 234 | } |
|---|
| 235 | |
|---|
| 236 | report_ret * |
|---|
| 237 | fep_getreport_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 238 | { |
|---|
| 239 | static report_ret result; |
|---|
| 240 | |
|---|
| 241 | /* |
|---|
| 242 | * insert server code here |
|---|
| 243 | */ |
|---|
| 244 | |
|---|
| 245 | return &result; |
|---|
| 246 | } |
|---|
| 247 | |
|---|
| 248 | report_ret * |
|---|
| 249 | fep_getreportvalue_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 250 | { |
|---|
| 251 | static report_ret result; |
|---|
| 252 | |
|---|
| 253 | /* |
|---|
| 254 | * insert server code here |
|---|
| 255 | */ |
|---|
| 256 | |
|---|
| 257 | return &result; |
|---|
| 258 | } |
|---|
| 259 | |
|---|
| 260 | report_ret * |
|---|
| 261 | fep_sendreport_32_svc(fep_report *argp, struct svc_req *rqstp) |
|---|
| 262 | { |
|---|
| 263 | static report_ret result; |
|---|
| 264 | |
|---|
| 265 | /* |
|---|
| 266 | * insert server code here |
|---|
| 267 | */ |
|---|
| 268 | |
|---|
| 269 | return &result; |
|---|
| 270 | } |
|---|
| 271 | |
|---|
| 272 | void * |
|---|
| 273 | fep_reply_xfer_32_svc(fep_reply *argp, struct svc_req *rqstp) |
|---|
| 274 | { |
|---|
| 275 | static reply_ret result; |
|---|
| 276 | print_fep_reply(*argp); |
|---|
| 277 | return (void *) &result; |
|---|
| 278 | } |
|---|
| 279 | |
|---|
| 280 | errorstatus * |
|---|
| 281 | fep_set_debug_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 282 | { |
|---|
| 283 | static errorstatus result; |
|---|
| 284 | |
|---|
| 285 | /* |
|---|
| 286 | * insert server code here |
|---|
| 287 | */ |
|---|
| 288 | |
|---|
| 289 | return &result; |
|---|
| 290 | } |
|---|
| 291 | |
|---|
| 292 | int * |
|---|
| 293 | fep_get_stack_left_32_svc(void *argp, struct svc_req *rqstp) |
|---|
| 294 | { |
|---|
| 295 | static int result; |
|---|
| 296 | |
|---|
| 297 | /* |
|---|
| 298 | * insert server code here |
|---|
| 299 | */ |
|---|
| 300 | |
|---|
| 301 | return &result; |
|---|
| 302 | } |
|---|
| 303 | |
|---|
| 304 | errorstatus * |
|---|
| 305 | fep_setlmdebug_32_svc(fep_setschedule *argp, struct svc_req *rqstp) |
|---|
| 306 | { |
|---|
| 307 | static errorstatus result; |
|---|
| 308 | |
|---|
| 309 | /* |
|---|
| 310 | * insert server code here |
|---|
| 311 | */ |
|---|
| 312 | |
|---|
| 313 | return &result; |
|---|
| 314 | } |
|---|
| 315 | |
|---|
| 316 | errorstatus * |
|---|
| 317 | fep_shutdown_32_svc(void *argp, struct svc_req *rqstp) |
|---|
| 318 | { |
|---|
| 319 | static errorstatus result; |
|---|
| 320 | |
|---|
| 321 | /* |
|---|
| 322 | * insert server code here |
|---|
| 323 | */ |
|---|
| 324 | |
|---|
| 325 | return &result; |
|---|
| 326 | } |
|---|
| 327 | |
|---|
| 328 | int * |
|---|
| 329 | fep_initsystem_32_svc(int *argp, struct svc_req *rqstp) |
|---|
| 330 | { |
|---|
| 331 | static int result; |
|---|
| 332 | |
|---|
| 333 | /* |
|---|
| 334 | * insert server code here |
|---|
| 335 | */ |
|---|
| 336 | |
|---|
| 337 | return &result; |
|---|
| 338 | } |
|---|
| 339 | |
|---|
| 340 | int * |
|---|
| 341 | fep_initrealix_32_svc(init_form *argp, struct svc_req *rqstp) |
|---|
| 342 | { |
|---|
| 343 | static int result; |
|---|
| 344 | |
|---|
| 345 | /* |
|---|
| 346 | * insert server code here |
|---|
| 347 | */ |
|---|
| 348 | |
|---|
| 349 | return &result; |
|---|
| 350 | } |
|---|