HomeSort by relevance Sort by last modified time
    Searched defs:where (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/lib/libcmdutils/common/
avltree.c 164 avl_index_t where; local
189 if (avl_find(*stree, tnode, &where) == NULL) {
190 avl_insert(*stree, tnode, where);
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
wrap.c 95 avl_index_t where; local
110 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, &where)) != NULL)
129 avl_insert(ofl->ofl_wrap, wsnp, where);
groups.c 47 avl_index_t where; local
63 if ((isdp = avl_find(avlt, &isd, &where)) != NULL) {
77 avl_insert(avlt, isdp, where);
  /onnv/onnv-gate/usr/src/cmd/rexd/
where.c 28 * where.c - get full pathname including host:
61 * where(pn, host, fsname, within)
71 where(pn, host, fsname, within) function
83 printf("where: pn %s\n", pn);
92 printf("where: stat failed");
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_rlock.c 105 avl_index_t where; local
155 rl = avl_find(tree, new, &where);
159 rl = (rl_t *)avl_nearest(tree, where, AVL_AFTER);
163 rl = (rl_t *)avl_nearest(tree, where, AVL_BEFORE);
168 avl_insert(tree, new, where);
268 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where)
298 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER);
302 avl_insert(tree, new, where);
357 avl_index_t where; local
365 prev = avl_find(tree, new, &where);
    [all...]
spa_errlog.c 46 * This log is then shipped into an nvlist where the key is the dataset name and
129 avl_index_t where; local
150 if (avl_find(tree, &search, &where) != NULL) {
157 avl_insert(tree, new, where);
  /onnv/onnv-gate/usr/src/cmd/ssh/sshd/
auth2-pam.c 89 const char *where = "authenticating"; local
101 where = "authorizing";
133 where = "changing authentication tokens (password)";
184 "while %s", where);
209 "while %s: %.200s", retval, where,
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_config.c 177 uu_avl_index_t where; local
198 verify(uu_avl_find(hdl->libzfs_ns_avl, cn, NULL, &where)
201 uu_avl_insert(hdl->libzfs_ns_avl, cn, where);
  /onnv/onnv-gate/usr/src/lib/libsec/common/
aclcheck.c 365 int where; local
370 &where, flag);
  /onnv/onnv-gate/usr/src/lib/print/libprint/common/
ns_bsd_addr.c 45 char *where = NULL; local
48 for (element = strtok_r(string, seperators, &where); element != NULL;
49 element = strtok_r(NULL, seperators, &where))
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/common/
string_table.c 201 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);
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
smb_pass.c 79 * ZoneID: ZoneID of the zone from where the login request is initiated.
208 avl_index_t where; local
227 tmp, &where)) != NULL) {
280 avl_index_t where; local
313 tmp = (smb_passid_t *)avl_find(t, cpid, &where);
315 avl_insert(t, cpid, where);
334 avl_index_t where; local
353 tmp = (smb_passid_t *)avl_find(t, cpid, &where);
  /onnv/onnv-gate/usr/src/uts/common/io/aggr/
aggr_ctl.c 136 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);
  /onnv/onnv-gate/usr/src/cmd/filesync/
main.c 288 * analysis (where we don't even look at the other side. This
496 { char *s, *where; local
501 /* figure out where the files should be located */
503 where = (s && *s) ? expand(s) : expand(DFLT_PRFX);
506 if (where == 0) {
512 strcpy(namebuf, where);
519 strcpy(namebuf, where);
531 strcpy(namebuf, where);
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/rpc/
rpc_msg.h 84 caddr_t where; member in struct:accepted_reply::__anon3078::__anon3080
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_handle.c 153 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);
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db.cc 173 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);
337 * Where as on the replica these operations are not synchronous
565 * Where as on the replica these operations are not synchronous
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
xdr_rec.c 45 * 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;
  /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/
usba_devdb.c 482 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);
  /onnv/onnv-gate/usr/src/uts/common/rpc/
rpc_msg.h 100 caddr_t where; member in struct:accepted_reply::__anon6473::__anon6475
  /onnv/onnv-gate/usr/src/uts/i86pc/vm/
hment.c 532 avl_index_t where; local
561 hm = avl_find(&hment_table[idx], &dummy, &where);
  /onnv/onnv-gate/usr/src/uts/i86pc/io/xsvc/
xsvc.c 764 avl_index_t where; local
769 mnp = avl_find(&state->xs_mlist.ml_avl, &mnode, &where);
  /onnv/onnv-gate/usr/src/cmd/rpcgen/
rpc_util.c 57 char *where = curline; /* current point in line */ variable
78 where = curline;
398 for (i = 0; i < where - curline; i++) {
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.c 86 * adjacent to where a new value would be inserted in the tree. The value
213 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction)
215 int child = AVL_INDEX2CHILD(where);
216 avl_node_t *node = AVL_INDEX2NODE(where);
240 * *where (if not NULL) is set to indicate the insertion point
244 avl_find(avl_tree_t *tree, void *value, avl_index_t *where)
263 if (where != NULL)
264 *where = 0;
272 if (where != NULL)
273 *where = AVL_MKINDEX(prev, child)
616 avl_index_t where; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/
tavor_umap.c 690 * For each of the cases where the region is being divided, then we
1543 avl_index_t where; local
1608 avl_index_t where; local
    [all...]

Completed in 6659 milliseconds

1 2 3 4 5