Home
last modified time | relevance | path

Searched refs:op_str (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibmirror.c439 char op_str[32]; in main() local
518 strcpy(op_str, "Clear"); in main()
520 strcpy(op_str, "Read"); in main()
526 strcpy(op_str, "Set"); in main()
528 printf("\n%s Mirror Configuration\n", op_str); in main()
532 printf("%s Lossy Configuration\n", op_str); in main()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6017 const char *op_str; in dump_dwarf_frame_inst() local
6033 if (dwarf_get_CFA_name(op, &op_str) != DW_DLV_OK) { in dump_dwarf_frame_inst()
6036 op_str = unk_op; in dump_dwarf_frame_inst()
6038 printf(" %s", op_str); in dump_dwarf_frame_inst()
6513 const char *op_str; in dump_dwarf_loc() local
6518 if (dwarf_get_OP_name(lr->lr_atom, &op_str) != in dump_dwarf_loc()
6522 op_str = unk_op; in dump_dwarf_loc()
6525 printf("%s", op_str); in dump_dwarf_loc()