Searched refs:UPDATE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c166 UPDATE, /* Update the screen as need be */ enumerator in enum:__anon3947
386 draw(ep,UPDATE);
516 draw(ep,UPDATE);
576 draw(ep,UPDATE);
665 draw(ep,UPDATE);
673 draw(ep,UPDATE);
724 draw(ep,UPDATE);
731 draw(ep,UPDATE);
818 draw(ep,UPDATE);
931 draw(ep,UPDATE);
[all...]
/illumos-gate/usr/src/lib/librstp/common/
H A Dportinfo.c33 CHOOSE(UPDATE), \
371 case UPDATE:
375 port->agreed = port->synced = False; /* In UPDATE */
376 port->proposed = port->proposing = False; /* in UPDATE */
463 return STP_hop_2_state (this, UPDATE);
466 case UPDATE:
470 return STP_hop_2_state (this, UPDATE);
/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr1450 UPDATE=update
1516 action=${UPDATE}
1750 "${REBUILD}" | "${UPDATE}")
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c62 #define UPDATE "update" macro
751 if ((cfg_put_cstring(cfg, key, UPDATE, strlen(UPDATE)) < 0) ||
1326 if ((cfg_put_cstring(cfg, key, UPDATE, strlen(UPDATE)) < 0) ||
1539 if (strcmp(buf, UPDATE) != 0) {
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c384 # define UPDATE(check, buf, len) \ macro
387 # define UPDATE(check, buf, len) adler32(check, buf, len) macro
1110 UPDATE(state->check, put - out, out);
1174 UPDATE(state->check, strm->next_out - out, out);
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c433 # define UPDATE(check, buf, len) \ macro
436 # define UPDATE(check, buf, len) adler32(check, buf, len) macro
1182 UPDATE(state->check, put - out, out);
1245 UPDATE(state->check, strm->next_out - out, out);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y54 ** UPDATE ON (a,b,c)
214 refarg(A) ::= ON UPDATE refact(X). { A.value = X<<8; A.mask = 0x00ff00; }
494 ////////////////////////// The UPDATE command ////////////////////////////////
496 cmd ::= UPDATE orconf(R) nm(X) dbnm(D) SET setlist(Y) where_opt(Z).
818 trigger_event(A) ::= UPDATE. { A.a = TK_UPDATE; A.b = 0;}
819 trigger_event(A) ::= UPDATE OF inscollist(X). {A.a = TK_UPDATE; A.b = X; }
840 // UPDATE
841 trigger_cmd(A) ::= UPDATE orconf(R) nm(X) SET setlist(Y) where_opt(Z).
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3101 #define UPDATE {UPDBITS UPDIN UPDOUT} macro
3102 #define LEAVE {UPDATE return inflate_flush(s,z,r);}
3270 /* copy input/output information to locals (UPDATE macro restores) */
3478 UPDATE
3581 UPDATE
4160 /* copy input/output information to locals (UPDATE macro restores) */
4170 UPDATE
4506 UPDATE
4529 UPDATE
4536 UPDATE
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4203 #define UPDATE {UPDBITS UPDIN UPDOUT} macro
4204 #define LEAVE {UPDATE return (inflate_flush(s, z, r)); }
4365 /* copy input/output information to locals (UPDATE macro restores) */
4588 UPDATE;
4715 UPDATE;
5344 /* copy input/output information to locals (UPDATE macro restores) */
5356 UPDATE;
5772 UPDATE;
5800 UPDATE;
5805 UPDATE;
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h913 UPDATE, /* update pending */ enumerator in enum:arn_softc::__anon4858

Completed in 111 milliseconds