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