Searched defs:UPDATE (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | inflate.c | 384 # 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 D | inflate.c | 433 # 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/cmd/avs/rdc/ |
H A D | sndrsyncd.c | 62 #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/lib/libshell/common/edit/ |
H A D | emacs.c | 166 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/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3101 #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/arn/ |
H A D | arn_core.h | 913 UPDATE, /* update pending */ enumerator in enum:arn_softc::__anon4858
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 4203 #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...] |
Completed in 161 milliseconds