Searched defs:hold (Results 1 - 25 of 34) sorted by relevance

12

/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/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/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 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...]
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
/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c239 sigset_t hold; /* mask of held signals */ local
254 hold = P->status.pr_lwp.pr_lwphold;
280 P->status.pr_lwp.pr_lwphold = hold;
/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/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/cmd/vi/port/
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_vis.h205 * the bits of hold, which acts to change the state of the general
228 var short hold; variable
/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/uts/common/fs/tmpfs/
H A Dtmp_dir.c140 tmpfs_hash_lookup(char *name, struct tmpnode *parent, uint_t hold, argument
158 * we put a hold on is the same one that we pass back.
162 if (hold) {
181 * The calling thread can't hold the write version
214 * with a hold on it.
635 * effect of removing the parent. We do hold/rele
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c49 static int begin_synchronized_op(struct port_info *pi, int hold, int waitok);
794 begin_synchronized_op(struct port_info *pi, int hold, int waitok) argument
817 if (!hold)
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c1046 ddi_acc_handle_t hold[ALLOC_RETRY]; local
1049 hold[cnt] = NULL;
1062 * if it is bad, hold it and retry
1066 hold[cnt] = buf->acc_handle;
1077 if (hold[cnt])
1078 ddi_dma_mem_free(&hold[cnt]);
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c1329 char *hold = OldName; local
1332 (void) snprintf(OldName, length, s, NewName, hold);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h404 int hold; /* clock update */ member in struct:sysdata
/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/uts/common/fs/specfs/
H A Dspecvnops.c242 * When SUCCESS is returned the 'hold' argument determines if the open
247 spec_lockcsp(struct snode *csp, int intr, int setlock, int hold) argument
268 if (hold)
1585 * Drop the temporary hold by vn_rele now
1663 * if we have a hold on a devinfo node (established by
1664 * spec_assoc_vp_with_devi), release the hold
2531 * kind through any [s, v]node goes away. The s_dip hold
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c803 * When DR is initialized, we walk the device tree and acquire a hold on
843 int hold = 1; local
847 ddi_walk_devs(ddi_get_child(dip), drmach_hold_rele_devtree, &hold); local
856 int hold = 0; local
860 ddi_walk_devs(ddi_get_child(dip), drmach_hold_rele_devtree, &hold); local
938 * Walk descendants of the devinfo root node and hold
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c901 int hold; member in struct:sysc_hold
950 if (ap->hold) {
1014 arg.hold = 0;
1071 * devinfo root node and hold all branches of interest.
1080 arg.hold = 1;

Completed in 98 milliseconds

12