HomeSort by: relevance | last modified time | path
    Searched defs:dumped (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/ping/
ping.c 1071 int hlen, dupflag = 0, dumped; local in function:pr_pack
1073 #define PR_PACK_SUB() {if (!dumped) { \
1074 dumped = 1; \
1092 dumped = 0;
1214 dumped = 2;
1231 if (dumped <= 1) {
1258 if (dumped <= 1) {
1261 if (dumped)
1271 if (!dumped) {
1274 dumped = 1
    [all...]
  /src/sbin/fdisk/
fdisk.c 833 static int dumped = 0; local in function:print_mbr_partition
906 if (dumped)
920 dumped = 1;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_power.c 5491 static bool dumped; local in function:intel_power_domains_verify_state
5493 if (!dumped) {
5495 dumped = true;

Completed in 17 milliseconds