Home
last modified time | relevance | path

Searched refs:ntp (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/
H A Dvolatiles.ntpsec1 d ntp ntp 0755 @NTP_USER_HOME@ none
2 d ntp ntp 0755 /var/log/ntpstats none
3 f ntp ntp 0644 /var/log/ntpd.log none
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/
H A Dntp_4.2.8p18.bb6 HOMEPAGE = "http://support.ntp.org"
13 SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.gz \
14 file://ntp-4.2.4_p6-nano.patch \
20 file://ntp.conf \
32 CVE_STATUS_NTP[status] = "fixed-version: Yocto CVE check can not handle 'p' in ntp version"
75 NTP_USER_HOME ?= "/var/lib/ntp"
78 --shell /bin/false --user-group ntp"
98 install -m 644 ${UNPACKDIR}/ntp.conf ${D}${sysconfdir}
102 chown ntp:ntp ${D}${NTP_USER_HOME}
111 sed -i '1s,#!.*perl,#! ${bindir}/env perl,' ${D}${sbindir}/ntp-wait
[all …]
/openbmc/webui-vue/src/views/Settings/DateTime/
H A DDateTime.vue127 value="ntp"
136 label-for="input-ntp-1"
140 id="input-ntp-1"
141 v-model="form.ntp.firstAddress"
142 :state="getValidationState(v$.form.ntp.firstAddress)"
145 @blur="v$.form.ntp.firstAddress.$touch()"
148 <div v-if="v$.form.ntp.firstAddress.required.$invalid">
158 label-for="input-ntp-2"
162 id="input-ntp-2"
163 v-model="form.ntp.secondAddress"
[all …]
/openbmc/phosphor-webui/app/configuration/controllers/
H A Ddate-time-controller.js18 $scope.ntp = {servers: []}; class in $scope
70 $scope.ntp.servers = data.data;
159 $scope.ntp.servers.push('');
163 $scope.ntp.servers.splice(index, 1);
169 $scope.ntp.servers = $scope.ntp.servers.filter(Boolean);
171 return APIUtils.setNTPServers($scope.ntp.servers);
/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/
H A Ddhcpcd_10.1.0.bb31 # ntp conflicts with chrony
32 PACKAGECONFIG[ntp] = "--with-hook=ntp, , ,ntp"
33 PACKAGECONFIG[chrony] = "--with-hook=ntp, , ,chrony"
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_protocol.robot72 ${ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP
73 Rprint Vars ntp
74 Valid Value ntp["ProtocolEnabled"] valid_values=[True]
86 ${ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP
87 Rprint Vars ntp
88 Valid Value ntp["ProtocolEnabled"] valid_values=[False]
96 ${ntp}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} NTP
97 Valid Value ntp["ProtocolEnabled"] valid_values=[True]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A Dntpd18 test -x $DAEMON -a -r /etc/ntp.conf || exit 0
42 …start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas $DAEMON -- -u ntp:ntp -p $…
H A Dntpd.service7 ExecStart=/usr/sbin/ntpd -u ntp:ntp -n -g
H A Dntp.conf4 driftfile /var/lib/ntp/drift
H A D0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch9 or 64Kb set by ntp should be good in glibc these days.
/openbmc/linux/fs/xfs/
H A Dxfs_trans.c91 struct xfs_trans *ntp; in xfs_trans_dup() local
95 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()
100 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; in xfs_trans_dup()
101 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
102 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup()
103 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
104 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()
105 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
110 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
116 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
[all …]
H A Dxfs_trans_dquot.c76 struct xfs_trans *ntp) in xfs_trans_dup_dqinfo() argument
86 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()
90 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
/openbmc/openbmc/meta-openembedded/meta-networking/files/
H A Dstatic-passwd-meta-networking15 ntp:x:653:ntp::/:/bin/nologin
H A Dstatic-group-meta-networking15 ntp:x:653:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/
H A Dntpsec_1.2.2a.bb71 NTP_USER_HOME ?= "/var/lib/ntp"
82 cp -r ${S}/etc/ntp.d ${D}${sysconfdir}
118 --shell /bin/false --user-group ntp"
123 SYSTEMD_SERVICE:${PN} = "ntpd.service ntp-wait.service"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/
H A Dpackagegroup-meta-networking.bb201 ntp sntp ntpdc ntpq ntp-tickadj ntp-utils \
254 # Use ntp and not chrony or ntimed
/openbmc/phosphor-networkd/src/
H A Ddhcp_configuration.cpp71 auto ntp = ConfigIntf::ntpEnabled(value); in ntpEnabled() local
75 return ntp; in ntpEnabled()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Dchrony.conf9 pool 0.openembedded.pool.ntp.org iburst
/openbmc/linux/kernel/time/
H A DMakefile3 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
/openbmc/u-boot/doc/
H A DREADME.SNTP16 2. Only the 1st NTP server IP, in the option ntp-servers of DHCP, will
H A DREADME.dns53 bfin> dns pool.ntp.org ntpserverip
/openbmc/openbmc-test-automation/gui/test/server_config/
H A Dtest_obmc_gui_date_and_time_settings.robot15 ${xpath_set_time_from_ntp} //*[@for="ntp-time"]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/
H A Dchrony_4.6.1.bb77 --with-ntp-era=$(shell date -d '1970-01-01 00:00:00+00:00' +'%s') \
136 RCONFLICTS:${PN} = "ntp ntimed"
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2420 u32 ntp = rx_ring->next_to_process + 1; in i40e_inc_ntp() local
2422 ntp = (ntp < rx_ring->count) ? ntp : 0; in i40e_inc_ntp()
2423 rx_ring->next_to_process = ntp; in i40e_inc_ntp()
2424 prefetch(I40E_RX_DESC(rx_ring, ntp)); in i40e_inc_ntp()
2505 u16 ntp = rx_ring->next_to_process; in i40e_clean_rx_irq() local
2521 rx_desc = I40E_RX_DESC(rx_ring, ntp); in i40e_clean_rx_irq()
2540 rx_buffer = i40e_rx_bi(rx_ring, ntp); in i40e_clean_rx_irq()
2546 if (rx_ring->next_to_clean == ntp) { in i40e_clean_rx_irq()
/openbmc/openbmc-test-automation/lib/pdu/
H A Dschneider.robot76 # logzip netstat ntp ping portspeed prompt

12