Searched refs:where (Results 51 - 75 of 273) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dcong.c118 avl_index_t where; local
121 map = avl_find(&rdsv3_cong_tree, insert, &where);
123 avl_insert(&rdsv3_cong_tree, insert, where);
129 map = avl_find(&rdsv3_cong_tree, &map1, &where);
H A Dbind.c118 avl_index_t where; local
122 bucketp = avl_find(&rdsv3_bind_tree, &needle, &where);
130 avl_insert(&rdsv3_bind_tree, bucketp, where);
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c256 * We parse two charmap files: First the "from" map, where we build
259 * where we fill in the tombs members of entries in cmap_sym, (which
485 avl_index_t where; local
489 cm = avl_find(&cmap_mbs, &srch, &where);
494 cm = avl_nearest(&cmap_mbs, where, AVL_AFTER);
H A Diconv_list.c72 avl_index_t where; local
77 cs = avl_find(&cs_avl, &tmp, &where);
94 avl_insert(&cs_avl, cs, where);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c155 avl_index_t where; local
169 node = avl_find(&chandle->ch_cache, newnode, &where);
183 avl_insert(&chandle->ch_cache, newnode, where);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c57 char *where = curline; /* current point in line */ variable
78 where = curline;
398 for (i = 0; i < where - curline; i++) {
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c202 avl_index_t where; local
231 old_vp = avl_find(&vncache_avl, new_vp, &where);
235 avl_insert(&vncache_avl, new_vp, where);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dgroups.c46 avl_index_t where; local
68 if ((isdp = avl_find(avlt, &isd, &where)) != NULL) {
83 avl_insert(avlt, isdp, where);
H A Dmap_support.c44 * Given a NULL terminated array of structures of arbitrary type, where
441 avl_index_t where; local
474 if ((sdp = ld_sym_find(symname, SYM_NOHASH, &where, ofl)) == NULL) {
488 SHN_ABS, (FLG_SY_SPECSEC | FLG_SY_GLOBREF), &where)) ==
597 * where - Insertion point, initialized by a previous (failed) call to
613 avl_index_t where)
651 * Determine where the new item should be inserted in
700 avl_insert(&ofl->ofl_segs_avl, sgp, where);
723 avl_index_t where; local
727 (ld_ent_lookup(mf->mf_ofl, name, &where) !
612 ld_map_seg_insert(Mapfile *mf, dbg_state_t dbg_state, Sg_desc *sgp, avl_index_t where) argument
1066 avl_index_t where; local
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dbzipfs.c68 static off_t bzf_seek(struct open_file *f, off_t offset, int where);
235 bzf->bzf_bzstream.next_out = buf; /* where and how much */
310 bzf_seek(struct open_file *f, off_t offset, int where) argument
316 switch (where) {
346 /* This is where we are (be honest if we overshot) */
H A Dsplitfs.c51 static off_t splitfs_seek(struct open_file *f, off_t offset, int where);
235 splitfs_seek(struct open_file *f, off_t offset, int where) argument
245 switch (where) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c267 * in 'where' with the current mountpoint, and return 1. Otherwise, we return
271 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) argument
278 if (where != NULL)
279 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp);
285 zfs_is_mounted(zfs_handle_t *zhp, char **where) argument
287 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where));
528 zfs_is_shared_proto(zfs_handle_t *zhp, char **where, zfs_share_proto_t proto) argument
538 if (where != NULL)
539 *where = mountpoint;
550 zfs_is_shared_nfs(zfs_handle_t *zhp, char **where) argument
557 zfs_is_shared_smb(zfs_handle_t *zhp, char **where) argument
[all...]
H A Dlibzfs_changelist.c399 char where[64]; local
416 sizeof (property), &sourcetype, where, sizeof (where),
429 sizeof (property), &share_sourcetype, where, sizeof (where),
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c275 FILE *where, boolean_t ignore_nss)
325 if (fprintf(where, "%s", printable_addr) < 0)
328 if (fprintf(where, dgettext(TEXT_DOMAIN,
337 if (fprintf(where,
345 if (fprintf(where,
350 if (fprintf(where,
357 if (fputs(".\n", where) == EOF)
377 dump_key(uint8_t *keyp, uint_t bitlen, uint_t saltbits, FILE *where, argument
393 if (fprintf(where, "XX") < 0)
396 if (fprintf(where, "
274 dump_sockaddr(struct sockaddr *sa, uint8_t prefixlen, boolean_t addr_only, FILE *where, boolean_t ignore_nss) argument
421 dump_generic_alg(uint8_t alg_num, int proto_num, FILE *where) argument
451 dump_aalg(uint8_t aalg, FILE *where) argument
457 dump_ealg(uint8_t ealg, FILE *where) argument
471 dump_sadb_idtype(uint8_t idtype, FILE *where, int *rc) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c153 char where[30]; local
185 len = sizeof (where) + sizeof (offinfo) + strlen(faultstr) +
193 (void) sprintf(where, "predicate");
195 (void) sprintf(where, "action #%d", err.dteda_action);
221 details, where, offinfo);
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c201 avl_index_t where; local
227 if ((lnp = avl_find(stp->st_lentree, &ln, &where)) == NULL) {
231 avl_insert(stp->st_lentree, lnp, where);
247 if ((snp = avl_find(lnp->ln_strtree, &sn, &where)) == NULL) {
251 avl_insert(lnp->ln_strtree, snp, where);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c45 * by n bytes of data, where n is contained in the header. The header
481 caddr_t where; local
485 where = rstrm->in_base;
487 where += i;
493 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
495 rstrm->in_finger = where;
496 where += len;
497 rstrm->in_boundry = where;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_error.c196 if (ip->where == NULL) {
197 ip->where = Strdup(dgettext(TEXT_DOMAIN,
405 char *where,
411 assert(where != NULL);
416 ip->where = Strdup(where);
430 char *where,
442 ip->where = NULL;
443 if (where != NULL)
444 ip->where
401 mduseerror( md_error_t *ep, md_use_errno_t errnum, md_dev64_t dev, char *where, char *name ) argument
426 mdoverlaperror( md_error_t *ep, md_overlap_errno_t errnum, char *name, char *where, char *overlap ) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c115 * (ct_reflock is also used in a couple other places where atomic
287 avl_index_t where; local
349 VERIFY(avl_find(&author->p_ct_held, ct, &where) == NULL);
350 avl_insert(&author->p_ct_held, ct, where);
357 VERIFY(avl_find(&contract_avl, ct, &where) == NULL);
358 avl_insert(&contract_avl, ct, where);
365 VERIFY(avl_find(&type->ct_type_avl, ct, &where) == NULL);
366 avl_insert(&type->ct_type_avl, ct, where);
455 * writes aren't atomic on x86. Since there are contexts where we are
597 avl_index_t where; local
1185 avl_index_t where; local
1248 avl_index_t where; local
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c99 static void dbwarn(Vmalloc_t* vm, Void_t* data, int where, argument
102 static void dbwarn(vm, data, where, file, line, func, type)
105 int where; /* byte that was corrupted */
106 const char* file; /* file where call originates */
141 { if(where == DB_ALLOC)
146 { if(where == 0)
153 if(where == DB_ALLOC)
155 else if(where == DB_FREE)
157 else if(where == DB_RESIZE)
159 else if(where
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c485 avl_index_t where; local
496 quota = avl_find(avl_tree, &key, &where);
507 quota = avl_find(avl_tree, &key, &where);
551 avl_index_t where; local
565 quota = avl_find(avl_tree, &key, &where);
673 avl_index_t where; local
679 quota = avl_find(&qtree->qt_avl, &key, &where);
992 avl_index_t where; local
1003 quota = avl_find(avl_tree, &key, &where);
1011 avl_insert(avl_tree, (void *)quota, where);
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c95 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where));
165 (xdrs, ar->ar_results.where));
228 (xdrs, ar->ar_results.where));
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c46 * This log is then shipped into an nvlist where the key is the dataset name and
99 avl_index_t where; local
120 if (avl_find(tree, &search, &where) != NULL) {
127 avl_insert(tree, new, where);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c87 avl_index_t where; local
121 sp = avl_find(&hcap->hca_passive_tree, &info, &where);
130 sp = avl_find(&hcap->hca_passive_comid_tree, &info, &where);
133 sp = avl_find(&hcap->hca_active_tree, &comid, &where);
210 /* First, insert a new "sp" into "hca_passive_tree" @ "where" */
211 avl_insert(&(hcap->hca_passive_tree), (void *)sp, where);
216 * "where" to insert the statep into the active tree.
221 &sp->local_comid, &where);
224 avl_insert(&hcap->hca_active_tree, (void *)sp, where);
227 avl_insert(&(hcap->hca_passive_comid_tree), (void *)sp, where);
1238 avl_index_t where = 0; local
[all...]
/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c140 avl_index_t where; local
143 if ((ctn = avl_find(&ctypes, &srch, &where)) == NULL) {
150 avl_insert(&ctypes, ctn, where);

Completed in 178 milliseconds

1234567891011