/freebsd/sys/ufs/ffs/ |
H A D | ffs_subr.c | 559 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 D | Makefile | 5 ${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 D | regress.sh | 25 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 D | ntp_calendar.c | 265 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 D | prettydate.c | 191 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 D | ntp_calgps.c | 189 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 D | systime.c | 603 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 D | aac_debug.c | 398 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 D | aacraid_debug.c | 311 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 D | refclock_palisade.c | 489 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 D | refclock_nmea.c | 310 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 D | ntp_config.c | 753 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 D | rt5645.txt | 20 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 D | rt5668.txt | 24 - realtek,jd-src 49 realtek,jd-src = <1>;
|
H A D | rt5682.txt | 39 - realtek,jd-src 85 realtek,jd-src = <1>;
|
H A D | rt5665.txt | 31 - realtek,jd-src
|
H A D | rt5659.txt | 37 - realtek,jd-src
|
/freebsd/crypto/openssl/crypto/ |
H A D | o_time.c | 68 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 D | t_vis.c | 156 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 D | mt8192-asurada-audio-rt5682.dtsi | 11 realtek,jd-src = <1>;
|
/freebsd/usr.sbin/jail/ |
H A D | config.c | 851 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 D | M68kInstrAtomics.td | 14 (!cast<MxInst>("MOV"#size#"jd") !cast<MxMemOp>("MxARI"#size):$ptr,
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc7280-herobrine-audio-rt5682.dtsi | 85 realtek,jd-src = <1>;
|
H A D | sc7280-herobrine-audio-rt5682-3mic.dtsi | 103 realtek,jd-src = <1>;
|
/freebsd/secure/caroot/trusted/ |
H A D | Starfield_Root_Certificate_Authority_-_G2.pem | 90 4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg
|