Searched refs:zone (Results 1 - 25 of 105) sorted by last modified time

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dconfig.c76 int zone(struct interface *iface, char **av);
89 { "zone", zone },
285 fprintf( newconf, " -zone \"%.*s\"", (int)len, zonename);
313 * [ -addr net.node ] [ -zone zonename ]...
315 * le0 -phase 1 -net 7938 -zone Argus
317 * le0 -phase 2 -net 8043-8044 -zone Argus -zone "Research Systems"
318 * le0 -phase 1 -net 7938 -zone Argus
327 * zone fo
670 int zone(struct interface *iface, char **av) function
[all...]
H A Dzip.c70 LOG(log_error, logtype_atalkd, "zonecheck: %.*s not in zone list", czt->zt_len,
72 return( -1 ); /* configured zone not found in net zones */
343 * net to verify our interface's zone(s).
457 LOG(log_info, logtype_atalkd, "zip ereply bad zone length (%d)", zlen );
541 * Check if the given zone is valid. If it's valid, just fill in
543 * in with the default zone and return the default zone.
573 * Add default zone.
631 * We never ask for a zone, so we can get back what the
632 * default zone i
1003 addzone(struct rtmptab *rt, int len, char *zone) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dmain.c613 char buf[ PF_CONFBUFFER ], area[ PF_CONFBUFFER ], *a, *p, *name, *type, *zone; local
636 zone = defprinter.p_zone;
637 if ( nbp_name( p, &name, &type, &zone )) {
659 if ( zone != defprinter.p_zone ) {
660 if (( pr->p_zone = (char *)malloc( strlen( zone ) + 1 )) == NULL ) {
664 strcpy( pr->p_zone, zone );
666 pr->p_zone = zone;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/getzones/
H A Dgetzones.c114 /* send getzone request zones (or get my zone)
148 * buf: zone length/name pairs
153 char *zone; local
158 CH_UNIX, buf+1, *buf, &zone)) ) {
160 if (( zone = strdup(buf+1)) == NULL ) {
166 printf( "%.*s\n", (int)zone_len, zone );
168 free(zone);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c156 char *obj = NULL, *type = "LaserWriter", *zone = "*"; local
228 if ( nbp_name( printer, &obj, &type, &zone ) < 0 ) {
237 if ( nbp_lookup( obj, type, zone, &nn, 1, &addr ) <= 0 ) {
242 fprintf( stderr, "%s:%s@%s: NBP Lookup failed\n", obj, type, zone );
H A Dpapstatus.c95 char *obj = NULL, *type = "LaserWriter", *zone = "*"; local
129 if ( nbp_name( printer, &obj, &type, &zone ) < 0 ) {
137 if ( nbp_lookup( obj, type, zone, &nn, 1, &addr ) <= 0 ) {
141 fprintf( stderr, "%s:%s@%s: NBP Lookup failed\n", obj, type, zone );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/aecho/
H A Daecho.c122 char *obj = NULL, *type = "Workstation", *zone = "*"; local
172 if ( nbp_name( av[ optind ], &obj, &type, &zone ) || !obj ) {
176 if ( nbp_lookup( obj, type, zone, &nn, 1, &saddr.sat_addr) <= 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/nbp/
H A Dnbp_lkup.c40 int nbp_lookup( const char *obj, const char *type, const char *zone, struct nbpnve *nn, argument
102 if ( zone ) {
103 if (( cc = strlen( zone )) > NBPSTRLEN ) goto lookup_err;
105 memcpy( data, zone, cc );
109 *data++ = '*'; /* default zone */
H A Dnbp_rgstr.c37 int nbp_rgstr( struct sockaddr_at *sat, const char *obj, const char *type, const char *zone) argument
50 if ( nbp_lookup( obj, type, zone, &nn, 1, &sat->sat_addr ) > 0 ) {
92 if ( zone ) {
93 if (( cc = strlen( zone )) > NBPSTRLEN ) return( -1 );
95 memcpy( data, zone, cc );
99 *data++ = '*'; /* default zone */
H A Dnbp_unrgstr.c37 int nbp_unrgstr(const char *obj,const char *type,const char *zone, const struct at_addr *addr) argument
82 if ( zone ) {
83 if (( cc = strlen( zone )) > NBPSTRLEN ) return( -1 );
85 memcpy( data, zone, cc );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl1103 my ($year,$mon,$mday,$hour,$min,$sec,$zone) =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_srvsvc.h890 uint32 zone; member in struct:time_of_day_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c179 static struct dst_table {time_t start,end; int zone;} *tdt, *dst_table = NULL; member in struct:dst_table
182 int zone = 0; local
196 zone = dst_table[i].zone;
200 zone = TimeZone(t);
210 dst_table[i].zone = zone;
228 if (TimeZone(t) == zone)
239 if (TimeZone(t) == zone)
248 dst_table[i].zone));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.y119 /* tm_isdst flag for the local zone. */
122 /* Time zone, in minutes east of UTC. */
152 /* Table of local time zone abbrevations, terminated by a null entry. */
198 | zone
257 zone: label
545 /* The time zone table. This table is necessarily incomplete, as time
546 zone abbreviations are ambiguous; e.g. Australians interpret "EST"
548 You cannot rely on getdate to handle arbitrary time zone
605 /* Military time zone table. */
678 /* Try local zone abbreviation
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_srv.c3132 if(!prs_uint32("timezone ", ps, depth, &tod->zone))
3154 uint32 zone, uint32 tintervals, uint32 day,
3165 tod->zone = zone;
3152 init_time_of_day_info(TIME_OF_DAY_INFO *tod, uint32 elapsedt, uint32 msecs, uint32 hours, uint32 mins, uint32 secs, uint32 hunds, uint32 zone, uint32 tintervals, uint32 day, uint32 month, uint32 year, uint32 weekday) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_sxnet.c91 ASN1_SIMPLE(SXNETID, zone, ASN1_INTEGER),
115 tmp = i2s_ASN1_INTEGER(NULL, id->zone);
150 /* Add an id given the zone as an ASCII number */
152 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user,
156 if(!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
163 /* Add an id given the zone as an unsigned long */
178 /* Add an id given the zone as an ASN1_INTEGER.
183 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user,
188 if(!psx || !zone || !user) {
202 if(SXNET_get_id_INTEGER(sx, zone)) {
[all...]
H A Dx509v3.h246 ASN1_INTEGER *zone; member in struct:SXNET_ID_st
413 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
417 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone);
419 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dx509v3.h246 ASN1_INTEGER *zone; member in struct:SXNET_ID_st
413 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
417 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone);
419 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.sol2gcc-64x14 -ffreestanding -mcmodel=kernel -mno-red-zone -gdwarf-2 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlcnalloc.h36 MFT_ZONE = 0, /* Allocate from $MFT zone. */
37 DATA_ZONE = 1, /* Allocate from $DATA zone. */
42 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c67 static void ntfs_cluster_update_zone_pos(ntfs_volume *vol, u8 zone, LCN tc) argument
69 ntfs_log_trace("tc = %lld, zone = %d\n", (long long)tc, zone);
71 if (zone == 1)
74 else if (zone == 2)
77 else /* zone == 4 */
148 * @zone: zone from which to allocate the clusters
152 * @vol. @zone is either DATA_ZONE for allocation of normal clusters and
163 * There are two data zones. First is the area between the end of the mft zone
182 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_CT.c15 " --zone ID Assign/Lookup connection in zone ID\n"
34 {.name = "zone", .id = O_ZONE, .type = XTTYPE_UINT16,
35 .flags = XTOPT_PUT, XTOPT_POINTER(s, zone)},
133 if (info->zone)
134 printf("zone %u ", info->zone);
152 if (info->zone)
153 printf(" --zone %u", info->zone);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_CT.h8 __u16 zone; member in struct:xt_ct_target_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm85.c197 /* These are the zone temperature range encodings in .001 degree C */
263 static int ZONE_TO_REG( int zone )
268 if( zone == lm85_zone_map[i] )
365 struct lm85_zone zone[3]; member in struct:lm85_data
778 (data->zone[nr].range << 4)
846 return sprintf(buf,"%d\n", TEMP_FROM_REG(data->zone[nr].limit) -
847 HYST_FROM_REG(data->zone[nr].hyst));
858 min = TEMP_FROM_REG(data->zone[nr].limit);
859 data->zone[nr].off_desired = TEMP_TO_REG(val);
860 data->zone[n
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid0.c87 struct strip_zone *zone; local
141 /* The first zone must contain all devices, so here we check that
144 zone = &conf->strip_zone[0];
147 zone->dev = conf->devlist;
155 if (zone->dev[j]) {
160 zone->dev[j] = rdev1;
182 zone->nb_dev = cnt;
183 zone->size = smallest->size * cnt;
184 zone->zone_offset = 0;
187 curr_zone_offset = zone
416 struct strip_zone *zone; local
[all...]

Completed in 159 milliseconds

12345