Home
last modified time | relevance | path

Searched refs:holder (Results 1 – 25 of 58) sorted by relevance

123

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c111 refcount_add_many(refcount_t *rc, uint64_t number, void *holder) in refcount_add_many() argument
118 ref->ref_holder = holder; in refcount_add_many()
133 refcount_add(refcount_t *rc, void *holder) in refcount_add() argument
135 return (refcount_add_many(rc, 1, holder)); in refcount_add()
139 refcount_remove_many(refcount_t *rc, uint64_t number, void *holder) in refcount_remove_many() argument
156 if (ref->ref_holder == holder && ref->ref_number == number) { in refcount_remove_many()
181 panic("No such hold %p on refcount %llx", holder, in refcount_remove_many()
187 refcount_remove(refcount_t *rc, void *holder) in refcount_remove() argument
189 return (refcount_remove_many(rc, 1, holder)); in refcount_remove()
/onnv-gate/usr/src/uts/common/vm/
H A Dxhat.c173 xh->holder = NULL; in xhat_attach_xhat()
197 if (xh->holder != NULL) { in xhat_detach_xhat()
206 if (xh->holder != curthread) { in xhat_detach_xhat()
227 if (xh->holder == curthread) in xhat_detach_xhat()
301 ASSERT(xh->holder == NULL); in xhat_free_start_all()
302 xh->holder = curthread; in xhat_free_start_all()
309 ASSERT(xh_nxt->holder == NULL); in xhat_free_start_all()
311 xh_nxt->holder = curthread; in xhat_free_start_all()
349 ASSERT(xh->holder == curthread); in xhat_free_end_all()
395 ASSERT(xh->holder == NULL); in xhat_swapout_all()
[all …]
/onnv-gate/usr/src/cmd/fps/fptest/
H A Dfsr_test.s107 setn fcmps_opr1, %l0, %l1 ! Get addr of operand 1 holder
108 setn fcmps_opr2, %l0, %l2 ! Get addr of operand 2 holder
109 setn fcmps_result, %l0, %l3 ! Get addr of result holder
188 setn fcmpd_opr1, %l0, %l1 ! Get addr of operand 1 holder
189 setn fcmpd_opr2, %l0, %l2 ! Get addr of operand 2 holder
190 setn fcmpd_result, %l0, %l3 ! Get addr of result holder
H A Dfpu_if64.s64 setn .Lgfsr,%l6,%l0 ! .. set the address of the result holder
103 setn .Lsfsr,%l6,%l0 ! .. set the address of the result holder
210 setn .Lfls1,%l6,%o5 ! .. set the address of the result holder
837 setn .Lsbsp2,%l6,%l0 ! set the address of the result holder
838 setn .Lsbsp1,%l6,%l1 ! .. get the address of temp1 (holder)
885 setn .Lsbdp2,%l6,%l0 ! set the address of the result holder
886 setn .Lsbdp1,%l6,%l1 ! .. get the address of temp1 (holder)
981 setn .Lmldp2,%l6,%l0 ! set the address of the result holder
982 setn .Lmldp1,%l6,%l1 ! .. get the address of temp1 (holder)
1030 setn .Ldvsp1,%l6,%l1 ! .. get the address of temp1 (holder)
[all …]
/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h86 #define refcount_add(rc, holder) atomic_add_64_nv(&(rc)->rc_count, 1)
87 #define refcount_remove(rc, holder) atomic_add_64_nv(&(rc)->rc_count, -1)
88 #define refcount_add_many(rc, number, holder) \
90 #define refcount_remove_many(rc, number, holder) \
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c543 char *holder = NULL; in parse_intlist() local
545 while ((holder = strtok((holder == NULL) ? args : NULL, comma)) != in parse_intlist()
551 rc[(*num_args) - 1] = atoi(holder); in parse_intlist()
566 char *holder = NULL; in new_alg() local
614 while ((holder = strtok((holder == NULL) ? flag_string : NULL, in new_alg()
616 alg_flags = parse_flag(holder, 0); in new_alg()
618 warnx(gettext("Invalid flag: %s\n"), holder); in new_alg()
624 while ((holder = strtok((holder == NULL) ? alg_names_string : NULL, in new_alg()
630 newbie.a_names[num_names - 1] = holder; in new_alg()
640 if ((holder = strchr(key_sizes_string, '-')) != NULL) { in new_alg()
[all …]
/onnv-gate/usr/src/cmd/hwdata/
H A DTHIRDPARTYLICENSE.pciids.tmpl3 below. For the purposes of this license, "copyright holder" should be
7 * Copyright (c) <year>, <copyright holder>
21 * THIS SOFTWARE IS PROVIDED BY <copyright holder> ``AS IS'' AND ANY
24 * DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY
/onnv-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dlm75.c224 int8_t holder; in lm75_get16() local
256 holder = (temp16 & LM75_COMP_MASK_UPPER); in lm75_get16()
257 holder = -holder; in lm75_get16()
258 holder = holder/2; in lm75_get16()
259 temp16 = 0 - holder; in lm75_get16()
/onnv-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock.c148 lp->holder = txn->parent->txnid;
155 if (lp->holder != locker) {
474 newl->holder = locker;
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, NULL, DB_LOCK_LOCKER, &sh_locker)
996 lp_h->holder != lp_w->holder &&
H A Dlock_deadlock.c292 if (__lock_getobj(lt, lp->holder,
298 id_array[lockerp->dd_id].id = lp->holder;
318 if (__lock_getobj(lt, lp->holder,
324 id_array[lockerp->dd_id].id = lp->holder;
/onnv-gate/usr/src/lib/libbsm/
H A Daudit_event.txt69 3:AUE_OPEN:open(2) - place holder:no
130 63:AUE_SEMSYS:semsys(2) - place holder:no
132 64:AUE_MSGSYS:msgsys(2) - place holder:no
134 65:AUE_SHMSYS:shmsys(2) - place holder:no
135 66:AUE_BSMSYS:bsmsys(2) - place holder:no
136 67:AUE_RFSSYS:rfssys(2) - place holder:no
139 70:AUE_VPIXSYS:vpixsys(2) - place holder:no
196 136:AUE_AUDITSVC:auditsvc(2) - place holder:no
198 138:AUE_AUDITON:auditon(2) - place holder:no
263 220:AUE_AUDITSYS:audit system calls place holder:no
[all …]
/onnv-gate/usr/src/lib/libtecla/
H A DTHIRDPARTYLICENSE25 * Except as contained in this notice, the name of a copyright holder
28 * of the copyright holder.
/onnv-gate/usr/src/uts/common/sys/
H A DTHIRDPARTYLICENSE.icu29 Except as contained in this notice, the name of a copyright holder
32 of the copyright holder.
/onnv-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c487 struct ipsecalgent *clone, **holder; in addipsecalg() local
552 holder = realloc(current_proto->proto_algs, in addipsecalg()
554 if (holder == NULL) { in addipsecalg()
560 free(holder); in addipsecalg()
565 current_proto->proto_algs = holder; in addipsecalg()
H A Dipsec_util.c697 char ibuf[IBUF_SIZE], holder[IBUF_SIZE]; in do_interactive() local
741 (void) strcpy(holder, ibuf); in do_interactive()
742 hptr = &(holder[strlen(holder)]); in do_interactive()
754 (size_t)(&(holder[IBUF_SIZE]) - hptr)); in do_interactive()
755 if (holder[IBUF_SIZE - 1] != '\0') { in do_interactive()
774 (void) strcpy(ibuf, holder); in do_interactive()
3300 static struct ipsecalgent *holder = NULL; /* we're single-threaded */ in rparsealg() local
3302 if (holder != NULL) in rparsealg()
3303 freeipsecalgent(holder); in rparsealg()
3305 holder = getipsecalgbynum(alg, proto_num, NULL); in rparsealg()
[all …]
/onnv-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c416 lblk->header.holder = (struct holdblk *)SETALL(holdblk); in malloc_unlocked()
438 lblk->header.holder = (struct holdblk *)SETALL(newhold); in malloc_unlocked()
442 assert(((struct holdblk *)CLRALL(lblk->header.holder))->blksz >= in malloc_unlocked()
669 holdblk = lblk->header.holder; in free_unlocked()
755 header.holder)) { in realloc_unlocked()
771 CLRALL(lblk->header.holder))->blksz; in realloc_unlocked()
H A Dmallint.h83 struct holdblk *holder; member
/onnv-gate/usr/src/head/rpcsvc/
H A Dnlm_prot.x83 struct nlm_holder holder; variable
234 struct nlm4_holder holder; variable
/onnv-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c115 daemonaddr_t holder; member
527 the_lock.holder = lock_wanted.remote; in try_lock()
530 find_lockdaemon(&the_lock.holder); in try_lock()
656 dp_addr(&the_lock.holder), the_lock.holder.sin_port, in lock_stat()
820 DPF((stderr, "when %s holds lock\n", dp_addr(&the_lock.holder))); in remote_unlock()
886 send_lockmsg(GRANTED, (pid_t)0, &the_lock.holder, 0); in keepalive()
/onnv-gate/usr/src/lib/libdladm/common/
H A Dlibdllink.c422 datalink_id_t holder; member
440 hold_arg->holder = aggrid; in i_dladm_aggr_link_hold()
459 hold_arg->holder = vlanid; in i_dladm_vlan_link_hold()
490 arg.holder = DATALINK_INVALID_LINKID; in i_dladm_rename_link_c2()
494 if (arg.holder != DATALINK_INVALID_LINKID) in i_dladm_rename_link_c2()
500 if (arg.holder != DATALINK_INVALID_LINKID) in i_dladm_rename_link_c2()
H A Dlibdlflow.c512 char *holder, *lasts; in i_dladm_flow_create_db() local
519 holder = strtok_r(line, " \t", &lasts); in i_dladm_flow_create_db()
520 if (holder == NULL) in i_dladm_flow_create_db()
524 if (strcmp(holder, attr->fi_flowname) == 0) { in i_dladm_flow_create_db()
/onnv-gate/usr/src/common/crypto/aes/amd64/
H A DTHIRDPARTYLICENSE.gladman15 3. the name of the copyright holder is not used to endorse products
/onnv-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dtavor_ib.h53 uint32_t holder; member
/onnv-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h138 u_int32_t holder; /* Who holds this lock. */ member
/onnv-gate/usr/src/common/crypto/
H A DTHIRDPARTYLICENSE.cryptogams17 copyright holder and contributors may be used to endorse or

123