| /trueos/contrib/unbound/smallapp/ |
| HD | unbound-anchor.c | 157 static int verb = 0; variable 262 if(str && str2 && verb) printf("%s: %s\n", str, str2); in ub_ctx_error_exit() 263 if(verb) printf("error: could not create unbound resolver context\n"); in ub_ctx_error_exit() 277 if(verb) printf("out of memory\n"); in create_unbound_context() 282 if(r && verb) printf("ctx targetfetchpolicy: %s\n", ub_strerror(r)); in create_unbound_context() 311 if(verb == 0 || verb == 1) return; in verb_cert() 312 if(verb == 2) { in verb_cert() 328 if(verb == 0 || verb == 1) return; in verb_certs() 341 if(verb) printf("out of memory\n"); in STACK_OF() 347 if(verb) { in STACK_OF() [all …]
|
| HD | unbound-host.c | 71 static int verb = 0; variable 269 if(verb > 0) in pretty_rdata() 290 if(verb > 0) in pretty_output() 301 if(verb > 0) in pretty_output() 310 if(verb > 0) { in pretty_output() 452 verb++; in main()
|
| /trueos/sys/geom/vinum/ |
| HD | geom_vinum.c | 452 gv_config(struct gctl_req *req, struct g_class *mp, char const *verb) in gv_config() argument 464 if (!strcmp(verb, "attach")) { in gv_config() 467 } else if (!strcmp(verb, "concat")) { in gv_config() 470 } else if (!strcmp(verb, "detach")) { in gv_config() 473 } else if (!strcmp(verb, "list")) { in gv_config() 477 } else if (!strcmp(verb, "saveconfig")) { in gv_config() 481 } else if (!strcmp(verb, "getconfig")) { in gv_config() 493 } else if (!strcmp(verb, "create")) { in gv_config() 496 } else if (!strcmp(verb, "mirror")) { in gv_config() 499 } else if (!strcmp(verb, "move")) { in gv_config() [all …]
|
| /trueos/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| HD | allow.py | 290 verb = _("remove") 299 verb = _("set") 305 help=_("%s permission locally") % verb) 307 help=_("%s permission for descendents") % verb) 309 help=_("%s permission for user") % verb) 311 help=_("%s permission for group") % verb) 313 help=_("%s permission for everyone") % verb) 315 help=_("%s create time permissions") % verb)
|
| /trueos/sys/geom/part/ |
| HD | g_part_if.m | 76 # add() - scheme specific processing for the add verb. 83 # bootcode() - scheme specific processing for the bootcode verb. 89 # create() - scheme specific processing for the create verb. 95 # destroy() - scheme specific processing for the destroy verb. 123 # modify() - scheme specific processing for the modify verb. 130 # resize() - scheme specific processing for the resize verb. 172 # recover() - scheme specific processing for the recover verb.
|
| HD | g_part.c | 1529 g_part_ctlreq(struct gctl_req *req, struct g_class *mp, const char *verb) in g_part_ctlreq() argument 1539 G_PART_TRACE((G_T_TOPOLOGY, "%s(%s,%s)", __func__, mp->name, verb)); in g_part_ctlreq() 1546 switch (*verb) { in g_part_ctlreq() 1548 if (!strcmp(verb, "add")) { in g_part_ctlreq() 1556 if (!strcmp(verb, "bootcode")) { in g_part_ctlreq() 1562 if (!strcmp(verb, "commit")) { in g_part_ctlreq() 1566 } else if (!strcmp(verb, "create")) { in g_part_ctlreq() 1573 if (!strcmp(verb, "delete")) { in g_part_ctlreq() 1576 } else if (!strcmp(verb, "destroy")) { in g_part_ctlreq() 1583 if (!strcmp(verb, "modify")) { in g_part_ctlreq() [all …]
|
| /trueos/contrib/bzip2/ |
| HD | blocksort.c | 216 Int32 verb ) in fallbackSort() argument 229 if (verb >= 4) in fallbackSort() 263 if (verb >= 4) in fallbackSort() 308 if (verb >= 4) in fallbackSort() 320 if (verb >= 4) in fallbackSort() 756 Int32 verb, in mainSort() argument 767 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" ); in mainSort() 800 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" ); in mainSort() 893 if (verb >= 4) in mainSort() 1008 if (verb >= 4) in mainSort() [all …]
|
| /trueos/sys/geom/mirror/ |
| HD | g_mirror_ctl.c | 857 g_mirror_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_mirror_config() argument 874 if (strcmp(verb, "configure") == 0) in g_mirror_config() 876 else if (strcmp(verb, "rebuild") == 0) in g_mirror_config() 878 else if (strcmp(verb, "insert") == 0) in g_mirror_config() 880 else if (strcmp(verb, "remove") == 0) in g_mirror_config() 882 else if (strcmp(verb, "resize") == 0) in g_mirror_config() 884 else if (strcmp(verb, "deactivate") == 0) in g_mirror_config() 886 else if (strcmp(verb, "forget") == 0) in g_mirror_config() 888 else if (strcmp(verb, "stop") == 0) in g_mirror_config() 890 else if (strcmp(verb, "destroy") == 0) in g_mirror_config()
|
| /trueos/contrib/ngatm/sscop/ |
| HD | common.h | 73 void verb(const char *, ...) __printflike(1, 2); 80 #define VERBOSE(P) do { if (verbose & 0x0001) verb P; } while(0)
|
| /trueos/sys/geom/eli/ |
| HD | g_eli_ctl.c | 1006 g_eli_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_eli_config() argument 1033 if (strcmp(verb, "attach") == 0) in g_eli_config() 1035 else if (strcmp(verb, "detach") == 0 || strcmp(verb, "stop") == 0) in g_eli_config() 1037 else if (strcmp(verb, "onetime") == 0) in g_eli_config() 1039 else if (strcmp(verb, "configure") == 0) in g_eli_config() 1041 else if (strcmp(verb, "setkey") == 0) in g_eli_config() 1043 else if (strcmp(verb, "delkey") == 0) in g_eli_config() 1045 else if (strcmp(verb, "suspend") == 0) in g_eli_config() 1047 else if (strcmp(verb, "resume") == 0) in g_eli_config() 1049 else if (strcmp(verb, "kill") == 0) in g_eli_config()
|
| /trueos/sys/geom/raid/ |
| HD | g_raid_ctl.c | 227 g_raid_ctl(struct gctl_req *req, struct g_class *mp, const char *verb) in g_raid_ctl() argument 243 if (strcmp(verb, "label") == 0) in g_raid_ctl() 245 else if (strcmp(verb, "stop") == 0) in g_raid_ctl()
|
| HD | md_jmicron.c | 1031 const char *verb, *volname, *levelname, *diskname; in g_raid_md_ctl_jmicron() local 1040 verb = gctl_get_param(req, "verb", NULL); in g_raid_md_ctl_jmicron() 1043 if (strcmp(verb, "label") == 0) { in g_raid_md_ctl_jmicron() 1237 if (strcmp(verb, "delete") == 0) { in g_raid_md_ctl_jmicron() 1254 if (strcmp(verb, "remove") == 0 || in g_raid_md_ctl_jmicron() 1255 strcmp(verb, "fail") == 0) { in g_raid_md_ctl_jmicron() 1285 if (strcmp(verb, "fail") == 0) { in g_raid_md_ctl_jmicron() 1324 if (strcmp(verb, "insert") == 0) { in g_raid_md_ctl_jmicron() 1382 gctl_error(req, "Command '%s' is not supported.", verb); in g_raid_md_ctl_jmicron()
|
| HD | md_nvidia.c | 1035 const char *verb, *volname, *levelname, *diskname; in g_raid_md_ctl_nvidia() local 1044 verb = gctl_get_param(req, "verb", NULL); in g_raid_md_ctl_nvidia() 1047 if (strcmp(verb, "label") == 0) { in g_raid_md_ctl_nvidia() 1242 if (strcmp(verb, "delete") == 0) { in g_raid_md_ctl_nvidia() 1259 if (strcmp(verb, "remove") == 0 || in g_raid_md_ctl_nvidia() 1260 strcmp(verb, "fail") == 0) { in g_raid_md_ctl_nvidia() 1290 if (strcmp(verb, "fail") == 0) { in g_raid_md_ctl_nvidia() 1329 if (strcmp(verb, "insert") == 0) { in g_raid_md_ctl_nvidia() 1386 gctl_error(req, "Command '%s' is not supported.", verb); in g_raid_md_ctl_nvidia()
|
| HD | md_sii.c | 1119 const char *verb, *volname, *levelname, *diskname; in g_raid_md_ctl_sii() local 1128 verb = gctl_get_param(req, "verb", NULL); in g_raid_md_ctl_sii() 1131 if (strcmp(verb, "label") == 0) { in g_raid_md_ctl_sii() 1324 if (strcmp(verb, "delete") == 0) { in g_raid_md_ctl_sii() 1341 if (strcmp(verb, "remove") == 0 || in g_raid_md_ctl_sii() 1342 strcmp(verb, "fail") == 0) { in g_raid_md_ctl_sii() 1372 if (strcmp(verb, "fail") == 0) { in g_raid_md_ctl_sii() 1411 if (strcmp(verb, "insert") == 0) { in g_raid_md_ctl_sii() 1470 gctl_error(req, "Command '%s' is not supported.", verb); in g_raid_md_ctl_sii()
|
| /trueos/sys/geom/raid3/ |
| HD | g_raid3_ctl.c | 611 g_raid3_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_raid3_config() argument 628 if (strcmp(verb, "configure") == 0) in g_raid3_config() 630 else if (strcmp(verb, "insert") == 0) in g_raid3_config() 632 else if (strcmp(verb, "rebuild") == 0) in g_raid3_config() 634 else if (strcmp(verb, "remove") == 0) in g_raid3_config() 636 else if (strcmp(verb, "stop") == 0) in g_raid3_config()
|
| /trueos/sys/geom/label/ |
| HD | g_label.c | 61 const char *verb); 506 g_label_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_label_config() argument 522 if (strcmp(verb, "create") == 0) { in g_label_config() 525 } else if (strcmp(verb, "destroy") == 0 || in g_label_config() 526 strcmp(verb, "stop") == 0) { in g_label_config()
|
| /trueos/sys/geom/nop/ |
| HD | g_nop.c | 54 const char *verb); 575 g_nop_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_nop_config() argument 591 if (strcmp(verb, "create") == 0) { in g_nop_config() 594 } else if (strcmp(verb, "configure") == 0) { in g_nop_config() 597 } else if (strcmp(verb, "destroy") == 0) { in g_nop_config() 600 } else if (strcmp(verb, "reset") == 0) { in g_nop_config()
|
| /trueos/sys/geom/multipath/ |
| HD | g_multipath.c | 1443 g_multipath_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_multipath_config() argument 1452 } else if (strcmp(verb, "add") == 0) { in g_multipath_config() 1454 } else if (strcmp(verb, "prefer") == 0) { in g_multipath_config() 1456 } else if (strcmp(verb, "create") == 0) { in g_multipath_config() 1458 } else if (strcmp(verb, "configure") == 0) { in g_multipath_config() 1460 } else if (strcmp(verb, "stop") == 0) { in g_multipath_config() 1462 } else if (strcmp(verb, "destroy") == 0) { in g_multipath_config() 1464 } else if (strcmp(verb, "fail") == 0) { in g_multipath_config() 1466 } else if (strcmp(verb, "restore") == 0) { in g_multipath_config() 1468 } else if (strcmp(verb, "remove") == 0) { in g_multipath_config() [all …]
|
| /trueos/sys/geom/bde/ |
| HD | g_bde.c | 246 g_bde_ctlreq(struct gctl_req *req, struct g_class *mp, char const *verb) in g_bde_ctlreq() argument 251 if (!strcmp(verb, "create geom")) { in g_bde_ctlreq() 255 } else if (!strcmp(verb, "destroy geom")) { in g_bde_ctlreq()
|
| /trueos/sys/dev/sound/pci/hda/ |
| HD | hda_reg.h | 47 #define HDA_CMD_VERB_4BIT(verb, payload) \ argument 48 (((verb) << HDA_CMD_VERB_4BIT_SHIFT) | (payload)) 49 #define HDA_CMD_4BIT(cad, nid, verb, payload) \ argument 52 (HDA_CMD_VERB_4BIT((verb), (payload)))) 54 #define HDA_CMD_VERB_12BIT(verb, payload) \ argument 55 (((verb) << HDA_CMD_VERB_12BIT_SHIFT) | (payload)) 56 #define HDA_CMD_12BIT(cad, nid, verb, payload) \ argument 59 (HDA_CMD_VERB_12BIT((verb), (payload))))
|
| /trueos/sys/geom/ |
| HD | geom_ctl.c | 434 char const *verb; in g_ctl_req() local 447 verb = gctl_get_param(req, "verb", NULL); in g_ctl_req() 448 if (verb == NULL) { in g_ctl_req() 452 mp->ctlreq(req, mp, verb); in g_ctl_req()
|
| HD | geom_sunlabel.c | 188 g_sunlabel_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_sunlabel_config() argument 203 if (!strcmp(verb, "write label")) { in g_sunlabel_config() 219 } else if (!strcmp(verb, "write bootcode")) { in g_sunlabel_config()
|
| HD | geom_bsd.c | 637 g_bsd_config(struct gctl_req *req, struct g_class *mp, char const *verb) in g_bsd_config() argument 654 if (!strcmp(verb, "read mbroffset")) { in g_bsd_config() 658 } else if (!strcmp(verb, "write label")) { in g_bsd_config() 675 } else if (!strcmp(verb, "write bootcode")) { in g_bsd_config()
|
| /trueos/contrib/sendmail/src/ |
| HD | helpfile | 68 verb VERB 69 verb Go into verbose mode. This sends 0xy responses that are 70 verb not RFC821 standard (but should be) They are recognized 71 verb by humans and other sendmail implementations.
|
| /trueos/sys/geom/mountver/ |
| HD | g_mountver.c | 68 const char *verb); 564 g_mountver_config(struct gctl_req *req, struct g_class *mp, const char *verb) in g_mountver_config() argument 580 if (strcmp(verb, "create") == 0) { in g_mountver_config() 583 } else if (strcmp(verb, "destroy") == 0) { in g_mountver_config()
|