Home
last modified time | relevance | path

Searched refs:csec (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/arm/ixp12x0/
H A Dixp12x0_clk.c312 int csec; in delay() local
320 csec = usecs / 10000; in delay()
323 usecs = (TIMER_FREQUENCY / 100) * csec in delay()
/netbsd-src/sys/arch/arm/sa11x0/
H A Dsa11x0_ost.c311 int csec, usec; in delay() local
313 csec = usecs / 10000; in delay()
316 usecs = (TIMER_FREQUENCY / 100) * csec in delay()
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c1203 time_t **csec, in tgs_parse_request() argument
1226 *csec = NULL; in tgs_parse_request()
1370 *csec = malloc(sizeof(**csec)); in tgs_parse_request()
1371 if (*csec == NULL) { in tgs_parse_request()
1376 **csec = auth->ctime; in tgs_parse_request()
2511 time_t *csec = NULL; in _kdc_tgs_rep() local
2537 &csec, &cusec, in _kdc_tgs_rep()
2602 csec, cusec, in _kdc_tgs_rep()
2606 free(csec); in _kdc_tgs_rep()
H A Dfast.c252 time_t *csec, int *cusec, in _kdc_fast_mk_error() argument
340 csec, in _kdc_fast_mk_error()
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.c914 uint64_t husec, usec, csec; in udf_timespec_to_timestamp() local
939 csec = husec / 100; /* only 0-99 in csec */ in udf_timespec_to_timestamp()
940 husec -= csec * 100; /* only 0-99 in husec */ in udf_timespec_to_timestamp()
943 csec = MIN(99, csec); in udf_timespec_to_timestamp()
947 timestamp->centisec = csec; in udf_timespec_to_timestamp()
/netbsd-src/sys/fs/udf/
H A Dudf_subr.c4335 uint32_t husec, usec, csec; in udf_timespec_to_timestamp() local
4342 csec = husec / 100; /* only 0-99 in csec */ in udf_timespec_to_timestamp()
4343 husec -= csec * 100; /* only 0-99 in husec */ in udf_timespec_to_timestamp()
4353 timestamp->centisec = csec; in udf_timespec_to_timestamp()
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.2001626 * kdc/kerberos5.c (tgs_rep2): alloc and free csec and cusec
H A DChangeLog.2006658 * kdc/krb5tgs.c (tgs_parse_request): set cusec, not csec from