Searched refs:cnode (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_subr.h34 struct cnode *coda_alloc(void);
35 void coda_free(struct cnode *cp);
36 struct cnode *coda_find(CodaFid *fid);
44 void coda_save(struct cnode *cp);
45 void coda_unsave(struct cnode *cp);
H A Dcoda_namecache.h80 #define CODA_NC_VALID(cncp) (cncp->dcp != (struct cnode *)0)
92 struct cnode *cp; /* vnode of the file */
93 struct cnode *dcp; /* parent's cnode */
118 extern void coda_nc_enter(struct cnode *, const char *, int,
119 kauth_cred_t, struct cnode *);
120 extern struct cnode *coda_nc_lookup(struct cnode *, const char *, int,
126 extern void coda_nc_zapfile(struct cnode *, const char *, int);
133 extern void coda_nc_name(struct cnode *c
[all...]
H A Dcoda_subr.c54 * 4. coda_cacheprint (under DEBUG) prints names with vnode/cnode address
68 #include <coda/cnode.h>
80 struct cnode *coda_freelist = NULL;
81 struct cnode *coda_cache[CODA_CACHESIZE];
88 #define IS_DIR(cnode) (cnode.Vnode & 0x1)
92 #define IS_DIR(cnode) (cnode.opaque[2] & 0x1)
96 * Allocate a cnode.
98 struct cnode *
[all...]
H A Dcnode.h1 /* $NetBSD: cnode.h,v 1.16 2007/03/04 06:01:11 christos Exp $ */
31 * @(#) coda/cnode.h,v 1.1.1.1 1998/08/29 21:26:46 rvb Exp $
97 struct cnode { struct
109 struct cnode *c_next; /* links if on NetBSD machine */
111 #define VTOC(vp) ((struct cnode *)(vp)->v_data)
116 #define C_VATTR 0x01 /* Validity of vattr in the cnode */
182 * to a cnode was a downcall or not
196 extern int coda_vmflush(struct cnode *cp);
199 extern struct cnode *make_coda_node(CodaFid *fid, struct mount *vfsp, short type);
H A Dcoda_namecache.c71 * 2. coda_nc_name(cp) was added to get a name for a cnode pointer for debugging.
89 #include <coda/cnode.h>
120 coda_nc_find(struct cnode *dcp, const char *name, int namelen,
170 coda_nc_find(struct cnode *dcp, const char *name, int namelen,
216 * Enter a new (dir cnode, name) pair into the cache, updating the
220 coda_nc_enter(struct cnode *dcp, const char *name, int namelen,
221 kauth_cred_t cred, struct cnode *cp)
288 * Find the (dir cnode, name) pair in the cache, if it's cred
291 struct cnode *
292 coda_nc_lookup(struct cnode *dc
[all...]
H A Dcoda_vnops.c69 #include <coda/cnode.h>
220 struct cnode *cp = VTOC(vp);
306 struct cnode *cp = VTOC(vp);
391 struct cnode *cp = VTOC(vp);
529 * Make sure this is a coda style cnode, but it may be a
560 * the kernel. Each cnode has storage allocated for an attribute. If
562 * attributes from venus and store them in the cnode. There is some
573 struct cnode *cp = VTOC(vp);
608 /* If not open for write, store attributes in cnode */
624 struct cnode *c
[all...]
H A Dcoda_vfsops.c70 #include <coda/cnode.h>
179 struct cnode *cp;
275 The above code seems to cause a loop in the cnode links.
392 * Save the new rootfid in the cnode, and rehash the cnode into the
393 * cnode hash with the new fid key.
506 struct cnode *cp = 0;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_syscall_stats.c53 const struct sysctlnode *cnode; variable in typeref:struct:sysctlnode
61 sysctl_createv(clog, 0, NULL, &cnode,
67 kern_syscalls = cnode->sysctl_num;
H A Dkern_pax.c122 const struct sysctlnode *rnode = NULL, *cnode; variable in typeref:struct:
137 cnode = rnode;
140 rnode = cnode;
164 rnode = cnode;
204 rnode = cnode;
H A Dvfs_dirhash.c80 const struct sysctlnode *rnode, *cnode; local
108 sysctl_createv(&sysctl_log, 0, &rnode, &cnode,
114 sysctl_createv(&sysctl_log, 0, &rnode, &cnode,
H A Dkern_sysctl.c1923 const struct sysctlnode **rnode, const struct sysctlnode **cnode,
1942 if (cnode != NULL)
1943 *cnode = NULL;
2070 (cnode != NULL || log != NULL || descr != NULL)) {
2099 if (cnode != NULL)
2100 *cnode = pnode;
1922 sysctl_createv(struct sysctllog **log, int cflags, const struct sysctlnode **rnode, const struct sysctlnode **cnode, int flags, int type, const char *namep, const char *descr, sysctlfn func, u_quad_t qv, void *newp, size_t newlen, ...) argument
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/kern/
H A Dkstat.c70 const struct sysctlnode *rnode, *mnode, *cnode; local
90 sysctl_createv(&ks->ks_clog, 0, &mnode, &cnode,
95 sysctl_createv(&ks->ks_clog, 0, &cnode, &ks->ks_node,
/netbsd-6-1-5-RELEASE/sys/miscfs/syncfs/
H A Dsync_subr.c303 const struct sysctlnode *rnode, *cnode; local
318 sysctl_createv(clog, 0, &rnode, &cnode,
325 sysctl_createv(clog, 0, &rnode, &cnode,
332 sysctl_createv(clog, 0, &rnode, &cnode,
339 sysctl_createv(clog, 0, &rnode, &cnode,
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dath_netbsd.h72 sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_PERMANENT|(__rw), \
79 sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_PERMANENT|(__rw),\
87 sysctl_createv(clog, 0, &rnode, &cnode, \
H A Dath_netbsd.c68 const struct sysctlnode *cnode, *rnode; variable in typeref:struct:sysctlnode
434 const struct sysctlnode *cnode, *rnode; local
/netbsd-6-1-5-RELEASE/sys/dev/ebus/
H A Debusreg.h105 int32_t cnode; /* child node */ member in struct:ebus_interrupt_map
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.c83 const struct sysctlnode *cnode, *rnode; variable in typeref:struct:sysctlnode
100 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
107 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
113 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
119 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
126 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_netbsd.c175 const struct sysctlnode *cnode, *rnode; local
189 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
198 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
206 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
212 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
219 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
226 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
233 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
238 if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
466 const struct sysctlnode *cnode, *rnod variable in typeref:struct:sysctlnode
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Doptim2.c791 struct cfgnode *cnode; local
801 cnode = tmpalloc(sizeof(struct cfgnode));
814 cnode->bblock = p2e->labinfo.arr[bb->last->ip_node->n_left->n_lval - p2e->labinfo.low];
815 SLIST_INSERT_LAST(&cnode->bblock->parents, pnode, cfgelem);
816 CHADD(bb, cnode);
826 cnode->bblock = p2e->labinfo.arr[bb->last->ip_node->n_right->n_lval - p2e->labinfo.low];
827 SLIST_INSERT_LAST(&cnode->bblock->parents, pnode, cfgelem);
828 CHADD(bb, cnode);
829 cnode = tmpalloc(sizeof(struct cfgnode));
834 cnode
875 struct cfgnode *cnode; local
1086 struct cfgnode *cnode; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dipa-inline.c586 struct cgraph_node *cnode; local
589 for (cnode = curr->caller;
590 cnode->global.inlined_to; cnode = cnode->callers->caller)
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_dirhash.c1098 const struct sysctlnode *rnode, *cnode; local
1120 sysctl_createv(&ufsdirhash_sysctl_log, 0, &rnode, &cnode,
1127 sysctl_createv(&ufsdirhash_sysctl_log, 0, &rnode, &cnode,
1134 sysctl_createv(&ufsdirhash_sysctl_log, 0, &rnode, &cnode,
1141 sysctl_createv(&ufsdirhash_sysctl_log, 0, &rnode, &cnode,
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Din_selsrc.c108 const struct sysctlnode *rnode, *cnode; variable in typeref:struct:
140 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
149 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Debus_mainbus.c288 node = sc->sc_intmap[i].cnode;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpromlib.c369 int cnode; local
370 if ((cnode = prom_search(node, name)) != 0)
371 return (cnode);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-inline.c846 struct cgraph_node *cnode; local
849 for (cnode = curr->caller;
850 cnode->global.inlined_to; cnode = cnode->callers->caller)

Completed in 178 milliseconds

12