Searched defs:where (Results 126 - 150 of 171) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1771 * It is too hard to remember where all the OP_LOOKUPs are
2460 avl_index_t where; local
2490 rdip = avl_find(rp->r_dir, &srdip, &where);
2498 * Check for the case where we have made a second pass through
2504 avl_insert(rp->r_dir, nrdc->data, where);
2521 avl_insert(rp->r_dir, nrdc->data, where);
H A Dnfs_vnops.c1609 * Save the vnode pointer for the directory where the
2099 * bits in the minor number where 4.x supports 8 bits. If the 5.x
2983 avl_index_t where; local
3055 rdc = avl_find(&rp->r_dir, &srdc, &where);
3169 rrdc = avl_find(&rp->r_dir, &srdc, &where);
3182 avl_insert(&rp->r_dir, rrdc, where);
3219 avl_insert(&rp->r_dir, nrdc, where);
H A Dnfs4_client.c901 * Unlike nfs version 2 and 3, where getattr returns all the
3735 avl_index_t where; local
3760 sfh = avl_find(&mi->mi_filehandles, key, &where);
3772 avl_insert(&mi->mi_filehandles, nsfh, where);
3912 avl_index_t where; local
3949 dupsfh = avl_find(&mi->mi_filehandles, &key, &where);
3957 avl_insert(&mi->mi_filehandles, sfh, where);
4033 avl_index_t where; local
4048 fnp = avl_find(&parent->fn_children, &key, &where);
4113 avl_insert(&parent->fn_children, fnp, where);
4307 avl_index_t where; local
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c754 avl_index_t where; local
764 &tmptgt, &where)) == NULL) {
768 avl_insert(&isns_target_list, (void *)itarget, where);
1143 * First, take care of the case where iSNS is no longer enabled.
1378 avl_index_t where; local
1388 &tmptgt, &where)) == NULL) {
1395 avl_insert(target_list, (void *)itarget, where);
3508 /* Catch any case where we miss an update to TPG portals */
3620 avl_index_t where; local
3628 &tmp_portal, &where))
[all...]
H A Discsit.c2879 avl_index_t where; local
2888 if (avl_find(&ist->ist_task_list, itask, &where) == NULL) {
2890 avl_insert(&ist->ist_task_list, itask, where);
3390 * the defined threshold. e.g. Consider a case where commands are sent
3436 * Skipping over i PDUs, e.g. a case where commands 1001 and
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h309 nfslog_diropargs3 where; member in struct:nfslog_CREATE3args
388 nfslog_diropargs3 where; member in struct:nfslog_MKDIR3args
401 nfslog_diropargs3 where; member in struct:nfslog_SYMLINK3args
415 nfslog_diropargs3 where; member in struct:nfslog_MKNOD3args
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c217 * Get the address of the location where the next
520 * Get the address of the location where the next
745 * Get the address of the location where the next
1620 * initialize pointers to the places where Directed Route "hop
2139 * chain we are trying to sync. Either this is the simple case, where
2141 * the "wrap-around" case, where the end of the chain has wrapped over
2723 * condition (where head and tail are also equal).
2836 * This is required for error processing (where updating these fields
2947 * on the "reapable" list (from where it will later be
2963 * below can catch the case where n
3652 avl_index_t where; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1374 avl_index_t where; local
1450 (void *)event_chanp->chan_session_id, &where);
1466 (void *)event_idp, where);
1536 avl_index_t where; local
1688 (void *)event_chanp->chan_session_id, &where);
1707 avl_insert(&root_chanp->chan_req_avl_tree, (void *)event_idp, where);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1264 avl_index_t where; local
1273 if (avl_find(&avl->avl_tree, item, &where) != NULL) {
1279 avl_insert(&avl->avl_tree, item, where);
1296 avl_index_t where; local
1306 if ((rm_item = avl_find(&avl->avl_tree, item, &where)) == NULL) {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c1499 * another dataset shared by NFS where NLM client had locks
1679 avl_index_t where; local
1705 host = nlm_host_find_locked(g, netid, addr, &where);
1714 avl_insert(&g->nlm_hosts_tree, host, where);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c668 avl_index_t where; local
681 if (walker = avl_find(tree, tmp, &where)) {
689 walker = avl_nearest(tree, where, AVL_BEFORE);
704 * because avl_find tells us where the AVL routines would
709 walker = avl_nearest(tree, where, AVL_AFTER);
720 avl_insert(tree, tmp, where);
H A Dvm_as.c361 avl_index_t where; local
370 seg = avl_find(&as->a_segtree, &addr, &where);
374 seg = avl_nearest(&as->a_segtree, where, AVL_AFTER);
423 avl_index_t where; local
457 seg = avl_find(&as->a_segtree, &addr, &where);
460 seg = avl_nearest(&as->a_segtree, where, AVL_AFTER);
494 avl_insert(&as->a_segtree, newseg, where);
1672 * The use of a_proc is preferred to handle the case where curproc is
1803 * range of addresses at least "minlen" long, where the base of the range is
1810 * in the range. We use the as->a_lastgap field to figure out where t
3461 avl_index_t where; local
3516 avl_index_t where; local
[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/common/acl/
H A Dacl_common.c622 * everything else, where they immediately follow
806 avl_index_t where; local
809 rc = avl_find(avl, &key, &where);
818 avl_insert(avl, rc, where);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c976 avl_index_t where; local
981 dv = avl_find(&ddv->sdev_entries, &dvtmp, &where);
998 avl_index_t where; local
1007 VERIFY(avl_find(&ddv->sdev_entries, dv, &where) == NULL);
1008 avl_insert(&ddv->sdev_entries, dv, where);
2685 * Deal with the .. special case where we may be
/illumos-gate/usr/src/boot/lib/libstand/
H A Dext2fs.c101 static off_t ext2fs_seek(struct open_file *f, off_t offset, int where);
848 ext2fs_seek(struct open_file *f, off_t offset, int where) argument
852 switch (where) {
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c3184 avl_index_t where; local
3206 target = pr_find_watched_area(p, pwa, &where);
3222 avl_insert(&p->p_warea, pwa, where);
3361 avl_index_t where; local
3404 if ((pwp = avl_find(pwp_tree, &tpw, &where)) == NULL) {
3410 avl_insert(pwp_tree, pwp, where);
3492 avl_index_t where; local
3503 pwp = avl_find(tree, &tpw, &where);
3505 pwp = avl_nearest(tree, where, AVL_AFTER);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c1260 avl_index_t where; local
1272 db = avl_find(&dn->dn_dbufs, &db_search, &where);
1275 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER);
1830 * where this dirty record may be put on a list.
H A Dmetaslab.c1087 avl_index_t where; local
1092 rs = avl_find(t, &rsearch, &where);
1094 rs = avl_nearest(t, where, AVL_AFTER);
1269 avl_index_t where; local
1284 rs = avl_find(t, &rsearch, &where);
1291 rs = avl_find(t, &rsearch, &where);
1293 rs = avl_nearest(t, where, AVL_AFTER);
1820 * range [2^i, 2^(i+1)), where i is the index in the weight.
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);
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...]
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1290 avl_index_t where = 0; local
1315 VERIFY(avl_find(&ips->ips_avl_by_index, &index, &where) == NULL);
1316 avl_insert(&ips->ips_avl_by_index, ipnetif, where);
1317 VERIFY(avl_find(&ips->ips_avl_by_name, (void *)name, &where) == NULL);
1318 avl_insert(&ips->ips_avl_by_name, ipnetif, where);
2340 avl_index_t where = 0; local
2344 newif = avl_find(&ips->ips_avl_by_shared, (void *)key, &where);
2365 avl_insert(&ips->ips_avl_by_shared, newif, 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/lib/efcode/engine/
H A Dforth.c795 set_here(fcode_env_t *env, uchar_t *new_here, char *where) argument
798 if (strcmp(where, "temporary_execute")) {
804 " %p new: %p\n", where, HERE, new_here);
876 token_roundup(fcode_env_t *env, char *where) argument
879 set_here(env, (uchar_t *)TOKEN_ROUNDUP(HERE), where); local
/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...]

Completed in 182 milliseconds

1234567