Searched refs:b_arg (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/usbdump/
H A Dusbdump.c118 static const char *b_arg = NULL; variable
522 if (verbose >= 1 || b_arg != NULL) {
556 if (b_arg != NULL) {
641 if (verbose >= 0 || r_arg != NULL || b_arg != NULL) {
853 b_arg = optarg;
882 if (b_arg != NULL) {
883 p->bfd = open(b_arg, O_CREAT | O_TRUNC |
887 "'%s' for write", b_arg);
895 if (w_arg != NULL || b_arg != NULL)
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c2431 struct brandnote_cb_arg b_arg; local
2436 b_arg.brandnote = brandnote;
2437 b_arg.osrel = osrel;
2442 &b_arg)) {

Completed in 120 milliseconds