Searched defs:where (Results 26 - 50 of 171) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c315 ld_seg_lookup(Ofl_desc *ofl, const char *name, avl_index_t *where) argument
320 return (avl_find(&ofl->ofl_segs_avl, &sg, where));
340 ld_ent_lookup(Ofl_desc *ofl, const char *name, avl_index_t *where) argument
345 return (avl_find(&ofl->ofl_ents_avl, &en, where));
H A Dmap.c254 * where the first letter of the string is a letter ('v', 'l', 's', ...)
1166 * Catch the error where the AUX or FILTER keyword
1220 avl_index_t where; local
1273 sgp1 = ld_seg_lookup(mf->mf_ofl, name, &where);
1385 sgp1, where)) {
1410 DBG_STATE_NEW_IMPLICIT, sgp1, where)) {
1439 DBG_STATE_NEW_IMPLICIT, sgp1, where)) {
/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/cmd/localedef/
H A Dcharmap.c198 avl_index_t where; local
207 if ((wc != -1) && ((avl_find(&cmap_wc, &srch, &where)) == NULL)) {
213 avl_insert(&cmap_wc, n, where);
217 if (avl_find(&cmap_sym, &srch, &where) != NULL) {
230 avl_insert(&cmap_sym, n, where);
H A Dctype.c140 avl_index_t where; local
143 if ((ctn = avl_find(&ctypes, &srch, &where)) == NULL) {
150 avl_insert(&ctypes, ctn, where);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drange_tree.c166 avl_index_t where; local
176 rs = avl_find(&rt->rt_root, &rsearch, &where);
188 rs_before = avl_nearest(&rt->rt_root, where, AVL_BEFORE);
189 rs_after = avl_nearest(&rt->rt_root, where, AVL_AFTER);
227 avl_insert(&rt->rt_root, rs, where);
241 avl_index_t where; local
252 rs = avl_find(&rt->rt_root, &rsearch, &where);
306 avl_index_t where; local
315 return (avl_find(&rt->rt_root, &rsearch, &where));
H A Ddsl_deadlist.c218 avl_index_t where; local
236 dle = avl_find(&dl->dl_tree, &dle_tofind, &where);
238 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE);
382 avl_index_t where; local
395 dle = avl_find(&dl->dl_tree, &dle_tofind, &where);
401 avl_nearest(&dl->dl_tree, where, AVL_AFTER) == NULL);
423 avl_index_t where; local
441 dle = avl_find(&dl->dl_tree, &dle_tofind, &where);
443 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE);
503 avl_index_t where; local
[all...]
H A Dvdev_cache.c340 avl_index_t where; local
347 ve = avl_find(&vc->vc_offset_tree, &ve_search, &where);
350 ve = avl_nearest(&vc->vc_offset_tree, where, AVL_AFTER);
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c82 * This routine is where the rubber meets the road for identities.
734 struct tdirent *where, /* target tmpnode directory entry */
817 tmpfs_hash_change(where, fromtp);
728 tdirrename( struct tmpnode *fromparent, struct tmpnode *fromtp, struct tmpnode *toparent, char *nm, struct tmpnode *to, struct tdirent *where, struct cred *cred) argument
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c491 long where = 0L; local
493 if ((where = lseek(fd, 0L, 1)) == -1L) {
509 if ((lseek(fd, where + SYMESZ + (AUXESZ * sym->n_numaux), 0)) == -1L) {
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_ctl.c136 uchar_t *where; /* in user buffer */ member in struct:aggr_ioc_info_state
161 if (ddi_copyout(&grp, state->where, sizeof (grp), state->mode) != 0)
164 state->where += sizeof (grp);
185 if (ddi_copyout(&port, state->where, sizeof (port), state->mode) != 0)
188 state->where += sizeof (port);
202 state.where = (uchar_t *)arg + sizeof (laioc_info_t);
/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/uts/common/rpc/
H A Drpc_msg.h100 caddr_t where; member in struct:accepted_reply::__anon6872::__anon6874
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_resource.c455 avl_index_t where; local
464 &where);
466 nearest_chunk = avl_nearest(&vmr_pool->ivmp_mr_list, where,
/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 Drdma.c89 avl_index_t where; local
91 mr = avl_find(root, &key, &where);
93 avl_insert(root, (void *)insert, where);
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c482 avl_index_t where; local
511 if (avl_find(&usba_devdb, dbnode, &where) ==
514 avl_insert(&usba_devdb, dbnode, where);
579 avl_index_t where; local
598 dbnode = (usba_devdb_info_t *)avl_find(&usba_devdb, req_node, &where);
606 &where);
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_construct.c167 avl_index_t where; local
175 if ((bnp = avl_find(&parent->bvn_dir, &sn, &where)) != NULL) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c184 uu_avl_index_t where; local
205 verify(uu_avl_find(hdl->libzfs_ns_avl, cn, NULL, &where)
208 uu_avl_insert(hdl->libzfs_ns_avl, cn, where);
/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 Dgzipfs.c51 static off_t zf_seek(struct open_file *f, off_t offset, int where);
245 zf->zf_zstream.next_out = buf; /* where and how much */
291 zf_seek(struct open_file *f, off_t offset, int where) argument
297 switch (where) {
322 /* This is where we are (be honest if we overshot) */
/illumos-gate/usr/src/cmd/iconv/
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/libsmbfs/smb/
H A Drcfile.c628 dump_props(char *where) argument
633 fprintf(stderr, "Settings %s\n", where);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc173 entryp where, prev; local
206 res->status = internal_db.first(&where, &single);
208 assign_next_desc(&(res->nextinfo), where);
235 res->status = internal_db.next(prev, &where,
239 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++) {

Completed in 94 milliseconds

1234567