/illumos-gate/usr/src/contrib/zlib/ |
H A D | inffast.c | 65 unsigned long hold; /* local strm->hold */ in inflate_fast() local 92 hold = state->hold; in inflate_fast() 103 hold += (unsigned long)(*in++) << bits; in inflate_fast() 105 hold += (unsigned long)(*in++) << bits; in inflate_fast() 108 here = lcode + (hold & lmask); in inflate_fast() 111 hold >>= op; in inflate_fast() 125 hold += (unsigned long)(*in++) << bits; in inflate_fast() 128 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 129 hold >>= op; in inflate_fast() 134 hold += (unsigned long)(*in++) << bits; in inflate_fast() [all …]
|
H A D | inflate.c | 134 state->hold = 0; in inflateResetKeep() 244 state->hold = 0; in inflatePrime() 250 state->hold += (unsigned)value << state->bits; in inflatePrime() 465 hold = state->hold; \ 476 state->hold = hold; \ 483 hold = 0; \ 493 hold += (unsigned long)(*next++) << bits; \ 507 ((unsigned)hold & ((1U << (n)) - 1)) 512 hold >>= (n); \ 519 hold >>= bits & 7; \ [all …]
|
H A D | infback.c | 129 hold = state->hold; \ 140 state->hold = hold; \ 147 hold = 0; \ 171 hold += (unsigned long)(*next++) << bits; \ 186 ((unsigned)hold & ((1U << (n)) - 1)) 191 hold >>= (n); \ 198 hold >>= bits & 7; \ 252 unsigned long hold; /* bit buffer */ in inflateBack() local 275 hold = 0; in inflateBack() 321 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { in inflateBack() [all …]
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | gethead.c | 68 char *hold; in gethead() local 81 hold = holdval; in gethead() 131 (void) strlcpy(hold, wline + rc, MAXHDRSIZE); in gethead() 137 (void) strlcpy(hold, wline + 6, MAXHDRSIZE); in gethead() 146 sender_size = strcspn(hold, " \t"); in gethead() 148 if ((uucpptr = strrchr(hold, '!')) != NULL) { in gethead() 149 uucpstart = uucpptr - hold + 1; in gethead() 157 hold[rc] != ' ' && hold[rc] != '\t' && in gethead() 159 userval[ix++] = hold[rc]; in gethead() 171 for (; hold[rc] != '\0' && hold[rc] != ' ' && in gethead() [all …]
|
/illumos-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | demangle.c | 55 static char *hold; variable 87 return (hold); in second() 91 return (hold); in second() 97 return (hold); in second() 106 return (hold); in second() 112 return (hold); in second() 132 hold = c; in demangle() 137 c = hold; in demangle() 163 c = hold; in demangle() 213 c = hold; in demangle() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | main.c | 133 int hold = 0; in main() local 169 hold = -1; in main() 171 hold = atoi (optarg); in main() 247 if (hold && verbose) in main() 250 while (hold) in main() 252 if (hold > 0) in main() 253 hold--; in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | sigcrit.c | 70 static long hold; /* held signal mask */ variable 80 hold |= sigmask(sig); in interrupt() 133 hold = 0; in sigcritical() 138 hold &= ~sigmask(signals[i].sig); in sigcritical() 161 return hold != 0; in sigcritical() 184 if (hold) in sigcritical() 189 if (hold & sigmask(signals[i].sig)) in sigcritical()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vwind.c | 122 if (hold & HOLDWIG) in vup() 171 if (hold & HOLDWIG) in vdown() 265 short oldhold = hold; in vshow() 287 oldhold = hold; in vshow() 288 hold |= HOLDAT; in vshow() 296 hold = oldhold; in vshow() 371 short oldhold = hold; in vroll() 378 hold |= HOLDAT|HOLDROL; in vroll() 393 hold = oldhold; in vroll() 410 short oldhold = hold; in vrollR() [all …]
|
H A D | ex_vadj.c | 65 if (hold & HOLDROL) in vopen() 156 if (hold & HOLDDOL) in vreopen() 231 oldhold = hold; in vglitchup() 232 hold |= HOLDECH; in vglitchup() 236 hold = oldhold; in vglitchup() 275 if (i > 1 && (hold & HOLDAT) == 0) in vinslin() 312 if ((hold & HOLDAT) == 0) in vinslin() 608 short oldhold = hold; in vrepaint() 609 hold |= HOLDAT, vredraw(LASTLINE), hold = oldhold; in vrepaint() 646 short oldhold = hold; in vredraw() [all …]
|
H A D | ex_vput.c | 81 if ((hold & HOLDAT) == 0) in vclrlin() 143 fprintf(trace, "vclrech(%d), Peekkey %d, hold %o\n", didphys, Peekkey, hold); 147 if (hold & HOLDECH) { 618 …if ((!enter_insert_mode || !exit_insert_mode) && ((hold & HOLDQIK) || !value(vi_REDRAW) || value(v… in vinschar() 877 short oldhold = hold; in vishft() 880 hold |= HOLDPUPD; in vishft() 964 hold = oldhold; in vishft() 977 short oldhold = hold; in viin() 979 hold |= HOLDPUPD; in viin() 1055 hold = oldhold; in viin() [all …]
|
H A D | ex_vops.c | 104 short oldhold = hold; 187 OO = Outchar; Outchar = vinschar; hold |= HOLDQIK; 201 Outchar = OO; hold = oldhold; 387 int oldhold = hold; in vmove() 393 hold |= HOLDDOL; in vmove() 395 hold = oldhold; in vmove() 618 int oldhold = hold; in vchange() 620 hold |= HOLDAT, vclrlin(i, dot), hold = oldhold; in vchange() 730 short oldhold = hold; in voOpen() 763 oldhold = hold; in voOpen() [all …]
|
H A D | ex_vops2.c | 191 short oldhold = hold; in vappend() 378 hold = oldhold; in vappend() 388 hold |= HOLDQIK; in vappend() 416 hold |= HOLDROL; in vappend() 514 int oldhold = hold; in vappend() 517 hold |= HOLDQIK; in vappend() 519 hold = oldhold; in vappend() 710 hold = oldhold; in vappend()
|
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | replay.c | 74 register krb5_kdc_replay_ent *eptr, *last, *hold; in kdc_check_lookaside() local 106 hold = eptr; in kdc_check_lookaside() 109 free(hold); in kdc_check_lookaside() 163 register krb5_kdc_replay_ent *eptr, *last, *hold; in kdc_free_lookaside() local 169 hold = eptr; in kdc_free_lookaside() 172 free(hold); in kdc_free_lookaside()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | send_holds.ksh | 82 typeset hold=$2 84 log_note "checking $dataset for $hold" 85 eval "zfs holds $dataset |grep -q $hold" 125 log_must zfs hold hold1-1 $init_snap 126 log_must zfs hold hold1-2 $init_snap 145 log_must zfs hold hold2-1 $inc_snap 171 log_must zfs hold hold3-1 $inc_snap3
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_012_pos.ksh | 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
|
H A D | zfs_destroy_011_pos.ksh | 42 log_must zfs hold zfstest $snap
|
H A D | zfs_destroy_013_neg.ksh | 41 log_must zfs hold zfstest $snap
|
H A D | zfs_destroy_016_pos.ksh | 163 log_must zfs hold keep $TESTPOOL/$TESTFS1@snap$i 164 log_must zfs hold keep $TESTPOOL/$TESTVOL@snap$i
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_sol_dev.c | 2169 vmm_hold_t *hold; in vmm_drv_hold() local 2197 hold = kmem_zalloc(sizeof (*hold), KM_SLEEP); in vmm_drv_hold() 2198 hold->vmh_sc = sc; in vmm_drv_hold() 2199 hold->vmh_release_req = B_FALSE; in vmm_drv_hold() 2201 list_insert_tail(&sc->vmm_holds, hold); in vmm_drv_hold() 2203 *holdp = hold; in vmm_drv_hold() 2211 vmm_drv_rele(vmm_hold_t *hold) in vmm_drv_rele() argument 2216 ASSERT(hold != NULL); in vmm_drv_rele() 2217 ASSERT(hold->vmh_sc != NULL); in vmm_drv_rele() 2218 VERIFY(hold->vmh_ioport_hook_cnt == 0); in vmm_drv_rele() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1655 unsigned long hold; /* input bit accumulator */ member 2081 unsigned long hold; /* local strm->hold */ local 2108 hold = state->hold; 2119 hold += (unsigned long)(PUP(in)) << bits; 2121 hold += (unsigned long)(PUP(in)) << bits; 2124 this = lcode[hold & lmask]; 2127 hold >>= op; 2141 hold += (unsigned long)(PUP(in)) << bits; 2144 len += (unsigned)hold & ((((unsigned int)1) << op) - 1); 2145 hold >>= op; [all …]
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_chkpnt.c | 248 boolean_t hold) in snapshot_create() argument 272 if (hold && snapshot_hold(volname, snapname, jname, recursive) != 0) { in snapshot_create() 289 boolean_t hold, int *zfs_err) in snapshot_destroy() argument 314 if (hold && in snapshot_destroy()
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapclient.c | 3095 multival_t *hold; in multival_new() local 3097 hold = calloc(1, sizeof (multival_t)); in multival_new() 3098 if (hold == NULL) { in multival_new() 3103 return (hold); /* NULL -> error */ in multival_new() 3148 clientopts_t *hold; in clientopts_new() local 3150 hold = calloc(1, sizeof (clientopts_t)); in clientopts_new() 3151 if (NULL == hold) { in clientopts_new() 3154 return (hold); /* NULL -> error */ in clientopts_new() 3157 hold->serviceAuthenticationMethod = multival_new(); in clientopts_new() 3158 if (NULL == hold->serviceAuthenticationMethod) { in clientopts_new() [all …]
|
/illumos-gate/usr/src/test/smbsrv-tests/include/ |
H A D | smbtor-excl-smb2.txt | 25 smb2.hold-sharemode 26 smb2.hold-oplock
|
/illumos-gate/usr/src/cmd/mailx/misc/ |
H A D | mailx.help | 21 hold,preserve [msglist] hold messages in mailbox
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 280 int hold = nextarg; \ 288 nextarg = hold; \ 869 int hold = nextarg; \ 872 nextarg = hold; \
|