Searched refs:where (Results 76 - 100 of 273) sorted by relevance

1234567891011

/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/uts/common/fs/zfs/
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);
H A Dzil.c143 avl_index_t where; local
150 if (avl_find(t, dva, &where) != NULL)
155 avl_insert(t, zn, where);
789 avl_index_t where; local
807 if (avl_find(t, &zvsearch, &where) == NULL) {
810 avl_insert(t, zv, where);
1230 avl_index_t where; local
1255 ian = avl_find(t, &oid, &where);
1330 avl_index_t where; local
1332 ian = avl_find(t, &foid, &where);
1447 avl_index_t where; local
[all...]
H A Dspa_misc.c499 avl_index_t where; local
514 spa = avl_find(&spa_namespace_avl, &search, &where);
866 avl_index_t where; local
871 if ((aux = avl_find(avl, &search, &where)) != NULL) {
877 avl_insert(avl, aux, where);
886 avl_index_t where; local
889 aux = avl_find(avl, &search, &where);
930 avl_index_t where; local
933 found = avl_find(avl, &search, &where);
/illumos-gate/usr/src/boot/lib/libstand/
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/lib/libc/i386/threads/
H A Dasm_subr.s31 / This is where execution resumes when a thread created with
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_msg.h100 caddr_t where; member in struct:accepted_reply::__anon6872::__anon6874
H A Drpc_prot.c99 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where));
175 ar->ar_results.where));
233 ar->ar_results.where));
316 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where));
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.c152 if (!xdr_entryp(xdrs, &ep->where))
H A Ddb_dictionary.cc1492 db_dictionary::find_table(char *tab, db_table_desc **where) { argument
1494 return (find_table(tab, where, TRUE, TRUE, TRUE));
1498 db_dictionary::find_table(char *tab, db_table_desc **where, argument
1500 return (find_table(tab, where, searchDeferred, TRUE, TRUE));
1504 db_dictionary::find_table(char *tab, db_table_desc **where, argument
1512 res = find_table_noLDAP(tab, where, searchDeferred, doLoad);
1536 res = find_table_noLDAP(tab, where, searchDeferred, doLoad);
1543 * If 'where' is set, set it to the table_desc of 'tab.'
1549 db_dictionary::find_table_noLDAP(char *tab, db_table_desc **where, argument
1567 if (tbl->database && where) *wher
[all...]
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/svr4pkg/pkgserv/
H A Dpkgserv.c378 * Start the main thread, here is where we unlock the mutex.
731 avl_index_t where; local
797 (e2 = avl_find(list, ent, &where)) != NULL) {
820 avl_insert(list, ent, where);
845 avl_index_t where; local
920 look = avl_find(list, ent, &where);
931 avl_insert(list, ent, where);
1287 avl_index_t where; local
1322 look = avl_find(list, ent, &where);
1337 avl_insert(list, ent, where);
[all...]
/illumos-gate/usr/src/lib/libsec/common/
H A Daclcheck.c365 int where; local
370 &where, flag);
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s80 ! Section of code dealing with case where source and target are both 8-byte
128 ! Section of code where either source or target, but not both, are 8-byte
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1509 ** where -- state in handshake
1517 apps_ssl_info_cb(s, where, ret)
1519 int where;
1528 "STARTTLS: info_callback where=0x%x, ret=%d",
1529 where, ret);
1531 w = where & ~SSL_ST_MASK;
1542 if (bitset(SSL_CB_LOOP, where))
1549 else if (bitset(SSL_CB_ALERT, where))
1551 str = bitset(SSL_CB_READ, where) ? "read" : "write";
1558 else if (bitset(SSL_CB_EXIT, where))
[all...]
H A Dsfsasl.c568 ** where -- description of operation
577 tls_retry(ssl, rfd, wfd, tlsstart, timeout, err, where)
584 const char *where;
618 where, rfd, wfd, err);
629 where, rfd, wfd);
631 tlslogerr(where);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c133 void hd(void *where, int n);
752 void hd (void *where, int n) argument
757 printf ("%X ", where);
759 printf (" %hhX", ((char *)where)[i]);
762 where += 16;
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c324 avl_index_t where; local
458 * There is a race condition where someone else
462 tnp = sn_hashfind(mi, rpath, rplen, &where);
485 sn_addhash_locked(np, where);
656 sn_addhash_locked(smbnode_t *np, avl_index_t where) argument
663 avl_insert(&mi->smi_hash_avl, np, where);
811 * that matching path prefix. Watch out for cases where the AVL tree
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x235 diropargs where;
782 diropargs3 where;
807 diropargs3 where;
837 diropargs3 where;
878 diropargs3 where;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c370 avl_index_t where; local
373 if (avl_find(&mcip->mci_v4_pending_txn, txn, &where) != NULL)
380 avl_insert(&mcip->mci_v4_pending_txn, txn, where);
413 avl_index_t where; local
416 if (avl_find(&mcip->mci_v4_completed_txn, txn, &where) != NULL)
425 avl_insert(&mcip->mci_v4_completed_txn, txn, where);
426 if (avl_find(&mcip->mci_v4_dyn_ip, txn, &where) != NULL) {
430 avl_insert(&mcip->mci_v4_dyn_ip, txn, where);
1124 avl_index_t where; local
1128 if (avl_find(&mcip->mci_v6_cid, cid, &where) !
1206 avl_index_t where; local
1439 avl_index_t where; local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c1531 dvp = nfs3_fhtovp(&args->where.dir, exi);
1545 if (args->where.name == nfs3nametoolong) {
1550 if (args->where.name == NULL || *(args->where.name) == '\0') {
1577 name = nfscmd_convname(ca, exi, args->where.name,
1807 if (name != args->where.name)
1849 if (name != NULL && name != args->where.name)
1866 return (&args->where.dir);
1888 dvp = nfs3_fhtovp(&args->where.dir, exi);
1902 if (args->where
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c291 ld_sym_find(const char *name, Word hash, avl_index_t *where, Ofl_desc *ofl) argument
302 * Perform search for symbol in AVL tree. Note that the 'where' field
303 * is passed in from the caller. If a 'where' is present, it can be
306 sav = avl_find(&ofl->ofl_symavl, &qsav, where);
328 Ofl_desc *ofl, Word ndx, Word shndx, sd_flag_t sdflags, avl_index_t *where)
383 if (where == 0) {
387 * If a previous ld_sym_find() hasn't initialized 'where' do it
390 where = &_where;
391 _savl = avl_find(&ofl->ofl_symavl, savl, where);
394 avl_insert(&ofl->ofl_symavl, savl, *where);
327 ld_sym_enter(const char *name, Sym *osym, Word hash, Ifl_desc *ifl, Ofl_desc *ofl, Word ndx, Word shndx, sd_flag_t sdflags, avl_index_t *where) argument
642 avl_index_t where; local
980 avl_index_t where; local
1948 avl_index_t where; local
3025 avl_index_t where; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c60 * Null function used as place where a debugger can set a breakpoint.
70 * Null function used as place where debugger can set a pre .init
81 * Null function used as place where debugger can set a post .init
321 avl_index_t *where)
336 if (avl_find(*pnavl, &pn, where) == NULL)
346 * the next insertion point is deposited in "where". This value can be used by
350 fpavl_recorded(Lm_list *lml, const char *name, uint_t hash, avl_index_t *where) argument
365 if ((fpnp = avl_find(lml->lm_fpavl, &fpn, where)) == NULL)
374 * is therefore the name to associate with any "where" value. If the object has
380 fpavl_insert(Lm_list *lml, Rt_map *lmp, const char *name, avl_index_t where) argument
320 pnavl_recorded(avl_tree_t **pnavl, const char *name, uint_t hash, avl_index_t *where) argument
443 nfavl_insert(const char *name, avl_index_t where) argument
483 avl_index_t where; local
536 avl_index_t where; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c46 * by n bytes of data, where n is contained in the header. The header
643 caddr_t where; local
650 where = rstrm->in_base;
656 where += i;
659 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
661 rstrm->in_finger = where;
662 where += len;
663 rstrm->in_boundry = where;
842 * indicate where in the buffer the next record starts. If
985 * leave us open to an attack where th
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c164 void *where = (*ptr); local
166 grp = (laioc_info_group_t *)where;
185 where = (grp + 1);
191 port = (laioc_info_port_t *)where;
198 where = (port + 1);
200 *ptr = where;
216 void *where; local
250 where = (char *)(ioc + 1);
251 if (i_dladm_aggr_iocp2grpattr(&where, attrp) != 0) {

Completed in 738 milliseconds

1234567891011