Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/trueos/sys/dev/isci/scil/
HDsci_base_observer.c75 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()
HDsci_base_observer.h102 SCI_BASE_OBSERVER_UPDATE_T update; member
118 SCI_BASE_OBSERVER_UPDATE_T update
135 SCI_BASE_OBSERVER_UPDATE_T update,
/trueos/sys/ofed/drivers/infiniband/core/
HDlocal_sa.c430 struct update_info *update) in get_sa_msg() argument
454 msg->context[1] = update; in get_sa_msg()
466 struct update_info *update, in format_path_req() argument
484 if (update->type == SA_UPDATE_ADD) { in format_path_req()
486 memcpy(&path_rec.dgid, &update->gid, sizeof path_rec.dgid); in format_path_req()
493 struct update_info *update) in send_query() argument
497 port->msg = get_sa_msg(port, update); in send_query()
501 format_path_req(port, update, port->msg); in send_query()
518 struct update_info *update; in add_update() local
520 update = kmalloc(sizeof *update, GFP_KERNEL); in add_update()
[all …]
/trueos/contrib/groff/src/roff/troff/
HDmtsm.cpp294 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 …]
HDmtsm.h110 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);
/trueos/sys/dev/drm/
HDdrm_drawable.c118 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()
/trueos/sys/boot/arm/at91/libat91/
HDemac.c386 unsigned update; in MII_GetLinkSpeed() local
393 update = pEmac->EMAC_CFG & ~(AT91C_EMAC_SPD | AT91C_EMAC_FD); in MII_GetLinkSpeed()
394 update |= AT91C_EMAC_SPD; in MII_GetLinkSpeed()
395 update |= AT91C_EMAC_FD; in MII_GetLinkSpeed()
401 update = pEmac->EMAC_CFG & ~(AT91C_EMAC_SPD | AT91C_EMAC_FD); in MII_GetLinkSpeed()
403 update |= AT91C_EMAC_SPD; in MII_GetLinkSpeed()
405 update |= AT91C_EMAC_FD; in MII_GetLinkSpeed()
426 update = pEmac->EMAC_CFG & ~(AT91C_EMAC_SPD | AT91C_EMAC_FD); in MII_GetLinkSpeed()
429 update |= AT91C_EMAC_SPD; in MII_GetLinkSpeed()
433 update |= AT91C_EMAC_FD; in MII_GetLinkSpeed()
[all …]
/trueos/share/examples/diskless/
HDclone_root105 update() { function
124 update
128 update) # clean and rebuild mountpoints and device entries
129 update
/trueos/contrib/bsnmp/snmp_mibII/
HDmibII_ipaddr.c46 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()
/trueos/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
Dconstructors_destructor_fn_imps.hpp163 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()
/trueos/crypto/heimdal/kdc/
HDannounce.c360 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()
/trueos/sys/net80211/
HDieee80211_tdma.c409 int slot, slotlen, update; in tdma_update() local
414 update = 0; in tdma_update()
422 update |= TDMA_UPDATE_SLOTCNT; in tdma_update()
432 update |= TDMA_UPDATE_SLOTLEN; in tdma_update()
441 update |= TDMA_UPDATE_BINTVAL; in tdma_update()
459 update |= TDMA_UPDATE_SLOT; in tdma_update()
463 update = TDMA_UPDATE_SLOT in tdma_update()
469 if (update) { in tdma_update()
474 if (update & TDMA_UPDATE_SLOTCNT) in tdma_update()
476 if (update & TDMA_UPDATE_SLOTLEN) in tdma_update()
[all …]
/trueos/contrib/llvm/lib/Target/ARM/
HDARMScheduleV6.td113 // 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
/trueos/contrib/sendmail/src/
HDratectrl.c222 client_rate(now, saddr, update) in client_rate() argument
225 bool update;
337 if (update)
435 total_rate(now, update) in total_rate() argument
437 bool update;
456 if (update)
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBPlatform.cpp437 uint32_t major, minor, update; in GetOSMajorVersion() local
439 if (platform_sp && platform_sp->GetOSVersion(major, minor, update)) in GetOSMajorVersion()
448 uint32_t major, minor, update; in GetOSMinorVersion() local
450 if (platform_sp && platform_sp->GetOSVersion(major, minor, update)) in GetOSMinorVersion()
458 uint32_t major, minor, update; in GetOSUpdateVersion() local
460 if (platform_sp && platform_sp->GetOSVersion(major, minor, update)) in GetOSUpdateVersion()
461 return update; in GetOSUpdateVersion()
/trueos/crypto/openssl/crypto/evp/
HDdigest.c207 ctx->update = type->update; in EVP_DigestInit_ex()
244 return ctx->update(ctx, data, count); in EVP_DigestUpdate()
320 out->update = in->update; in EVP_MD_CTX_copy_ex()
HDm_null.c70 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
86 update,
HDm_wp.c19 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
35 update,
HDm_ripemd.c78 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
94 update,
HDm_ecdsa.c126 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
142 update,
/trueos/usr.sbin/lmcconfig/
HDlmcconfig.c95 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 …]
/trueos/usr.sbin/freebsd-update/
HDMakefile3 SCRIPTS=freebsd-update.sh
4 MAN= freebsd-update.8
/trueos/contrib/gcc/config/rs6000/
HDpower5.md24 ;; 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
/trueos/contrib/ldns/
HDMakefile.in69 …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 …]
/trueos/contrib/sendmail/editmap/
HDeditmap.c81 bool update = false; local
153 update = true;
188 (update && argc <= 3))
197 if (update)
345 else if (update)

12345678910>>...29