Home
last modified time | relevance | path

Searched refs:jd (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/ufs/ffs/
H A Dffs_subr.c559 FCHK(fs->fs_sblockloc, <, 0, %jd); in validate_sblock()
560 FCHK(fs->fs_sblockloc, >, SBLOCK_UFS1, %jd); in validate_sblock()
562 FCHK(fs->fs_frag, <, 1, %jd); in validate_sblock()
563 FCHK(fs->fs_frag, >, MAXFRAG, %jd); in validate_sblock()
564 FCHK(fs->fs_bsize, <, MINBSIZE, %jd); in validate_sblock()
565 FCHK(fs->fs_bsize, >, MAXBSIZE, %jd); in validate_sblock()
567 %jd); in validate_sblock()
568 FCHK(fs->fs_fsize, <, sectorsize, %jd); in validate_sblock()
569 FCHK(fs->fs_fsize * fs->fs_frag, !=, fs->fs_bsize, %jd); in validate_sblock()
570 FCHK(powerof2(fs->fs_fsize), ==, 0, %jd); in validate_sblock()
[all …]
/freebsd/usr.bin/ncal/tests/
H A DMakefile5 ${PACKAGE}FILES+= regress.b-3m200901-jd-nhl.out
7 ${PACKAGE}FILES+= regress.b-3m200902-jd-nhl.out
9 ${PACKAGE}FILES+= regress.b-3m200903-jd-nhl.out
11 ${PACKAGE}FILES+= regress.b-3m200904-jd-nhl.out
13 ${PACKAGE}FILES+= regress.b-3m200905-jd-nhl.out
15 ${PACKAGE}FILES+= regress.b-3m200906-jd-nhl.out
17 ${PACKAGE}FILES+= regress.b-3m200907-jd-nhl.out
19 ${PACKAGE}FILES+= regress.b-3m200908-jd-nhl.out
21 ${PACKAGE}FILES+= regress.b-3m200909-jd-nhl.out
23 ${PACKAGE}FILES+= regress.b-3m200910-jd-nhl.out
[all …]
H A Dregress.sh25 REGRESSION_TEST(`r-y${y}-jd-nhl', `$NCAL -jh ${y}')
27 REGRESSION_TEST(`b-y${y}-jd-nhl', `$CAL -jh ${y}')
39 REGRESSION_TEST(`r-3m${ONEYEAR}${m}-jd-nhl',
42 REGRESSION_TEST(`b-3m${ONEYEAR}${m}-jd-nhl', `$CAL -jh3 ${m} ${ONEYEAR}')
/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c265 struct calendar * jd in ntpcal_get_build_date()
309 ZERO(*jd); in ntpcal_get_build_date()
310 jd->year = 1970; in ntpcal_get_build_date()
311 jd->month = 1; in ntpcal_get_build_date()
312 jd->monthday = 1; in ntpcal_get_build_date()
329 jd->year = year; in ntpcal_get_build_date()
330 jd->month = (uint8_t)((cp - mlist) / 3 + 1); in ntpcal_get_build_date()
331 jd->monthday = (uint8_t)day; in ntpcal_get_build_date()
332 jd->hour = (uint8_t)hour; in ntpcal_get_build_date()
333 jd in ntpcal_get_build_date()
266 ntpcal_get_build_date(struct calendar * jd) ntpcal_get_build_date() argument
996 ntpcal_rd_to_date(struct calendar * jd,int32_t rd) ntpcal_rd_to_date() argument
1065 ntpcal_daysec_to_date(struct calendar * jd,int32_t sec) ntpcal_daysec_to_date() argument
1115 ntpcal_daysplit_to_date(struct calendar * jd,const ntpcal_split * ds,int32_t dof) ntpcal_daysplit_to_date() argument
1153 ntpcal_time_to_date(struct calendar * jd,const vint64 * ts) ntpcal_time_to_date() argument
1490 ntpcal_date_to_rd(const struct calendar * jd) ntpcal_date_to_rd() argument
1556 ntpcal_date_to_daysec(const struct calendar * jd) ntpcal_date_to_daysec() argument
1584 ntpcal_date_to_time(const struct calendar * jd) ntpcal_date_to_time() argument
1607 ntpcal_ntp64_to_date(struct calendar * jd,const vint64 * ntp) ntpcal_ntp64_to_date() argument
1621 ntpcal_ntp_to_date(struct calendar * jd,uint32_t ntp,const time_t * piv) ntpcal_ntp_to_date() argument
1640 ntpcal_date_to_ntp64(const struct calendar * jd) ntpcal_date_to_ntp64() argument
1653 ntpcal_date_to_ntp(const struct calendar * jd) ntpcal_date_to_ntp() argument
1999 struct calendar jd; basedate_eval_buildstamp() local
2061 struct calendar jd; basedate_set_day() local
[all...]
H A Dprettydate.c191 struct calendar jd; in common_prettydate()
192 ntpcal_time_to_date(&jd, &sec); in common_prettydate() local
195 daynames[jd.weekday], months[jd.month-1], in common_prettydate()
196 jd.monthday, jd.year, jd.hour, in common_prettydate()
197 jd.minute, jd.second, msec); in common_prettydate()
H A Dntp_calgps.c189 TcCivilDate * jd, in _gpsntp_from_daytime() argument
201 retv.secs = ntpcal_date_to_daysec(jd); in _gpsntp_from_daytime()
226 TcCivilDate * jd, in gpsntp_from_daytime2_ex() argument
234 return _gpsntp_from_daytime(jd, fofs, &dpiv, warp); in gpsntp_from_daytime2_ex()
246 TcCivilDate * jd, in gpsntp_from_daytime1_ex() argument
261 return _gpsntp_from_daytime(jd, fofs, &dpiv, warp); in gpsntp_from_daytime1_ex()
270 TcCivilDate * jd, in gpsntp_from_calendar_ex() argument
276 gps = gpscal_from_calendar_ex(jd, fofs, warp); in gpsntp_from_calendar_ex()
399 TcCivilDate * jd, in gpscal_from_calendar_ex() argument
415 cal = *jd; in gpscal_from_calendar_ex()
[all …]
H A Dsystime.c603 struct calendar jd; in tv_fmt_libbuf()
607 ntpcal_daysplit_to_date(&jd, &dds, DAY_UNIX_STARTS); in tv_fmt_libbuf()
611 jd.year, (u_short)jd.month, (u_short)jd.monthday, in tv_fmt_libbuf()
612 (u_short)jd.hour, (u_short)jd.minute, (u_short)jd.second, in tv_fmt_libbuf()
604 struct calendar jd; tv_fmt_libbuf() local
/freebsd/sys/dev/aac/
H A Daac_debug.c398 switch(aif->data.PR[0].jd.type) { in aac_print_aif()
401 aif->data.PR[0].jd.client.scsi_dh); in aac_print_aif()
406 aif->data.PR[0].jd.client.scsi_dh); in aac_print_aif()
411 aif->data.PR[0].jd.client.scsi_dh); in aac_print_aif()
417 aif->data.PR[0].jd.client.scsi_dh); in aac_print_aif()
422 aif->data.PR[0].jd.client.container.src); in aac_print_aif()
427 aif->data.PR[0].jd.client.container.src, in aac_print_aif()
428 aif->data.PR[0].jd.client.container.dst); in aac_print_aif()
434 aif->data.PR[0].jd.client.container.src); in aac_print_aif()
441 aif->data.PR[0].jd.client.container.src); in aac_print_aif()
[all …]
/freebsd/sys/dev/aacraid/
H A Daacraid_debug.c311 switch(aif->data.PR[0].jd.type) { in aacraid_print_aif()
314 aif->data.PR[0].jd.client.scsi_dh); in aacraid_print_aif()
319 aif->data.PR[0].jd.client.scsi_dh); in aacraid_print_aif()
324 aif->data.PR[0].jd.client.scsi_dh); in aacraid_print_aif()
330 aif->data.PR[0].jd.client.scsi_dh); in aacraid_print_aif()
335 aif->data.PR[0].jd.client.container.src); in aacraid_print_aif()
340 aif->data.PR[0].jd.client.container.src, in aacraid_print_aif()
341 aif->data.PR[0].jd.client.container.dst); in aacraid_print_aif()
347 aif->data.PR[0].jd.client.container.src); in aacraid_print_aif()
354 aif->data.PR[0].jd.client.container.src); in aacraid_print_aif()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_palisade.c489 struct calendar jd; in decode_date() local
493 if (!ntpcal_get_build_date(&jd)) { in decode_date()
494 jd.year = 2015; in decode_date()
495 jd.month = 1; in decode_date()
496 jd.monthday = 1; in decode_date()
498 s_baseday = ntpcal_date_to_rd(&jd); in decode_date()
502 jd.monthday = get_u8 ( cp ); in decode_date()
503 jd.month = get_u8 (cp + 1); in decode_date()
504 jd.year = get_u16(cp + 2); in decode_date()
505 rd = ntpcal_date_to_rd(&jd); in decode_date()
[all...]
H A Drefclock_nmea.c310 static int parse_time (TCivilDate * jd, l_fp * fofs,
312 static int parse_date (TCivilDate * jd, nmea_data *,
1633 struct calendar * jd, /* result calendar pointer */ in parse_time()
1641 return _parse_time(dp, &dp, jd) in parse_time()
1658 struct calendar * jd, /* result pointer */ in parse_date()
1668 return _parse_date1(dp, &dp, jd); in parse_date()
1670 return _parse_date3(dp, &dp, jd); in parse_date()
1631 parse_time(struct calendar * jd,l_fp * fofs,nmea_data * rd,int idx) parse_time() argument
1656 parse_date(struct calendar * jd,nmea_data * rd,int idx,enum date_fmt fmt) parse_date() argument
H A Dntp_config.c753 struct calendar jd; in dump_config_tree()
754 ntpcal_rd_to_date(&jd, atrv->value.i + DAY_NTP_STARTS); in dump_config_tree()
756 keyword(atrv->attr), jd.year, in dump_config_tree()
757 (u_short)jd.month, in dump_config_tree()
758 (u_short)jd.monthday); in dump_config_tree()
763 struct calendar jd; dump_config_tree() local
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drt5645.txt20 a GPIO spec for the external headphone detect pin. If jd-mode = 0,
44 -- realtek,jd-mode : The JD mode of rt5645/rt5650
80 realtek,en-jd-func = "true";
81 realtek,jd-mode = <3>;
H A Drt5668.txt24 - realtek,jd-src
49 realtek,jd-src = <1>;
H A Drt5682.txt39 - realtek,jd-src
85 realtek,jd-src = <1>;
H A Drt5665.txt31 - realtek,jd-src
H A Drt5659.txt37 - realtek,jd-src
/freebsd/crypto/openssl/crypto/
H A Do_time.c68 static void julian_to_date(long jd, int *y, int *m, int *d);
186 static void julian_to_date(long jd, int *y, int *m, int *d) in julian_to_date() argument
188 long L = jd + 68569; in julian_to_date()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c156 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; in ATF_TC_BODY() local
165 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE); in ATF_TC_BODY()
172 ATF_REQUIRE(memcmp(jd, cd, jr) == 0); in ATF_TC_BODY()
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8192-asurada-audio-rt5682.dtsi11 realtek,jd-src = <1>;
/freebsd/usr.sbin/jail/
H A Dconfig.c851 const char *jc, *jd, *wc, *wd; in wild_jail_match() local
858 (jd = strchr(jc, '.')) && (wd = strchr(wc, '.')); in wild_jail_match()
859 jc = jd + 1, wc = wd + 1) in wild_jail_match()
860 if (strncmp(jc, wc, jd - jc + 1) && strncmp(wc, "*.", 2)) in wild_jail_match()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrAtomics.td14 (!cast<MxInst>("MOV"#size#"jd") !cast<MxMemOp>("MxARI"#size):$ptr,
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7280-herobrine-audio-rt5682.dtsi85 realtek,jd-src = <1>;
H A Dsc7280-herobrine-audio-rt5682-3mic.dtsi103 realtek,jd-src = <1>;
/freebsd/secure/caroot/trusted/
H A DStarfield_Root_Certificate_Authority_-_G2.pem90 4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg

12