| /illumos-gate/usr/src/lib/libpam/ |
| H A D | pam_framework.c | 337 fd_list *traverse; local 363 traverse = pamh->fd; 364 while (traverse) { 365 expired = traverse; 366 traverse = traverse->next; 1363 env_list *traverse, *trail; local 1392 traverse = pamh->pam_env; 1393 trail = traverse; 1394 while (traverse 1479 env_list *traverse; local 1510 env_list *traverse; local 1815 fd_list *traverse = 0; local [all...] |
| /illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| H A D | BST.java | 151 public void traverse() { method in class:BST 153 left.traverse(); 156 right.traverse(); 162 right.traverse(); 283 bst.traverse();
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | pathname.h | 99 extern int traverse(vnode_t **);
|
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | nis_hashitem.c | 100 __nis_lock_hash_table(__nis_hash_table_mt *table, int traverse, char *msg) { argument 105 if (traverse) { 118 set_thread_status(msg, "traverse cond_wait"); 139 set_thread_status(msg, "non-traverse TL"); 166 myself, traverse?"traverse":"non-traverse", table)); 174 __nis_ulock_hash_table(__nis_hash_table_mt *table, int traverse, char *msg) { argument 179 if (traverse) { 223 pthread_self(), traverse [all...] |
| /illumos-gate/usr/src/tools/ctf/cvt/ |
| H A D | Makefile.com | 49 traverse.c \
|
| /illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
| H A D | ndmpd_mark.c | 47 #include <traverse.h> 57 * Parameter passed to traverse for marking inodes 169 * traverse 171 * Starts the post-traverse the backup hierarchy. Checks 178 * ftp (input) - pointer to the traverse parameters 185 traverse(ndmpd_session_t *session, ndmp_lbr_params_t *nlp, function 400 * path (input) - the physical path to traverse 431 return (traverse(session, nlp, &ft)); 508 * up; there is no need to traverse the backup hierarchy 673 * path (input) - the physical path to traverse [all...] |
| H A D | ndmpd_tar.c | 52 #include <traverse.h>
|
| H A D | ndmpd_tar3.c | 58 #include <traverse.h> 2329 "Filesystem traverse error.\n");
|
| /illumos-gate/usr/src/cmd/ldap/common/ |
| H A D | common.c | 158 fprintf( stderr, gettext(" -O limit\tmaximum number of referral hops to traverse (default: %d)\n"), LDAPTOOL_DEFREFHOPLIMIT ); 2523 Element *traverse = NULL; local 2529 for(traverse = HeadNode->first; traverse; traverse = traverse->right) 2531 if(traverse == Node) 2533 if(HeadNode->first == traverse) 2535 HeadNode->first = traverse->right; 2537 if(HeadNode->last == traverse) [all...] |
| /illumos-gate/usr/src/lib/libtnfctl/ |
| H A D | Makefile.com | 37 traverse.o \
|
| /illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
| H A D | fake_lookup.c | 281 if ((error = traverse(&tvp)) != 0) { 284 * traverse() will return a held vnode which 286 * in (even in the error case). If traverse() 493 traverse(vnode_t **cvpp) function
|
| /illumos-gate/usr/src/uts/common/fs/ |
| H A D | lookup.c | 436 * If unmounting, we may get into traverse() when we shouldn't, 437 * but traverse() will catch this case for us. 442 if ((error = traverse(&cvp)) != 0) 656 traverse(vnode_t **cvpp) function 946 if (vn_ismntpt(vp) && traverse(&vp) != 0) { 964 if (vn_ismntpt(vp) && traverse(&vp) != 0)
|
| /illumos-gate/usr/src/uts/common/syscall/ |
| H A D | chdir.c | 184 if (error = traverse(&vp))
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | cgrep.c | 268 static void traverse(PATTERN *pat, Expr *e); 1163 traverse(pat, pat->re_ptr->root->l); 1174 traverse(PATTERN *pat, Expr *e) function 1181 traverse(pat, e->l); 1182 traverse(pat, e->r); 1185 traverse(pat, e->l); 1189 traverse(pat, e->l);
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_ctldir.c | 842 err = traverse(vpp); 854 * VROOT was set during the traverse call. We need 919 err = traverse(vpp); 1301 error = traverse(&vp);
|
| /illumos-gate/usr/src/uts/common/fs/lofs/ |
| H A D | lofs_vfsops.c | 305 if (error = traverse(&realrootvp)) {
|
| H A D | lofs_vnops.c | 458 * traverse to the vnode which is the root of 461 if (!nosub && (error = traverse(&vp)))
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| H A D | radix.c | 405 traverse(p); 425 traverse(p);
|
| /illumos-gate/usr/src/cmd/ndmpd/tlm/ |
| H A D | tlm_traverse.c | 41 * are defined in traverse.h. 51 #include <traverse.h>
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs_server.c | 2740 error = traverse(vpp); 2776 error = traverse(&mc_dvp);
|
| H A D | nfs_export.c | 1117 if (error = traverse(&vp)) { 1793 if (error = traverse(&vp)) {
|
| H A D | nfs4_srv_readdir.c | 156 if ((error = traverse(&vp)) != 0) {
|
| H A D | nfs4_srv.c | 894 * need to traverse back to the mounted-on filesystem 951 * If it's a mountpoint, then traverse it. 954 if ((error = traverse(&vp)) != 0) { 958 /* remember that we had to traverse mountpoint */ 968 * traverse) 2639 * need to traverse back to the mounted-on filesystem 2700 * If it's a mountpoint, then traverse it. 2707 * hold pre_tvp to counteract rele by traverse. We will 2711 if ((error = traverse(&vp)) != 0) {
|
| /illumos-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_vops.c | 1166 * traverse() may return a different held vnode, even in the error case. 1170 error = traverse(vpp);
|
| /illumos-gate/usr/src/uts/common/fs/dev/ |
| H A D | sdev_subr.c | 2721 /* traverse mount points encountered on our journey */ 2722 if (vn_ismntpt(cvp) && (error = traverse(&cvp)) != 0) {
|