Searched refs:fixed (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmzone.c55 static Tm_zone_t fixed; local
59 if ((*name == '+' || *name == '-') && (fixed.west = tmgoff(name, &e, TM_LOCALZONE)) != TM_LOCALZONE && !*e)
61 fixed.standard = fixed.daylight = strncpy(off, name, sizeof(off) - 1);
66 return &fixed;
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c376 * parameter is not fixed, then issue a mode select to
705 struct mode_err_recov *fixed; local
720 fixed = &u_fixed.page1;
767 MODE_SENSE_PC_CHANGEABLE, (caddr_t)fixed,
769 if (status || MODESENSE_PAGE_LEN(fixed) < MIN_PAGE1_LEN) {
782 fixed->read_retry_count != 0) {
789 fixed->write_retry_count != 0) {
809 (uchar_t *)page1, (uchar_t *)fixed,
869 struct mode_disco_reco *fixed; local
882 fixed
1004 struct mode_format *fixed; local
1201 struct mode_geometry *fixed; local
1354 struct mode_cache *fixed; local
1500 struct mode_cache_ccs *fixed; local
[all...]
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h120 unsigned fixed : 1; member in struct:__anon3233::__anon3234
136 unsigned fixed : 1; member in struct:__anon3235::__anon3236
202 uint32_t address; /* used for fixed segments (0 otherwise) */
/illumos-gate/usr/src/common/zfs/
H A Dzprop_common.c371 * Determines the minimum width for the column, and indicates whether it's fixed
372 * or not. Only string columns are non-fixed.
375 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) argument
388 *fixed = B_TRUE;
396 * For fixed-width values, make sure the width is large enough to hold
412 *fixed = B_FALSE;
423 *fixed = B_FALSE;
/illumos-gate/usr/src/cmd/hal/fdi/
H A DMakefile50 preprobe/10osvendor/20-ignore-fixed-storage.fdi \
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c164 int i, fd, fixed = 0; local
220 fixed = 1;
228 if (fixed == 0) {
239 if (fixed == 0) {
263 if (fixed == 0) {
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c316 * fixed point representations
331 goto fixed;
337 goto fixed;
343 fixed:
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h79 /* defines fixed segment */
138 int fixed; /* fixed or non-fixed segment */ member in struct:__anon3260
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h87 /* defines fixed segment */
141 int fixed; /* fixed or non-fixed segment */ member in struct:__anon1088
H A Dfru_access.c400 if (!offset_tbl[cnt - 1].fixed) {
445 offset_tbl[cnt].fixed = segdesc.field.fixed;
454 offset_tbl[cnt].fixed = 1;
460 offset_tbl[cnt+1].fixed = 1;
514 if (!fix) { /* if not fixed segment */
553 if (offset_tbl[0].fixed == SEGMENT_FIXED) { /* fixed segment */
1324 fixed_segment = new_seg_desc->field.fixed;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h85 /* defines fixed segment */
144 int fixed; /* fixed or non-fixed segment */ member in struct:__anon1156
H A Dfru_access.c398 if (!offset_tbl[cnt - 1].fixed) {
441 offset_tbl[cnt].fixed = segdesc.field.fixed;
450 offset_tbl[cnt].fixed = 1;
456 offset_tbl[cnt+1].fixed = 1;
509 if (!fix) { /* if not fixed segment */
548 if (offset_tbl[0].fixed == SEGMENT_FIXED) { /* fixed segment */
1396 fixed_segment = new_seg_desc->field.fixed;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c174 char *fixed; local
191 if ((fixed = topo_mod_zalloc(mod, len + 1)) == NULL) {
199 fixed[i] = '/';
201 fixed[i] = fmristr[j++];
202 fixed[i] = '\0';
204 if (topo_mod_str2nvl(mod, fixed, &fmri) < 0) {
207 topo_mod_free(mod, fixed, len + 1);
210 topo_mod_free(mod, fixed, len + 1);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1324 uint32_t freq, mul, near66, delta66, near50, delta50, fixed, delta, i; local
1344 fixed = near66;
1347 fixed = near50;
1351 if (fixed > INT_MAX)
1358 * of the integral multiples of 50 an 66, and if so set fixed
1369 fixed = x86_cpu_freq[i];
1379 fixed = x86_cpu_freq[i];
1398 cpu_freq = (int)fixed;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h139 /* defines fixed segment */
195 int fixed; /* fixed or non-fixed segment */ member in struct:__anon1219
H A Dlibfruaccess.c1049 if (!offset_tbl[cnt - 1].fixed) {
1094 offset_tbl[cnt].fixed = segdesc.field.fixed;
1103 offset_tbl[cnt].fixed = 1;
1109 offset_tbl[cnt+1].fixed = 1;
1163 if (!fix) { /* if not fixed segment */
1202 if (offset_tbl[0].fixed == SEGMENT_FIXED) { /* fixed segment */
1762 fixed_segment = new_seg_desc->field.fixed;
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dlibconv_mk_report_bufsize.pl60 * as a fixed integer rather than using the actual size calculation that
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dsun7i-a20.dtsi194 snps,fixed-burst;
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c244 * for fixed point overflow from negating
567 * fixed point representations
572 * that fixed point overflow (from negating
582 goto fixed;
587 goto fixed;
593 fixed:
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c498 * decimal fixed point representations
591 * non-decimal fixed point representations
606 goto fixed;
614 fixed:
/illumos-gate/usr/src/boot/lib/libz/
H A Dinfback.c74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
88 static code fixed[544]; local
90 /* build fixed huffman tables if first call (may not be thread safe) */
101 next = fixed;
308 case 1: /* fixed block */
310 Tracev((stderr, "inflate: fixed codes block%s\n",
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c299 boolean_t fixed; local
305 if (!dladm_aggr_str2macaddr(macstr, &fixed, attrp->lg_mac)) {
1200 boolean_t fixed; local
1207 if (!dladm_aggr_str2macaddr(macstr, &fixed,
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl103 .cmdbox { position: fixed; top: 0; right: 0;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h41 * The DS protocol is divided into two parts. The first is fixed and
43 * The only messages supported by the fixed portion of the protocol are
300 int fixed; /* is svc fixed to port */ member in struct:ds_svc
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp1020rdb.dts418 fixed-link = <1 1 1000 0 0>;

Completed in 307 milliseconds

12