Searched refs:where (Results 201 - 225 of 273) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h589 * the function call in the case where the linker host and the
606 * particularly in the largest objects produced by C++ where SHT_GROUP is
608 * that pure COMDAT is both more rare, and used in smaller objects where the
903 avl_index_t *where);
970 avl_index_t *where);
/illumos-gate/usr/src/cmd/su/
H A Dsu.c654 * where:
740 * where = SULOG or CONSOLE
745 log(char *where, char *towho, int how) argument
754 if ((logf = fopen(where, "a")) == NULL)
/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/tools/ctf/cvt/
H A Dst_parse.c115 char *where, /* where we were in the line of input */
118 fprintf(stderr, "%s, expecting \"%s\" at \"%s\"\n", who, what, where);
112 _expected( char *who, char *what, char *where, int line) argument
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_clts.c455 xdr_location = msg->acpted_rply.ar_results.where;
457 msg->acpted_rply.ar_results.where = NULL;
H A Dsvc_cots.c433 xdr_location = msg->acpted_rply.ar_results.where;
435 msg->acpted_rply.ar_results.where = NULL;
H A Dsvc_rdma.c856 xdr_location = msg->acpted_rply.ar_results.where;
858 msg->acpted_rply.ar_results.where = NULL;
873 * and then make the decision about where to encode and send results.
/illumos-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.c766 avl_index_t where; local
771 mnp = avl_find(&state->xs_mlist.ml_avl, &mnode, &where);
/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/libpool/common/
H A Dpool_xml.c2411 char *where = strrchr(cb->cb_buf, '['); local
2414 while (*--where != '[')
2416 while (*--where != '[')
2419 *(where - 1) = 'o';
2420 *where = 'r';
/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/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/nfs/
H A Dnfs4_acl.c734 * everything else, where they immediately follow
952 avl_index_t where; local
955 rc = avl_find(avl, &key, &where);
962 avl_insert(avl, rc, where);
H A Dnfs3_xdr.c1349 * This happens with RPC GSS where the wrapping
1712 if (!xdr_diropargs3(xdrs, &objp->where))
1763 if (!xdr_diropargs3(xdrs, &objp->where))
1793 if (!xdr_diropargs3(xdrs, &objp->where))
1827 if (!xdr_diropargs3(xdrs, &objp->where))
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 Dnfs3_vnops.c1825 * Save the vnode pointer for the directory where the
2413 setdiropargs3(&args.where, nm, dvp);
2489 * is done here to cover the case where no post op attrs
2540 * and the exclusive case where no post op
2731 setdiropargs3(&args.where, nm, dvp);
2747 setdiropargs3(&args.where, nm, dvp);
3389 setdiropargs3(&args.where, nm, dvp);
3606 setdiropargs3(&args.where, lnm, dvp);
3730 avl_index_t where; local
3799 rdc = avl_find(&rp->r_dir, &srdc, &where);
[all...]
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);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c923 * Get the address of the location where the next
1849 * initialize pointers to the places where Directed Route "hop
2503 avl_index_t where; local
2510 (void) avl_find(&cq->cq_wrid_wqhdr_avl_tree, &cmp, &where);
2511 avl_insert(&cq->cq_wrid_wqhdr_avl_tree, wqavl, where);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c1514 * knowing about it. The QueryQP() call is the one place where we
1541 avl_index_t where; local
1556 &query, &where);
1575 avl_insert(&state->ts_qpn_avl, entry, where);
1770 * where a QP is freed and alloc'd again before an event for the
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s130 ! use aligned transfers where possible
142 ! use aligned reads and writes where possible
265 mov %l4, %i2 ! delay slot, mv cnt where dbytecp wants
/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/lib/libgss/
H A Dg_initialize.c82 you need to define where under /usr the LP64 libraries live for this platform
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh44 printf "\t$(gettext "where 'subcommand' is one of the following:")\n\n"
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c541 avl_index_t where = 0; local
586 if ((tptr = avl_find(stree, tnode, &where)) != NULL) {
1133 * where <cmd> is the name of the command
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c927 avl_index_t where; local
929 node = avl_find(tree, new_node, &where);
931 avl_insert(tree, new_node, where);
1584 * assumption in the future, check here, and where
2236 * where ULP accepts only secure data and the incoming
2344 * Be in sync with icmp_inbound, where we have
2474 * This is the case where the incoming datagram is
2655 * The only case where this happens is with a reversed IP
2685 * Also, mp->b_rptr can be an ICMP error where ipha/ip6h is the packet in
3589 avl_index_t where; local
6033 avl_index_t where; local
[all...]

Completed in 431 milliseconds

1234567891011