Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/util-linux/
Dfdisk_sgi.c483 long long gap = 0; /* count unused blocks */ in verify_sgi() local
549 if (gap > 0) gap = -gap; in verify_sgi()
550 if (gap == 0) gap = -1; in verify_sgi()
557 gap += sgi_get_start_sector(Index[i]) - start; in verify_sgi()
574 gap += lastblock - start; in verify_sgi()
595 return (gap > 0) ? 1 : (gap == 0) ? 0 : -1; in verify_sgi()
Dfdformat.c37 unsigned char gap, /* gap1 size */ member
/busybox-1.35.0/networking/
Dtelnetd.ctrlSQ.patch133 + * to close the gap (Could use readv() instead).
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped261 /* The size of the maximum gap between one aligned stack and the next. */