Searched defs:zone (Results 1 - 25 of 27) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmdata.c231 static Tm_zone_t zone[] = variable
282 Tm_data_t _tm_data_ = { format, lex, digit, days, sum, leap, zone };
H A Dtmxmake.c36 * time zone and leap seconds accounted for in return value
40 tmxtm(register Tm_t* tm, Time_t t, Tm_zone_t* zone) argument
55 tmset(tm_info.zone);
68 if (!(tm->tm_zone = zone))
71 tm->tm_zone = &tm_data.zone[2];
73 tm->tm_zone = tm_info.zone;
131 * time zone and leap seconds accounted for in return value
H A Dtmxscan.c52 int zone; member in struct:__anon1190
55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE)
135 t = tmxtime(tm, set->zone);
161 return z ? tmxtime(tm, set->zone) : t;
387 set.zone = zp->west + m;
H A Dtmxdate.c175 int zone; local
216 zone = TM_LOCALZONE;
238 zone = i;
272 now = tmxtime(tm, zone);
637 fix = tmxtime(tm, zone);
653 tt = tmxtime(tm, zone);
677 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone);
1370 now = tmxtime(tm, zone) + tmxsns(m, 0);
1395 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone);
1428 tm = tmxtm(tm, tmxtime(tm, zone), t
[all...]
/osnet-11/usr/src/lib/libtsol/common/
H A Dzone.c27 #include <zone.h>
33 * Get label from zone name
36 getzonelabelbyname(const char *zone) argument
40 if ((zoneid = getzoneidbyname(zone)) == -1) {
48 * Get label from zone id
69 * Get zone id from label
85 /* Check for admin_low or admin_high; both are global zone */
102 continue; /* Badly configured zone info */
105 continue; /* Badly configured zone info */
142 getzonerootbyname(const char *zone) argument
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlcnalloc.c53 * @zone: zone from which to allocate the clusters
57 * @vol. @zone is either DATA_ZONE for allocation of normal clusters and
68 * There are two data zones. First is the area between the end of the mft zone
70 * volume and the start of the mft zone. On unmodified/standard NTFS 1.x
71 * volumes, the second data zone doesn't exist due to the mft zone being
83 * this allocator should: 1) be a full implementation of the MFT zone approach
88 * FIXME: We should be monitoring cluster allocation and increment the MFT zone
91 * grow the MFT zone dynamicall
103 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) argument
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dscratchops.c30 * This module contains functions used for reading and writing the scratch zone
32 * mappings between actual kernel zone names and the zones in an alternate boot
46 * handle error; zone already mounted
48 * mount zone here
67 #define PATH_MAPFILE "tmp/.alt.lu-zone-map"
186 char zone[ZONENAME_MAX]; local
190 while (zonecfg_get_scratch(fp, zone, sizeof (zone), kernzone, kernlen,
192 if (strcmp(zone, zonename) == 0 && strcmp(altroot, aroot) == 0)
229 char zone[ZONENAME_MA local
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c73 const char *zone, uint32_t *sin6_scope_id);
584 ++zonestr; /* make zonestr point at start of <zone-id> */
585 /* ensure zone is valid */
749 * getscopeidfromzone(sa, zone, sin6_scope_id)
751 * Converts the string pointed to by 'zone' into a sin6_scope_id.
752 * 'zone' will either be a pointer to an interface name or will
761 * 2. The string pointed to by 'zone' can not be translate to a valid
765 getscopeidfromzone(const struct sockaddr_in6 *sa, const char *zone, argument
774 * pointed to by 'zone'. Since the address is part of the link
777 * If an interface index can not be found for 'zone', the
[all...]
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c74 sdp_free_zone(sdp_zone_t *zone) argument
78 while (zone != NULL) {
79 next_zone = zone->z_next;
80 if (zone->z_offset != NULL)
81 free(zone->z_offset);
82 free(zone);
83 zone = next_zone;
H A Dsdp_parse.c674 * zone-adjustments (z=)
678 sdp_parse_zone(sdp_zone_t **zone, const char *begin, const char *end, argument
689 /* There can be atmost one zone field. */
690 if (*zone != NULL)
700 if (*zone == NULL) {
701 *zone = new_zone;
702 tmp = *zone;
734 sdp_free_zone(*zone);
735 *zone = NULL;
H A Dsdp.c554 * Adds time zone field to the session
725 sdp_zone_t *zone; local
785 zone = session->s_zone;
786 while (zone != NULL) {
787 len += snprintf(buf, 1, "%llu", zone->z_time) + 1;
788 len += strlen(zone->z_offset) + 1;
789 zone = zone->z_next;
837 sdp_zone_t *zone; local
904 zone
969 sdp_zone_t *zone; local
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c85 priv_set_t *zone; local
100 zone = privdata->pd_zoneset;
115 } else if (strcasecmp(offset, "zone") == 0) {
116 priv_union(zone, pset);
183 priv_set_t *zone; local
206 * zone: zone,!missing_zone
211 * Note that zone and all forms are identical in the global zone;
213 * all is preferred. Also, the zone for
[all...]
H A Dlocaltime.c214 zone_rules_t zonerules; /* Type of zone */
226 int typecnt; /* # zone types */
227 int charcnt; /* # zone abbv. chars */
591 * that the external zone state doesn't need to be asserted
596 * local zone state would still need to be aquired for the
691 * extern global zone state variables. (See mktime(3C)).
822 * Sets extern global zone state variables based on the current
900 * Loads local zone information if TZ changed since last time zone
967 * check it again, since zone ma
2270 ttinfo_t *zone; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dgeli.c146 grub_uint64_t zone; member in struct:__anon375
H A Dcryptodisk.c213 grub_uint64_t zone = sector >> dev->rekey_shift; local
214 if (zone != dev->last_rekey)
216 err = dev->rekey (dev, zone);
219 dev->last_rekey = zone;
/osnet-11/usr/src/lib/libldap4/common/
H A Dtmplout.c973 char *p, zone, *fmterr = "badly formatted time"; local
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c912 char *p, *timestr, zone, *fmterr = local
956 if (( zone = *p ) == 'Z' ) { /* GMT */
957 zone = '\0'; /* no need to indicate on screen, so we make it null */
963 timestr[ strlen( timestr ) - 1 ] = zone; /* replace trailing newline */
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dminix.c83 #define GRUB_MINIX_ZONE2SECT(zone) ((zone) << (data->log_block_size - GRUB_DISK_SECTOR_BITS))
85 #define GRUB_MINIX_ZONE2SECT(zone) ((zone) << GRUB_MINIX_LOG2_ZONESZ)
182 grub_minix_uintn_t grub_get_indir (grub_minix_uintn_t zone,
187 GRUB_MINIX_ZONE2SECT(zone),
181 grub_get_indir(grub_minix_uintn_t zone, grub_minix_uintn_t num) argument
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h61 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */
62 #define TM_UTCZONE (26 * 60) /* UTC "time zone" */
115 typedef struct /* time zone info */
132 Tm_zone_t* zone; /* alternate timezone table */ member in struct:__anon1120
142 Tm_zone_t* zone; /* current timezone */ member in struct:__anon1121
/osnet-11/usr/src/lib/libast/common/include/
H A Dtm.h52 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */
53 #define TM_UTCZONE (26 * 60) /* UTC "time zone" */
106 typedef struct /* time zone info */
123 Tm_zone_t* zone; /* alternate timezone table */ member in struct:__anon1152
133 Tm_zone_t* zone; /* current timezone */ member in struct:__anon1153
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dtm.h61 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */
62 #define TM_UTCZONE (26 * 60) /* UTC "time zone" */
115 typedef struct /* time zone info */
132 Tm_zone_t* zone; /* alternate timezone table */ member in struct:__anon1214
142 Tm_zone_t* zone; /* current timezone */ member in struct:__anon1215
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h61 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */
62 #define TM_UTCZONE (26 * 60) /* UTC "time zone" */
115 typedef struct /* time zone info */
132 Tm_zone_t* zone; /* alternate timezone table */ member in struct:__anon1236
142 Tm_zone_t* zone; /* current timezone */ member in struct:__anon1237
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h61 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */
62 #define TM_UTCZONE (26 * 60) /* UTC "time zone" */
115 typedef struct /* time zone info */
132 Tm_zone_t* zone; /* alternate timezone table */ member in struct:__anon1258
142 Tm_zone_t* zone; /* current timezone */ member in struct:__anon1259
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c146 { NOTAUTH, "server is not authoritative for specified zone" },
147 { NOTZONE, "name not within specified zone" },
192 "add hostname %s %s address %s in %s zone",
199 "in forward zone", af_str, hostname);
203 "in reverse zone", af_str, addr_str);
209 "delete hostname %s in forward zone", hostname);
212 "delete %s address %s in reverse zone",
218 "delete hostname %s %s address %s in %s zone",
340 * DNS zone and SOA nameservers are found by searching current DNS data.
363 * zone_buf: buffer to receive zone ownin
1047 dyndns_build_update_msg(res_state statp, uchar_t *buf, size_t buf_sz, const char *zone, const char *name, ns_type type, const char *data, uint32_t ttl, dyndns_update_op_t update_op) argument
1276 char zone[NS_MAXDNAME]; local
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdladm.c45 #include <zone.h>
360 s = "flow doesn't belong to this zone";
1119 * parses the option string value and returns the count of zone IDs in
1120 * the option value and a pointer to an array of zone IDs. The caller
1121 * must free the memory allocated for the array of zone IDs.
1127 char *zone; local
1136 if ((zone = strtok_r(zoneoptstr, sepstr, &last)) == NULL)
1140 if (strlen(zone) >= ZONENAME_MAX) {
1145 if (zone_get_id(zone, &zid) != 0) {
1159 } while ((zone
[all...]

Completed in 81 milliseconds

12