Home
last modified time | relevance | path

Searched refs:resinx (Results 1 – 25 of 32) sorted by relevance

12

/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/console/
H A Dbbconsjson.c268 int resinx, item, sz; in dump_json() local
296 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
299 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
305 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
307 items = resources[resinx].items; in dump_json()
312 sz = get_resource_size(resinx + r_first); in dump_json()
314 Dmsg1(0, "Unknown resource type %d\n", resinx); in dump_json()
363 printf("{\n \"%s\": {", resources[resinx].name); in dump_json()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/console/
H A Dbbconsjson.c268 int resinx, item, sz; in dump_json() local
296 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
299 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
305 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
307 items = resources[resinx].items; in dump_json()
312 sz = get_resource_size(resinx + r_first); in dump_json()
314 Dmsg1(0, "Unknown resource type %d\n", resinx); in dump_json()
363 printf("{\n \"%s\": {", resources[resinx].name); in dump_json()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/console/
H A Dbbconsjson.c268 int resinx, item, sz; in dump_json() local
296 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
299 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
305 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
307 items = resources[resinx].items; in dump_json()
312 sz = get_resource_size(resinx + r_first); in dump_json()
314 Dmsg1(0, "Unknown resource type %d\n", resinx); in dump_json()
363 printf("{\n \"%s\": {", resources[resinx].name); in dump_json()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/console/
H A Dbbconsjson.c268 int resinx, item, sz; in dump_json() local
296 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
299 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
305 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
307 items = resources[resinx].items; in dump_json()
312 sz = get_resource_size(resinx + r_first); in dump_json()
314 Dmsg1(0, "Unknown resource type %d\n", resinx); in dump_json()
363 printf("{\n \"%s\": {", resources[resinx].name); in dump_json()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/filed/
H A Dbfdjson.c286 int resinx, item, directives, first_directive; in dump_json() local
315 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
317 if (strcmp(resources[resinx].name, "Client") == 0) { in dump_json()
323 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
329 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
331 items = resources[resinx].items; in dump_json()
379 sendit(NULL, "{\n \"%s\": {", resources[resinx].name); in dump_json()
424 if (me && strcmp(resources[resinx].name, "FileDaemon") == 0) { in dump_json()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/filed/
H A Dbfdjson.c286 int resinx, item, directives, first_directive; in dump_json() local
315 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
317 if (strcmp(resources[resinx].name, "Client") == 0) { in dump_json()
323 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
329 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
331 items = resources[resinx].items; in dump_json()
379 sendit(NULL, "{\n \"%s\": {", resources[resinx].name); in dump_json()
424 if (me && strcmp(resources[resinx].name, "FileDaemon") == 0) { in dump_json()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/filed/
H A Dbfdjson.c286 int resinx, item, directives, first_directive; in dump_json() local
315 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
317 if (strcmp(resources[resinx].name, "Client") == 0) { in dump_json()
323 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
329 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
331 items = resources[resinx].items; in dump_json()
379 sendit(NULL, "{\n \"%s\": {", resources[resinx].name); in dump_json()
424 if (me && strcmp(resources[resinx].name, "FileDaemon") == 0) { in dump_json()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/filed/
H A Dbfdjson.c286 int resinx, item, directives, first_directive; in dump_json() local
315 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
317 if (strcmp(resources[resinx].name, "Client") == 0) { in dump_json()
323 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
329 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
331 items = resources[resinx].items; in dump_json()
379 sendit(NULL, "{\n \"%s\": {", resources[resinx].name); in dump_json()
424 if (me && strcmp(resources[resinx].name, "FileDaemon") == 0) { in dump_json()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/console/
H A Dbbconsjson.c266 int resinx, item; in dump_json() local
294 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
297 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
303 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
305 items = resources[resinx].items; in dump_json()
355 printf("{\n \"%s\": {", resources[resinx].name); in dump_json()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/console/
H A Dbbconsjson.c266 int resinx, item; in dump_json() local
294 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
297 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
303 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
305 items = resources[resinx].items; in dump_json()
355 printf("{\n \"%s\": {", resources[resinx].name); in dump_json()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/console/
H A Dbbconsjson.c266 int resinx, item; in dump_json() local
294 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
297 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
303 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
305 items = resources[resinx].items; in dump_json()
355 printf("{\n \"%s\": {", resources[resinx].name); in dump_json()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/console/
H A Dbbconsjson.c266 int resinx, item; in dump_json() local
294 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
297 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
303 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
305 items = resources[resinx].items; in dump_json()
355 printf("{\n \"%s\": {", resources[resinx].name); in dump_json()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/filed/
H A Dbfdjson.c367 int resinx, item, directives, first_directive, sz; in dump_json() local
396 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
398 if (strcmp(resources[resinx].name, "Client") == 0) { in dump_json()
404 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
410 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
412 items = resources[resinx].items; in dump_json()
417 sz = get_resource_size(resinx + r_first); in dump_json()
419 Dmsg1(0, "Unknown resource type %d\n", resinx); in dump_json()
467 hpkt.sendit(hpkt, "{\n \"%s\": {", resources[resinx].name); in dump_json()
520 if (me && strcmp(resources[resinx].name, "FileDaemon") == 0) { in dump_json()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/filed/
H A Dbfdjson.c367 int resinx, item, directives, first_directive, sz; in dump_json() local
396 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
398 if (strcmp(resources[resinx].name, "Client") == 0) { in dump_json()
404 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
410 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
412 items = resources[resinx].items; in dump_json()
417 sz = get_resource_size(resinx + r_first); in dump_json()
419 Dmsg1(0, "Unknown resource type %d\n", resinx); in dump_json()
467 hpkt.sendit(hpkt, "{\n \"%s\": {", resources[resinx].name); in dump_json()
520 if (me && strcmp(resources[resinx].name, "FileDaemon") == 0) { in dump_json()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/filed/
H A Dbfdjson.c367 int resinx, item, directives, first_directive, sz; in dump_json() local
396 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
398 if (strcmp(resources[resinx].name, "Client") == 0) { in dump_json()
404 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
410 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
412 items = resources[resinx].items; in dump_json()
417 sz = get_resource_size(resinx + r_first); in dump_json()
419 Dmsg1(0, "Unknown resource type %d\n", resinx); in dump_json()
467 hpkt.sendit(hpkt, "{\n \"%s\": {", resources[resinx].name); in dump_json()
520 if (me && strcmp(resources[resinx].name, "FileDaemon") == 0) { in dump_json()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/filed/
H A Dbfdjson.c367 int resinx, item, directives, first_directive, sz; in dump_json() local
396 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
398 if (strcmp(resources[resinx].name, "Client") == 0) { in dump_json()
404 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
410 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
412 items = resources[resinx].items; in dump_json()
417 sz = get_resource_size(resinx + r_first); in dump_json()
419 Dmsg1(0, "Unknown resource type %d\n", resinx); in dump_json()
467 hpkt.sendit(hpkt, "{\n \"%s\": {", resources[resinx].name); in dump_json()
520 if (me && strcmp(resources[resinx].name, "FileDaemon") == 0) { in dump_json()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/stored/
H A Dbsdjson.c326 int resinx, item, directives, first_directive; in dump_json() local
357 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
358 if (!resources[resinx].items) { in dump_json()
364 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
370 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
372 items = resources[resinx].items; in dump_json()
421 sendit(NULL, "{\n \"%s\": {", resources[resinx].name); in dump_json()
465 if (me && strcmp(resources[resinx].name, "Storage") == 0) { in dump_json()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/stored/
H A Dbsdjson.c326 int resinx, item, directives, first_directive; in dump_json() local
357 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
358 if (!resources[resinx].items) { in dump_json()
364 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
370 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
372 items = resources[resinx].items; in dump_json()
421 sendit(NULL, "{\n \"%s\": {", resources[resinx].name); in dump_json()
465 if (me && strcmp(resources[resinx].name, "Storage") == 0) { in dump_json()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/stored/
H A Dbsdjson.c326 int resinx, item, directives, first_directive; in dump_json() local
357 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
358 if (!resources[resinx].items) { in dump_json()
364 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
370 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
372 items = resources[resinx].items; in dump_json()
421 sendit(NULL, "{\n \"%s\": {", resources[resinx].name); in dump_json()
465 if (me && strcmp(resources[resinx].name, "Storage") == 0) { in dump_json()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/stored/
H A Dbsdjson.c326 int resinx, item, directives, first_directive; in dump_json() local
357 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
358 if (!resources[resinx].items) { in dump_json()
364 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
370 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
372 items = resources[resinx].items; in dump_json()
421 sendit(NULL, "{\n \"%s\": {", resources[resinx].name); in dump_json()
465 if (me && strcmp(resources[resinx].name, "Storage") == 0) { in dump_json()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/stored/
H A Dbsdjson.c354 int resinx, item, directives, first_directive; in dump_json() local
385 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
386 if (!resources[resinx].items) { in dump_json()
392 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
398 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
400 items = resources[resinx].items; in dump_json()
449 hpkt.sendit(hpkt, "{\n \"%s\": {", resources[resinx].name); in dump_json()
506 if (me && strcmp(resources[resinx].name, "Storage") == 0) { in dump_json()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/stored/
H A Dbsdjson.c354 int resinx, item, directives, first_directive; in dump_json() local
385 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
386 if (!resources[resinx].items) { in dump_json()
392 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
398 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
400 items = resources[resinx].items; in dump_json()
449 hpkt.sendit(hpkt, "{\n \"%s\": {", resources[resinx].name); in dump_json()
506 if (me && strcmp(resources[resinx].name, "Storage") == 0) { in dump_json()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/stored/
H A Dbsdjson.c354 int resinx, item, directives, first_directive; in dump_json() local
385 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
386 if (!resources[resinx].items) { in dump_json()
392 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
398 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
400 items = resources[resinx].items; in dump_json()
449 hpkt.sendit(hpkt, "{\n \"%s\": {", resources[resinx].name); in dump_json()
506 if (me && strcmp(resources[resinx].name, "Storage") == 0) { in dump_json()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/stored/
H A Dbsdjson.c354 int resinx, item, directives, first_directive; in dump_json() local
385 for (resinx=0; resources[resinx].name; resinx++) { in dump_json()
386 if (!resources[resinx].items) { in dump_json()
392 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
398 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
400 items = resources[resinx].items; in dump_json()
449 hpkt.sendit(hpkt, "{\n \"%s\": {", resources[resinx].name); in dump_json()
506 if (me && strcmp(resources[resinx].name, "Storage") == 0) { in dump_json()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/dird/
H A Dbdirjson.c899 int resinx, item, first_directive, name_pos=0, sz; in dump_json() local
927 for (resinx=0; resources[resinx].items; resinx++) { in dump_json()
931 strcasecmp(filter->resource_type, resources[resinx].name) != 0) { in dump_json()
936 foreach_rblist(res, res_head[resinx]->res_list) { in dump_json()
938 items = resources[resinx].items; in dump_json()
943 sz = get_resource_size(resinx + r_first); in dump_json()
945 Dmsg1(0, "Unknown resource type %d\n", resinx); in dump_json()
1002 hpkt.sendit(hpkt, "{\n \"%s\": {", resources[resinx].name); in dump_json()
1086 if (strcmp(resources[resinx].name, "Storage") == 0) { in dump_json()
1101 if (strcmp(resources[resinx].name, "Director") == 0) { in dump_json()

12