Searched refs:hold (Results 1 - 25 of 55) sorted by relevance

123

/illumos-gate/usr/src/uts/common/zmod/
H A Dinffast.c86 unsigned long hold; /* local strm->hold */ local
113 hold = state->hold;
124 hold += (unsigned long)(PUP(in)) << bits;
126 hold += (unsigned long)(PUP(in)) << bits;
129 this = lcode[hold & lmask];
132 hold >>= op;
146 hold += (unsigned long)(PUP(in)) << bits;
149 len += (unsigned)hold
[all...]
H A Dinflate.c128 state->hold = 0;
146 state->hold += value << state->bits;
416 hold = state->hold; \
427 state->hold = hold; \
434 hold = 0; \
444 hold += (unsigned long)(*next++) << bits; \
458 ((unsigned)hold & ((1U << (n)) - 1))
463 hold >>
569 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h96 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/illumos-gate/usr/src/boot/lib/libz/
H A Dinffast.c84 unsigned long hold; /* local strm->hold */ local
111 hold = state->hold;
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
127 here = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold
[all...]
H A Dinflate.c120 state->hold = 0;
240 state->hold = 0;
246 state->hold += value << state->bits;
465 hold = state->hold; \
476 state->hold = hold; \
483 hold = 0; \
493 hold += (unsigned long)(*next++) << bits; \
507 ((unsigned)hold
613 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h98 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
H A Dinfback.c134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bi local
[all...]
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c42 /* The variable "hold" contains the pointer to the array initially
56 static char *hold; variable
88 return hold;
92 return hold;
98 return hold;
107 return hold;
113 return hold;
135 hold = c;
140 c = hold;
165 c = hold;
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_012_pos.ksh23 # Deferred destroyed snapshots remain until the last hold is released.
26 # 2. 'zfs hold <tag1> <snap>'
35 log_assert "deferred destroyed snapshots remain until last hold is released"
42 log_must zfs hold zfstest1 $snap
47 log_must zfs hold zfstest2 $snap
48 log_mustnot zfs hold zfstest1 $snap
49 log_mustnot zfs hold zfstest2 $snap
62 log_pass "deferred destroyed snapshots remain until last hold is released"
H A Dzfs_destroy_011_pos.ksh24 # there is a user hold.
27 # 2. 'zfs hold <tag> <snap>'
42 log_must zfs hold zfstest $snap
H A Dzfs_destroy_013_neg.ksh26 # 2. 'zfs hold <tag> <snap>'
41 log_must zfs hold zfstest $snap
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c68 char *hold; local
81 hold = holdval;
131 (void) strlcpy(hold, wline + rc, MAXHDRSIZE);
137 (void) strlcpy(hold, wline + 6, MAXHDRSIZE);
146 sender_size = strcspn(hold, " \t");
148 if ((uucpptr = strrchr(hold, '!')) != NULL) {
149 uucpstart = uucpptr - hold + 1;
157 hold[rc] != ' ' && hold[rc] != '\t' &&
159 userval[ix++] = hold[r
[all...]
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dmain.c77 {"hold", optional_argument, 0, OPT_HOLD},
108 --hold wait until a debugger will attach\n\
133 int hold = 0; local
169 hold = -1;
171 hold = atoi (optarg);
247 if (hold && verbose)
250 while (hold)
252 if (hold > 0)
253 hold--;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dsigcrit.c70 static long hold; /* held signal mask */ variable
73 * hold last signal for later delivery
80 hold |= sigmask(sig);
133 hold = 0;
138 hold &= ~sigmask(signals[i].sig);
161 return hold != 0;
184 if (hold)
189 if (hold & sigmask(signals[i].sig))
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dreplay.c74 register krb5_kdc_replay_ent *eptr, *last, *hold; local
106 hold = eptr;
109 free(hold);
163 register krb5_kdc_replay_ent *eptr, *last, *hold; local
169 hold = eptr;
172 free(hold);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c122 if (hold & HOLDWIG)
171 if (hold & HOLDWIG)
265 short oldhold = hold;
287 oldhold = hold;
288 hold |= HOLDAT;
296 hold = oldhold;
371 short oldhold = hold;
378 hold |= HOLDAT|HOLDROL;
393 hold = oldhold;
410 short oldhold = hold;
[all...]
H A Dex_vops.c104 short oldhold = hold;
187 OO = Outchar; Outchar = vinschar; hold |= HOLDQIK;
201 Outchar = OO; hold = oldhold;
387 int oldhold = hold;
393 hold |= HOLDDOL;
395 hold = oldhold;
618 int oldhold = hold;
620 hold |= HOLDAT, vclrlin(i, dot), hold = oldhold;
730 short oldhold = hold;
[all...]
H A Dex_vadj.c65 if (hold & HOLDROL)
156 if (hold & HOLDDOL)
231 oldhold = hold;
232 hold |= HOLDECH;
236 hold = oldhold;
275 if (i > 1 && (hold & HOLDAT) == 0)
312 if ((hold & HOLDAT) == 0)
608 short oldhold = hold;
609 hold |= HOLDAT, vredraw(LASTLINE), hold local
[all...]
H A Dex_vput.c83 if ((hold & HOLDAT) == 0)
145 fprintf(trace, "vclrech(%d), Peekkey %d, hold %o\n", didphys, Peekkey, hold);
149 if (hold & HOLDECH) {
620 if ((!enter_insert_mode || !exit_insert_mode) && ((hold & HOLDQIK) || !value(vi_REDRAW) || value(vi_SLOWOPEN))) {
879 short oldhold = hold;
882 hold |= HOLDPUPD;
966 hold = oldhold;
979 short oldhold = hold;
981 hold |
[all...]
H A Dex_vops2.c191 short oldhold = hold;
378 hold = oldhold;
388 hold |= HOLDQIK;
416 hold |= HOLDROL;
514 int oldhold = hold;
517 hold |= HOLDQIK;
519 hold = oldhold;
710 hold = oldhold;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c187 * Put a hold on snapshot
209 NDMP_LOG(LOG_ERR, "Cannot hold snapshot %s", p);
248 boolean_t hold)
272 if (hold && snapshot_hold(volname, snapname, jname, recursive) != 0) {
274 "snapshot_create: %s hold failed (err=%d): %s",
289 boolean_t hold, int *zfs_err)
314 if (hold &&
247 snapshot_create(char *volname, char *jname, boolean_t recursive, boolean_t hold) argument
288 snapshot_destroy(char *volname, char *jname, boolean_t recursive, boolean_t hold, int *zfs_err) argument
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_006_neg.ksh64 log_must zfs hold tag $snap1
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c242 /* multival_t is used to hold params that can have more than one value */
253 * clientopts_t is used to hold and pass around the param values from
3094 multival_t *hold; local
3096 hold = calloc(1, sizeof (multival_t));
3097 if (hold == NULL) {
3102 return (hold); /* NULL -> error */
3147 clientopts_t *hold; local
3149 hold = calloc(1, sizeof (clientopts_t));
3150 if (NULL == hold) {
3153 return (hold); /* NUL
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/
H A DMakefile.com33 get-job-attributes.o get-jobs.o get-printer-attributes.o hold-job.o \
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dsio.S66 subb $0x5,%dl # Transmitter hold reg

Completed in 118 milliseconds

123