Searched refs:holder (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock.c148 lp->holder = txn->parent->txnid;
155 if (lp->holder != locker) {
474 newl->holder = locker;
499 * this happens is when the holder has a WRITE lock and a READ lock
511 if (locker == lp->holder ||
512 __lock_is_parent(lp->holder, txn)) {
553 locker != lp->holder)
691 if (lp->holder == locker && lp->mode == mode)
765 (u_long)lp->holder, mode, (u_long)lp->refcount, status);
903 if (__lock_getobj(lt, lockp->holder, NUL
[all...]
H A Dlock_deadlock.c276 * for each waiter/holder combination.
292 if (__lock_getobj(lt, lp->holder,
298 id_array[lockerp->dd_id].id = lp->holder;
302 * If the holder has already been aborted, then
318 if (__lock_getobj(lt, lp->holder,
324 id_array[lockerp->dd_id].id = lp->holder;
H A Dlock_region.c655 (u_long)lp->holder, (u_long)lp->mode,
/osnet-11/usr/src/lib/libmalloc/common/
H A Dmallint.h83 struct holdblk *holder; member in union:lblk::__anon1929
H A Dmalloc.c414 lblk->header.holder = (struct holdblk *)SETALL(holdblk);
436 lblk->header.holder = (struct holdblk *)SETALL(newhold);
440 assert(((struct holdblk *)CLRALL(lblk->header.holder))->blksz >=
655 /* queue containing blk's holder */
667 holdblk = lblk->header.holder;
753 header.holder)) {
769 CLRALL(lblk->header.holder))->blksz;
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dalgs.c487 struct ipsecalgent *clone, **holder; local
552 holder = realloc(current_proto->proto_algs,
554 if (holder == NULL) {
560 free(holder);
565 current_proto->proto_algs = holder;
H A Dipsec_util.c696 char ibuf[IBUF_SIZE], holder[IBUF_SIZE]; local
740 (void) strcpy(holder, ibuf);
741 hptr = &(holder[strlen(holder)]);
753 (size_t)(&(holder[IBUF_SIZE]) - hptr));
754 if (holder[IBUF_SIZE - 1] != '\0') {
773 (void) strcpy(ibuf, holder);
3299 static struct ipsecalgent *holder = NULL; /* we're single-threaded */ local
3301 if (holder != NULL)
3302 freeipsecalgent(holder);
[all...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dlock.h138 u_int32_t holder; /* Who holds this lock. */ member in struct:__db_lock
139 SH_TAILQ_ENTRY links; /* Free or holder/waiter list. */
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdllink.c595 datalink_id_t holder; member in struct:link_hold_arg_s
613 hold_arg->holder = aggrid;
632 hold_arg->holder = vlanid;
663 arg.holder = DATALINK_INVALID_LINKID;
667 if (arg.holder != DATALINK_INVALID_LINKID)
673 if (arg.holder != DATALINK_INVALID_LINKID)
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c233 char holder[MAXPATHLEN]; local
252 strcpy(holder, &path[3]); /* strip "/.." */
253 strcpy(path, holder);
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile654 # This is the copyright holder that gets inserted into the header of the
655 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
657 # sources, belong to the copyright holder of the package.) Translators are
759 --copyright-holder='$(COPYRIGHT_HOLDER)' \
766 --copyright-holder='$(COPYRIGHT_HOLDER)' \
779 --copyright-holder='$(COPYRIGHT_HOLDER)' \
788 --copyright-holder='$(COPYRIGHT_HOLDER)' \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile654 # This is the copyright holder that gets inserted into the header of the
655 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
657 # sources, belong to the copyright holder of the package.) Translators are
759 --copyright-holder='$(COPYRIGHT_HOLDER)' \
766 --copyright-holder='$(COPYRIGHT_HOLDER)' \
779 --copyright-holder='$(COPYRIGHT_HOLDER)' \
788 --copyright-holder='$(COPYRIGHT_HOLDER)' \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm57 Otherwise the C<PerlIO> package is a place holder for additional
/osnet-11/usr/src/grub/grub2/
H A Dconfigure7409 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
7410 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
[all...]

Completed in 113 milliseconds