| /NextBSD/contrib/ntp/scripts/update-leap/ |
| HD | Makefile.am | 18 EXTRA_SCRIPTS= update-leap 23 man_MANS= update-leap.$(UPDATE_LEAP_MS) 25 noinst_MANS= update-leap.$(UPDATE_LEAP_MS) 29 invoke-update-leap.menu \ 30 invoke-update-leap.texi \ 31 update-leap-opts.def \ 32 update-leap-opts \ 33 update-leap.1update-leapman \ 34 update-leap.1update-leapmdoc \ 35 update-leap.in \ [all …]
|
| HD | update-leap.texi | 3 @setfilename update-leap.info 4 @settitle update-leap User's Manual 10 This file documents the use of @code{update-leap}, 18 * update-leap: (update-leap). Check the leapfile and update it if needed. 22 @title update-leap User's Manual 23 @subtitle update-leap, version @value{VERSION}, @value{UPDATED} 30 @node Top, update-leap Description, (dir), (dir) 32 This document describes the use of the NTP Project's @code{update-leap} program. 34 This document applies to version @value{VERSION} of @code{update-leap}. 39 * update-leap Description:: Description [all …]
|
| HD | invoke-update-leap.texi | 1 @node update-leap Invocation 2 @section Invoking update-leap 3 @pindex update-leap 7 # EDIT THIS FILE WITH CAUTION (invoke-update-leap.texi) 10 # From the definitions update-leap-opts.def 16 @code{update-leap} 42 using the @code{agtexi-cmd} template and the option descriptions for the @code{update-leap} program. 45 * update-leap usage:: update-leap help/usage (@option{--help}) 46 * update-leap source-url:: source-url option (-s) 47 * update-leap ipv4:: ipv4 option (-4) [all …]
|
| HD | Makefile.in | 92 subdir = scripts/update-leap 137 CONFIG_CLEAN_FILES = update-leap 196 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/update-leap.in 482 EXTRA_SCRIPTS = update-leap 485 @INSTALL_UPDATE_LEAP_TRUE@man_MANS = update-leap.$(UPDATE_LEAP_MS) 486 @INSTALL_UPDATE_LEAP_FALSE@noinst_MANS = update-leap.$(UPDATE_LEAP_MS) 488 invoke-update-leap.menu \ 489 invoke-update-leap.texi \ 490 update-leap-opts.def \ 491 update-leap-opts \ [all …]
|
| HD | update-leap-opts | 1 # EDIT THIS FILE WITH CAUTION (update-leap-opts) 4 # From the definitions update-leap-opts.def 37 'force-update' => '', 44 'expiration|e=s', 'ntp-conf-file|f=s', 'force-update|F', 49 update-leap - leap-seconds file manager/updater - Ver. 4.2.8p5 50 USAGE: update-leap [ -<flag> [<val>] | --<name>[{=| }<val>] ]... 57 -F, --force-update Force update of the leapfile
|
| HD | invoke-update-leap.menu | 1 * update-leap Invocation:: Invoking update-leap
|
| /NextBSD/sys/dev/isci/scil/ |
| HD | sci_base_observer.c | 75 SCI_BASE_OBSERVER_UPDATE_T update in sci_base_observer_construct() argument 79 this_observer->update = update; in sci_base_observer_construct() 86 SCI_BASE_OBSERVER_UPDATE_T update, in sci_base_observer_initialize() argument 90 sci_base_observer_construct(the_observer, update); in sci_base_observer_initialize() 101 if (this_observer->update != NULL) in sci_base_observer_update() 103 this_observer->update(this_observer, the_subject); in sci_base_observer_update()
|
| HD | sci_base_observer.h | 102 SCI_BASE_OBSERVER_UPDATE_T update; member 118 SCI_BASE_OBSERVER_UPDATE_T update 135 SCI_BASE_OBSERVER_UPDATE_T update,
|
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | mtsm.cpp | 294 void statem::update(statem *older, statem *newer, int_value_state t) in update() function in statem 301 void statem::update(statem *older, statem *newer, units_value_state t) in update() function in statem 308 void statem::update(statem *older, statem *newer, bool_value_state t) in update() function in statem 315 void statem::update(statem *older, statem *newer, string_value_state t) in update() function in statem 326 update(older, newer, MTSM_EOL); in merge() 327 update(older, newer, MTSM_BR); in merge() 328 update(older, newer, MTSM_FI); in merge() 329 update(older, newer, MTSM_LL); in merge() 330 update(older, newer, MTSM_PO); in merge() 331 update(older, newer, MTSM_RJ); in merge() [all …]
|
| HD | mtsm.h | 110 void update(statem *, statem *, int_value_state); 111 void update(statem *, statem *, bool_value_state); 112 void update(statem *, statem *, units_value_state); 113 void update(statem *, statem *, string_value_state);
|
| /NextBSD/sys/dev/drm/ |
| HD | drm_drawable.c | 118 struct drm_update_draw *update = (struct drm_update_draw *)data; in drm_update_draw() local 121 info = drm_get_drawable_info(dev, update->handle); in drm_update_draw() 125 switch (update->type) { in drm_update_draw() 128 if (update->num != info->num_rects) { in drm_update_draw() 133 if (update->num == 0) { in drm_update_draw() 139 update->num, DRM_MEM_DRAWABLE, M_NOWAIT); in drm_update_draw() 144 info->num_rects = update->num; in drm_update_draw() 147 ret = copyin((void *)(intptr_t)update->data, info->rects, in drm_update_draw()
|
| /NextBSD/sys/boot/arm/at91/libat91/ |
| HD | emac.c | 388 unsigned update; in MII_GetLinkSpeed() local 395 update = pEmac->EMAC_CFG & ~(AT91C_EMAC_SPD | AT91C_EMAC_FD); in MII_GetLinkSpeed() 396 update |= AT91C_EMAC_SPD; in MII_GetLinkSpeed() 397 update |= AT91C_EMAC_FD; in MII_GetLinkSpeed() 403 update = pEmac->EMAC_CFG & ~(AT91C_EMAC_SPD | AT91C_EMAC_FD); in MII_GetLinkSpeed() 405 update |= AT91C_EMAC_SPD; in MII_GetLinkSpeed() 407 update |= AT91C_EMAC_FD; in MII_GetLinkSpeed() 428 update = pEmac->EMAC_CFG & ~(AT91C_EMAC_SPD | AT91C_EMAC_FD); in MII_GetLinkSpeed() 431 update |= AT91C_EMAC_SPD; in MII_GetLinkSpeed() 435 update |= AT91C_EMAC_FD; in MII_GetLinkSpeed() [all …]
|
| /NextBSD/share/examples/diskless/ |
| HD | clone_root | 105 update() { function 124 update 128 update) # clean and rebuild mountpoints and device entries 129 update
|
| /NextBSD/contrib/bsnmp/snmp_mibII/ |
| HD | mibII_ipaddr.c | 46 struct update { struct 70 create(struct update *upd) in create() argument 105 modify(struct update *upd, struct mibifa *ifa) in modify() 145 destroy(struct snmp_context *ctx __unused, struct update *upd, in destroy() 161 struct update *upd = (struct update *)dep; in update_func() 225 struct update *upd; in op_ipaddr() 256 if ((upd = (struct update *)snmp_dep_lookup(ctx, in op_ipaddr()
|
| /NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
| D | constructors_destructor_fn_imps.hpp | 163 update(PB_DS_node_begin_imp(), (node_update* )this); in copy_from_ordered_range() 216 update(PB_DS_node_begin_imp(), (node_update* )this); in copy_from_ordered_range() 264 update(node_iterator /*it*/, null_node_update_pointer) in update() function in PB_DS_CLASS_C_DEC 271 update(node_iterator nd_it, Node_Update* p_update) in update() function in PB_DS_CLASS_C_DEC 276 update(nd_it.get_l_child(), p_update); in update() 277 update(nd_it.get_r_child(), p_update); in update()
|
| /NextBSD/crypto/heimdal/kdc/ |
| HD | announce.c | 360 struct entry *update = *e; in update_dns() local 364 len = strlen(update->realm); in update_dns() 365 asprintf(&dnsdata, "%c%s", (int)len, update->realm); in update_dns() 369 asprintf(&name, "_kerberos.%s.%s", hostname, update->domain); in update_dns() 373 if (update->recordRef) in update_dns() 374 DNSServiceRemoveRecord(g_dnsRef, update->recordRef, 0); in update_dns() 377 &update->recordRef, in update_dns() 392 update->domain, update->realm); in update_dns()
|
| /NextBSD/sys/net80211/ |
| HD | ieee80211_tdma.c | 411 int slot, slotlen, update; in tdma_update() local 416 update = 0; in tdma_update() 424 update |= TDMA_UPDATE_SLOTCNT; in tdma_update() 434 update |= TDMA_UPDATE_SLOTLEN; in tdma_update() 443 update |= TDMA_UPDATE_BINTVAL; in tdma_update() 461 update |= TDMA_UPDATE_SLOT; in tdma_update() 465 update = TDMA_UPDATE_SLOT in tdma_update() 471 if (update) { in tdma_update() 476 if (update & TDMA_UPDATE_SLOTCNT) in tdma_update() 478 if (update & TDMA_UPDATE_SLOTLEN) in tdma_update() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMScheduleV6.td | 113 // Immediate offset with update 117 // Register offset with update 122 // Scaled register offset with update, issues over 2 cycles 130 // Load multiple + update, defs are the 1st and 5th operands. 166 // Immediate offset with update 170 // Register offset with update 175 // Scaled register offset with update, issues over 2 cycles 182 // Store multiple + update 285 // FP Load Multiple + update 298 // FP Store Multiple + update
|
| /NextBSD/usr.bin/mkimg/tests/ |
| HD | mkimg.sh | 73 local baseline image result tmpfile update 79 update=yes 85 update=no 89 if test $update = yes; then
|
| /NextBSD/contrib/wpa/hs20/client/ |
| HD | spp_client.c | 148 xml_node_t *update) in process_update_node() argument 158 debug_dump_node(ctx, "updateNode", update); in process_update_node() 160 uri = get_spp_attr_value(ctx->xml, update, "managementTreeURI"); in process_update_node() 176 str = xml_node_get_text(ctx->xml, update); in process_update_node() 293 static int update_pps(struct hs20_osu_client *ctx, xml_node_t *update, in update_pps() argument 297 xml_node_for_each_sibling(ctx->xml, update) { in update_pps() 298 xml_node_for_each_check(ctx->xml, update); in update_pps() 299 if (process_update_node(ctx, pps, update) < 0) in update_pps() 605 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; in process_spp_post_dev_data_response() local 633 if (!update && strcasecmp(name, "updateNode") == 0) in process_spp_post_dev_data_response() [all …]
|
| /NextBSD/usr.sbin/lmcconfig/ |
| HD | lmcconfig.c | 95 int update = 0; /* update driver config */ variable 1408 update = 1; in t3_cmd() 1421 update = 1; in t3_cmd() 1465 update = 1; in t3_cmd() 1800 update = 1; in t1_cmd() 1813 update = 1; in t1_cmd() 1820 update = 1; in t1_cmd() 1852 update = 1; in t1_cmd() 1945 update = 1; in t1_cmd() 1954 update = 1; in t1_cmd() [all …]
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | power5.md | 24 ;; Instructions that update more than one register get broken into two 73 (define_insn_reservation "power5-load-ext-update" 5 79 (define_insn_reservation "power5-load-ext-update-indexed" 5 85 (define_insn_reservation "power5-load-update-indexed" 3 91 (define_insn_reservation "power5-load-update" 4 ; 3 101 (define_insn_reservation "power5-fpload-update" 6 ; 5 114 (define_insn_reservation "power5-store-update" 12 119 (define_insn_reservation "power5-store-update-indexed" 12 133 (define_insn_reservation "power5-fpstore-update" 12
|
| /NextBSD/contrib/ldns/ |
| HD | Makefile.in | 69 …lo resolver.lo rr.lo rr_functions.lo sha1.lo sha2.lo str2host.lo tsig.lo update.lo util.lo wire2ho… 74 …h rdata.h resolver.h rr_functions.h rr.h sha1.h sha2.h str2host.h tsig.h update.h wire2host.h zone… 82 …-edns.lo examples/ldns-testns.lo examples/ldns-testpkts.lo examples/ldns-update.lo examples/ldns-v… 83 …/ldns-resolver examples/ldns-rrsig examples/ldns-test-edns examples/ldns-update examples/ldns-vers… 84 …e ldns-rrsig ldns-signzone ldns-test-edns ldns-testns ldns-testpkts ldns-update ldns-verify-zone l… 506 …/higher.h $(srcdir)/ldns/host2wire.h ldns/net.h $(srcdir)/ldns/str2host.h $(srcdir)/ldns/update.h \ 514 …/higher.h $(srcdir)/ldns/host2wire.h ldns/net.h $(srcdir)/ldns/str2host.h $(srcdir)/ldns/update.h \ 522 …/higher.h $(srcdir)/ldns/host2wire.h ldns/net.h $(srcdir)/ldns/str2host.h $(srcdir)/ldns/update.h \ 530 …/higher.h $(srcdir)/ldns/host2wire.h ldns/net.h $(srcdir)/ldns/str2host.h $(srcdir)/ldns/update.h \ 538 …/higher.h $(srcdir)/ldns/host2wire.h ldns/net.h $(srcdir)/ldns/str2host.h $(srcdir)/ldns/update.h \ [all …]
|
| /NextBSD/crypto/openssl/crypto/evp/ |
| HD | digest.c | 219 ctx->update = type->update; in EVP_DigestInit_ex() 256 return ctx->update(ctx, data, count); in EVP_DigestUpdate() 332 out->update = in->update; in EVP_MD_CTX_copy_ex()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBPlatform.cpp | 442 uint32_t major, minor, update; in GetOSMajorVersion() local 444 if (platform_sp && platform_sp->GetOSVersion(major, minor, update)) in GetOSMajorVersion() 453 uint32_t major, minor, update; in GetOSMinorVersion() local 455 if (platform_sp && platform_sp->GetOSVersion(major, minor, update)) in GetOSMinorVersion() 463 uint32_t major, minor, update; in GetOSUpdateVersion() local 465 if (platform_sp && platform_sp->GetOSVersion(major, minor, update)) in GetOSUpdateVersion() 466 return update; in GetOSUpdateVersion()
|