Home
last modified time | relevance | path

Searched refs:UPDATE (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/usr.bin/systat/
H A Dif.c165 #define UPDATE(x, y) do { \ macro
311 UPDATE(ifc_ip, ifm_data.ifi_ipackets); in fetchifstat()
312 UPDATE(ifc_ib, ifm_data.ifi_ibytes); in fetchifstat()
313 UPDATE(ifc_ie, ifm_data.ifi_ierrors); in fetchifstat()
314 UPDATE(ifc_iq, ifm_data.ifi_iqdrops); in fetchifstat()
315 UPDATE(ifc_op, ifm_data.ifi_opackets); in fetchifstat()
316 UPDATE(ifc_ob, ifm_data.ifi_obytes); in fetchifstat()
317 UPDATE(ifc_oe, ifm_data.ifi_oerrors); in fetchifstat()
318 UPDATE(ifc_oq, ifm_data.ifi_oqdrops); in fetchifstat()
319 UPDATE(ifc_c in fetchifstat()
[all...]
/openbsd-src/bin/md5/
H A Dcrc.c96 #define UPDATE(crc, byte) do \ macro
106 UPDATE(ctx->crc, buf[i]); in CKSUM_Update()
117 UPDATE(ctx->crc, len & 0xff); in CKSUM_Final()
/openbsd-src/gnu/usr.bin/gcc/contrib/
H A Dgcc_build247 UPDATE=0
279 update) UPDATE=1;;
286 if [ ${CHECKOUT} -ne 0 ] && [ ${UPDATE} -ne 0 ]; then
293 elif [ ${UPDATE} -ne 0 ]; then
/openbsd-src/usr.sbin/ypserv/ypinit/
H A Dypinit.sh31 SERVERTYPE=UPDATE
56 SERVERTYPE=UPDATE
289 if [ "${SERVERTYPE}" = "UPDATE" ];
/openbsd-src/gnu/lib/libreadline/doc/
H A Dmanvers.texinfo8 @set UPDATE-MONTH March 2002
H A Drluserman.texinfo47 @subtitle @value{UPDATE-MONTH}
H A Dhist.texinfo48 @subtitle @value{UPDATE-MONTH}
H A Drlman.texinfo48 @subtitle @value{UPDATE-MONTH}
/openbsd-src/usr.sbin/bgpd/
H A Dutil.c381 #define UPDATE() \ in aspath_delim()
403 UPDATE(); in aspath_snprint()
410 UPDATE(); in aspath_snprint()
413 UPDATE(); in aspath_snprint()
417 UPDATE(); in aspath_snprint()
422 #undef UPDATE in aspath_snprint()
391 #define UPDATE( aspath_snprint() macro
H A Dsession.h72 UPDATE, global() enumerator
H A Dsession.c2193 "received UPDATE: illegal len: %u byte", len); in parse_open()
H A Dmrt.c72 /* UPDATE has withdraw routes, therefore IPv4 */ in mrt_update_msg_guess_aid()
80 /* UPDATE has NLRI prefixes, therefore IPv4 */ in mrt_update_msg_guess_aid()
85 /* UPDATE is an IPv4 EoR marker */ in mrt_update_msg_guess_aid()
/openbsd-src/gnu/usr.bin/binutils/gdb/vx-share/
H A DvxWorks.h86 #define UPDATE 2 macro
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dhash.h20 RCSVERS, DIRS, UPDATE, LOCK, NDBMNODE, FILEATTR, enumerator
H A Dcommit.c300 node->type = UPDATE;
975 p->type = UPDATE;
988 p->type = UPDATE;
1001 p->type = UPDATE;
H A Dtag.c446 p->type = UPDATE;
457 p->type = UPDATE;
H A Dhash.c467 case UPDATE: return("UPDATE");
H A Dadd.c794 p->type = UPDATE;
H A Dimport.c372 p->type = UPDATE;
/openbsd-src/sys/dev/pci/drm/i915/gem/
H A Di915_gem_execbuffer.c70 #define UPDATE PIN_OFFSET_FIXED macro
676 entry->offset = i915_vma_offset(vma) | UPDATE; in eb_reserve_vma()
1033 entry->offset = i915_vma_offset(vma) | UPDATE; in eb_validate_vmas()
1418 return target->node.start | UPDATE; in relocate_entry()
1596 offset = gen8_canonical_addr(offset & ~UPDATE); in eb_relocate_vma()
3661 if (!(exec2_list[i].offset & UPDATE)) in i915_gem_execbuffer2_ioctl()
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.vos119 =head1 LAST UPDATE
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Dintro.doc55 TO UPDATE YOUR COPY
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.opt108 Target Report RejectNegative InverseMask(NO_UPDATE, UPDATE)
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1548 if (ForceUpdate && Phase == AttributorPhase::UPDATE)
1616 Phase = AttributorPhase::UPDATE;
1701 if (Phase == AttributorPhase::SEEDING || Phase == AttributorPhase::UPDATE)
2380 UPDATE,
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/
H A DChangeLog348 follow their 'masters'. UPDATE: On second thoughts, why

12