Searched defs:bounds (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/format/ |
| H A D | io.h | 37 struct bounds { struct 70 struct bounds io_bounds;
|
| H A D | io.c | 459 struct bounds *bounds; local 796 * Parameter is the bounds of legal block numbers. 798 bounds = (struct bounds *)¶m->io_bounds; 804 bounds->lower); 805 pr_dblock(fmt_print, bounds->lower); 806 fmt_print(") to %llu (", bounds->upper); 807 pr_dblock(fmt_print, bounds->upper); 823 * Check to be sure it is within the legal bounds [all...] |
| /illumos-gate/usr/src/lib/libtsol/common/ |
| H A D | private.c | 205 * This label should lie within the bounds or the 207 * bounds = Lower and upper bounds for words lists. Must be 234 bslcvtfull(const bslabel_t *label, const blrange_t *bounds, int flags, argument 247 bsfcall.bounds.upper_bound = *bounds->upper_bound; 248 bsfcall.bounds.lower_bound = *bounds->lower_bound; 281 sbounds.upper_bound = *bounds->upper_bound; 282 sbounds.lower_bound = *bounds 411 bclearcvtfull(const bclear_t *clearance, const blrange_t *bounds, int flags, char **string, char **long_words[], char **short_words[], char *display[], int *first_compartment, int *display_size) argument [all...] |
| H A D | labeld.h | 221 brange_t bounds; member in struct:__anon4160 242 brange_t bounds; member in struct:__anon4162
|
| /illumos-gate/usr/src/cmd/savecore/ |
| H A D | savecore.c | 72 static long bounds = -1; /* numeric suffix */ variable 101 #define SC_PAYLOAD_INSTANCE 0x0002 /* Include bounds instance number */ 1571 if (pl & SC_PAYLOAD_INSTANCE && bounds != -1) 1572 err |= nvlist_add_int64(attr, "instance", bounds); 1838 bounds = read_number_from_file("bounds", 0); 1840 bounds = filebounds; 1845 (void) sprintf(corefile, "vmdump.%ld", bounds); 1913 (void) sprintf(namelist, "unix.%ld", bounds); 1914 (void) sprintf(corefile, "vmcore.%ld", bounds); [all...] |
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | videodev2.h | 629 struct v4l2_rect bounds; member in struct:v4l2_cropcap
|
Completed in 98 milliseconds