Home
last modified time | relevance | path

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

123456

/titanic_50/usr/src/uts/common/fs/zfs/
H A Drefcount.c118 refcount_add_many(refcount_t *rc, uint64_t number, void *holder) in refcount_add_many() argument
125 ref->ref_holder = holder; in refcount_add_many()
140 refcount_add(refcount_t *rc, void *holder) in refcount_add() argument
142 return (refcount_add_many(rc, 1, holder)); in refcount_add()
146 refcount_remove_many(refcount_t *rc, uint64_t number, void *holder) in refcount_remove_many() argument
163 if (ref->ref_holder == holder && ref->ref_number == number) { in refcount_remove_many()
188 panic("No such hold %p on refcount %llx", holder, in refcount_remove_many()
194 refcount_remove(refcount_t *rc, void *holder) in refcount_remove() argument
196 return (refcount_remove_many(rc, 1, holder)); in refcount_remove()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h90 #define refcount_add(rc, holder) atomic_inc_64_nv(&(rc)->rc_count)
91 #define refcount_remove(rc, holder) atomic_dec_64_nv(&(rc)->rc_count)
92 #define refcount_add_many(rc, number, holder) \
94 #define refcount_remove_many(rc, number, holder) \
/titanic_50/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 …]
/titanic_50/usr/src/data/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
/titanic_50/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()
/titanic_50/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;
/titanic_50/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 …]
/titanic_50/usr/src/lib/libtecla/
H A DTHIRDPARTYLICENSE25 * Except as contained in this notice, the name of a copyright holder
28 * of the copyright holder.
/titanic_50/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.c698 char ibuf[IBUF_SIZE], holder[IBUF_SIZE]; in do_interactive() local
742 (void) strcpy(holder, ibuf); in do_interactive()
743 hptr = &(holder[strlen(holder)]); in do_interactive()
755 (size_t)(&(holder[IBUF_SIZE]) - hptr)); in do_interactive()
756 if (holder[IBUF_SIZE - 1] != '\0') { in do_interactive()
775 (void) strcpy(ibuf, holder); in do_interactive()
3301 static struct ipsecalgent *holder = NULL; /* we're single-threaded */ in rparsealg() local
3303 if (holder != NULL) in rparsealg()
3304 freeipsecalgent(holder); in rparsealg()
3306 holder = getipsecalgbynum(alg, proto_num, NULL); in rparsealg()
[all …]
/titanic_50/usr/src/lib/iconv_modules/
H A DTHIRDPARTYLICENSE.icu28 Except as contained in this notice, the name of a copyright holder
31 of the copyright holder.
/titanic_50/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.
/titanic_50/usr/src/lib/libmalloc/common/
H A Dmalloc.c415 lblk->header.holder = (struct holdblk *)SETALL(holdblk); in malloc_unlocked()
437 lblk->header.holder = (struct holdblk *)SETALL(newhold); in malloc_unlocked()
441 assert(((struct holdblk *)CLRALL(lblk->header.holder))->blksz >= in malloc_unlocked()
668 holdblk = lblk->header.holder; in free_unlocked()
754 header.holder)) { in realloc_unlocked()
770 CLRALL(lblk->header.holder))->blksz; in realloc_unlocked()
H A Dmallint.h83 struct holdblk *holder; member
/titanic_50/usr/src/uts/common/rpcsvc/
H A Dnlm_prot.x82 struct nlm_holder holder; variable
233 struct nlm4_holder holder; variable
/titanic_50/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()
654 dp_addr(&the_lock.holder), the_lock.holder.sin_port, in lock_stat()
818 DPF((stderr, "when %s holds lock\n", dp_addr(&the_lock.holder))); in remote_unlock()
884 send_lockmsg(GRANTED, (pid_t)0, &the_lock.holder, 0); in keepalive()
/titanic_50/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()
/titanic_50/usr/src/common/crypto/aes/amd64/
H A DTHIRDPARTYLICENSE.gladman15 3. the name of the copyright holder is not used to endorse products
/titanic_50/usr/src/cmd/localedef/data/
H A DTHIRDPARTYLICENSE48 Except as contained in this notice, the name of a copyright holder
51 written authorization of the copyright holder.
/titanic_50/usr/src/uts/common/klm/
H A Dnlm_rpc_clnt.c112 &res->stat.nlm4_testrply_u.holder, in nlm_test_rpc()
113 &res1.stat.nlm_testrply_u.holder); in nlm_test_rpc()
H A Dnlm_rpc_svc.c168 &resp->stat.nlm_testrply_u.holder, in nlm_test_1_svc()
169 &res4.stat.nlm4_testrply_u.holder); in nlm_test_1_svc()
348 &res1.stat.nlm_testrply_u.holder, in nlm_test_res_1_cb()
349 &res4->stat.nlm4_testrply_u.holder); in nlm_test_res_1_cb()
/titanic_50/usr/src/cmd/fwflash/plugins/hdrs/
H A Dtavor_ib.h53 uint32_t holder; member
/titanic_50/usr/src/lib/iconv_modules/utf-8/common/tbls/
H A Ducs4_to_cp720.tbl55 * Except as contained in this notice, the name of a copyright holder
58 * of the copyright holder.

123456