Searched defs:fixed (Results 1 - 18 of 18) sorted by relevance

/osnet-11/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 strlcpy(fixed.standard = fixed.daylight = off, name, sizeof(off));
66 return &fixed;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToNroff.pm19 sub fixed { shift->_perldoc_elem('fixed' , @_) } subroutine
66 The following options are supported: center, date, fixed, fixedbold,
H A DToMan.pm25 sub fixed { shift->_perldoc_elem('fixed' , @_) } subroutine
141 The following options are supported: center, date, fixed, fixedbold,
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dvideotest.c71 grub_font_t fixed; local
86 fixed = grub_font_get ("Fixed 20");
87 if (! sansbig || ! sans || ! sanssmall || ! fixed)
90 glyph = grub_font_get_glyph (fixed, '*');
100 texty += grub_font_get_ascent (fixed);
102 fixed, color, 16, texty);
103 texty += grub_font_get_descent (fixed) + grub_font_get_leading (fixed);
129 texty += grub_font_get_ascent(fixed);
130 grub_font_draw_string (str, fixed, colo
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c165 char *fixed; local
182 if ((fixed = topo_mod_zalloc(mod, len + 1)) == NULL) {
190 fixed[i] = '/';
192 fixed[i] = fmristr[j++];
193 fixed[i] = '\0';
195 if (topo_mod_str2nvl(mod, fixed, &fmri) < 0) {
198 topo_mod_free(mod, fixed, len + 1);
201 topo_mod_free(mod, fixed, len + 1);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtree.c422 int fixed=0; local
502 if(ap && ap->fixed)
503 fixed++;
550 if(fixed)
H A Dname.c392 if((ap=nv_arrayptr(np)) && ap->fixed)
396 if(!(arg->argflag&ARG_APPEND) && (!ap || !ap->fixed))
437 if(!nv_isarray(np) || ((ap=nv_arrayptr(np)) && !ap->fixed && (ap->nelem&ARRAY_MASK)))
959 int fixed; local
977 fixed = 0;
978 if((ap=nv_arrayptr(np)) && ap->fixed)
979 fixed = 1;
1002 if(fixed)
1013 if(fixed)
1074 else if(n==0 && !fixed
[all...]
/osnet-11/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:__anon1683
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h104 __V_ *fixed; /* for fixed sized arrays */ member in struct:Namarray
156 #define NV_BINARY 0x100 /* fixed size data buffer */
/osnet-11/usr/src/lib/libshell/common/include/
H A Dnval.h95 void *fixed; /* for fixed sized arrays */ member in struct:Namarray
147 #define NV_BINARY 0x100 /* fixed size data buffer */
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h104 __V_ *fixed; /* for fixed sized arrays */ member in struct:Namarray
156 #define NV_BINARY 0x100 /* fixed size data buffer */
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h104 __V_ *fixed; /* for fixed sized arrays */ member in struct:Namarray
156 #define NV_BINARY 0x100 /* fixed size data buffer */
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h104 __V_ *fixed; /* for fixed sized arrays */ member in struct:Namarray
156 #define NV_BINARY 0x100 /* fixed size data buffer */
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c399 boolean_t ro, fixed; local
413 * A 'fixed' location cannot have properties deleted unless the caller
417 if ((err = nwam_loc_is_fixed(loch, &fixed)) == NWAM_SUCCESS) {
418 if (fixed && !nwam_override_readonly(flags))
450 boolean_t ro, fixed; local
465 * A 'fixed' location cannot have properties set, unless the caller is
469 if ((err = nwam_loc_is_fixed(loch, &fixed)) == NWAM_SUCCESS) {
470 if (fixed && !nwam_override_readonly(flags))
539 boolean_t fixed; local
562 * For fixed location
1143 boolean_t fixed; local
1252 boolean_t enabled, fixed; local
1281 boolean_t enabled, fixed; local
[all...]
H A Dlibnwam_ncp.c94 "\'fixed\' and \'reactive\'",
462 boolean_t fixed; local
466 /* NCPs of "fixed" type cannot be copied */
467 if ((err = nwam_ncp_is_fixed(oldncph, &fixed)) != NWAM_SUCCESS)
469 if (fixed)
1575 boolean_t read_only, fixed; local
1588 /* NCUs cannot be created in a 'fixed' NCP */
1589 if ((err = nwam_ncp_is_fixed(ncph, &fixed)) != NWAM_SUCCESS)
1591 if (fixed && !nwam_override_readonly(flags))
1690 boolean_t fixed; local
3225 boolean_t fixed = B_TRUE; local
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c316 boolean_t fixed; local
322 if (!dladm_aggr_str2macaddr(macstr, &fixed, attrp->lg_mac)) {
1352 boolean_t fixed; local
1359 if (!dladm_aggr_str2macaddr(macstr, &fixed,
/osnet-11/usr/src/lib/libfru/include/
H A Dlibfru.h120 unsigned fixed : 1; member in struct:__anon1656::__anon1657
136 unsigned fixed : 1; member in struct:__anon1658::__anon1659
202 uint32_t address; /* used for fixed segments (0 otherwise) */
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_if.c2967 * Makes a db request to get the ncp 'fixed' property of the specified profile.
2977 * profile; everything is fixed, and the active profile name is always
2978 * set to S10_BRAND_DUMMY_PROFILE. That 'profile' is effectively fixed.
2991 /* create the property nvlist identifying the fixed property */
3095 * Enable all persistently configured interfaces for a fixed profile. For
3105 boolean_t fixed = i_ipadm_profile_is_fixed(iph->ih_profile); local
3118 if (!fixed)
3145 * Disable all persistently configured interfaces for a fixed profile. For
3155 boolean_t fixed = i_ipadm_profile_is_fixed(iph->ih_profile); local
3169 if (!fixed)
[all...]

Completed in 80 milliseconds