Displaying 2 results from an estimated 2 matches for "print_flag".
2010 Sep 20
1
Dynamic forking in Win32
...t; RegionSize: 0x%08X\n",
basic_info.BaseAddress,
basic_info.AllocationBase,
basic_info.AllocationProtect,
basic_info.RegionSize);
printf(" State: 0x%08X\n", basic_info.State);
print_flags(basic_info.State);
printf(" Protect: 0x%08X\n", basic_info.Protect);
print_flags(basic_info.Protect);
printf(" Type: 0x%08X\n", basic_info.Type);
print_flags(basic_info.Type);
}
printf("...
2020 Aug 14
18
[libnbd PATCH v2 00/13] Adding nbd_set_opt_mode to improve nbdinfo
Well, I'm not quite done (I still want to get nbdinfo to work on a
single nbd connection for all cases when reading the heads of the
file is not required), but I'm happy with patches 1-11, and 12-13
show where I'm headed for getting NBD_OPT_INFO to work. Posting
now to see if some of the earlier patches are ready to commit while
I continue working on the latter half.
Eric Blake (13):