HomeSort by: relevance | last modified time | path
    Searched defs:cn (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/tests/rump/rumpvfs/
t_p2kifs.c 57 struct componentname *cn; local in function:ATF_TC_BODY
77 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
79 RZ(RUMP_VOP_LOOKUP(rumpns_rootvnode, &vp, cn));
80 rump_pub_freecn(cn, RUMPCN_FREECRED);
83 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
86 RZ(RUMP_VOP_LOOKUP(rumpns_rootvnode, &vp, cn));
89 rump_pub_freecn(cn, RUMPCN_FREECRED);
  /src/usr.bin/xlint/lint1/
ckctype.c 100 const tnode_t *on, *cn; local in function:check_ctype_arg
114 cn = before_conversion(arg);
115 if (cn->tn_type->t_tspec != UCHAR && cn->tn_type->t_tspec != INT) {
117 warning(341, func, type_name(cn->tn_type));
  /src/sys/compat/sys/
ttycom.h 47 * The cn and sn fields in struct ptmget changed size from
53 char cn[16]; member in struct:compat_60_ptmget
  /src/usr.sbin/makefs/cd9660/
cd9660_archimedes.c 121 cd9660node *cn; local in function:archimedes_convert_tree
128 TAILQ_FOREACH(cn, &node->cn_children, cn_next_child)
129 archimedes_convert_tree(cn);
cd9660_debug.c 98 cd9660node *cn; local in function:debug_print_tree
125 TAILQ_FOREACH(cn, &node->cn_children, cn_next_child)
126 debug_print_tree(diskStructure, cn, level + 1);
iso9660_rrip.c 59 cd9660node *cn; local in function:cd9660_susp_initialize
93 TAILQ_FOREACH(cn, &node->cn_children, cn_next_child) {
94 if ((r = cd9660_susp_initialize(diskStructure, cn, node, parent)) < 0)
  /src/sys/arch/vax/boot/boot/
hp.c 111 unsigned int bn, cn, sn, tn; local in function:hpstrategy
120 cn = bn / hplabel.d_secpercyl;
125 cn = sn = tn = 0;
127 HP_WCSR(HP_DC, cn);
tmscp.c 154 u_int i,j,pfnum, mapnr, nsize, bn, cn, sn, tn; local in function:tmscpstrategy
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_breadcrumbs.c 160 struct intel_context *ce, *cn; local in function:signal_irq_work
169 list_for_each_entry_safe(ce, cn, &b->signalers, signal_link) {
  /src/sys/fs/ntfs/
ntfs_subr.h 58 cn_t * cn; member in struct:ntvattr::__anonee9b4d39010a::__anonee9b4d390208
68 #define va_vruncn va_d.vrun.cn
  /src/sys/kern/
kern_crashme.c 111 crashme_node *cn; local in function:crashme_add
119 for (cn = first_node; cn; last = cn, cn = cn->cn_next) {
120 if (strcmp(cn->cn_name, ncn->cn_name) == 0)
123 if (!cn) {
153 crashme_node *cn, *prev = NULL; local in function:crashme_remove
156 for (cn = first_node; cn; prev = cn, cn = cn->cn_next)
188 crashme_node *cn; local in function:crashme_sysctl_forwarder
    [all...]
vfs_getcwd.c 108 struct componentname cn; local in function:getcwd_scandir
132 cn.cn_nameiop = LOOKUP;
133 cn.cn_flags = ISLASTCN | ISDOTDOT | RDONLY;
134 cn.cn_cred = cred;
135 cn.cn_nameptr = "..";
136 cn.cn_namelen = 2;
139 error = VOP_LOOKUP(lvp, uvpp, &cn);
sys_aio.c 621 unsigned int cn, errcnt, fildes; local in function:sys_aio_cancel
646 cn = 0;
669 cn++;
675 if (cn)
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 329 u_int cn, sn, tn; local in function:hpread
347 : "=g"(cn),"=g"(sn),"=g"(tn)
351 cn = bn / dp->d_secpercyl;
356 HP_WCSR(HP_DC, cn);
  /src/sys/arch/vax/mba/
hp.c 240 unsigned bn, cn, sn, tn; local in function:hpstart
250 cn = bn / lp->d_secpercyl;
255 cn = sn = tn = 0;
257 HP_WCSR(HP_DC, cn);
  /src/sys/dev/qbus/
rl.c 591 int bn, cn, sn, tn, blks, err; local in function:rlcstart
612 cn = bn / lp->d_secpercyl;
617 cn = sn = tn = 0;
622 if (rc->rc_cyl != cn || rc->rc_head != tn) {
624 if (cn > rc->rc_cyl)
625 da |= ((cn - rc->rc_cyl) << RLDA_CYLSHFT) | RLDA_DIR;
627 da |= ((rc->rc_cyl - cn) << RLDA_CYLSHFT);
634 rc->rc_cyl = cn;
637 RL_WREG(RL_DA, (cn << RLDA_CYLSHFT) | (tn ? RLDA_HSRW : 0) | (sn << 1));
  /src/sys/fs/msdosfs/
msdosfs_lookup.c 778 u_long cn; local in function:msdosfs_dosdirempty
789 for (cn = 0;; cn++) {
790 if ((error = msdosfs_pcbmap(dep, cn, &bn, 0, &blsize)) != 0) {
982 u_long cn; local in function:msdosfs_uniqdosname
998 for (cn = error = 0; !error; cn++) {
999 if ((error = msdosfs_pcbmap(dep, cn, &bn, 0,
1044 u_long cn; local in function:msdosfs_findwin95
1053 for (cn = 0;; cn++)
    [all...]
msdosfs_rename.c 725 unsigned long start_cn, cn; local in function:msdosfs_read_dotdot
747 cn = getushort(ep->deStartCluster);
749 cn |= getushort(ep->deHighClust) << 16;
750 *cn_ret = cn;
774 u_long cn; local in function:msdosfs_rename_replace_dotdot
779 cn = VTODE(vp)->de_StartCluster;
780 if (cn == MSDOSFSROOT) {
784 bn = cntobn(pmp, cn);
msdosfs_fat.c 190 u_long cn; local in function:msdosfs_pcbmap
209 cn = dep->de_StartCluster;
210 DPRINTF(("%s(start cluster=%lu)\n", __func__, cn));
217 if (cn == MSDOSFSROOT) {
233 DPRINTF(("%s(root, bn=%lu, cn=%u)\n", __func__,
257 msdosfs_fc_lookup(dep, findcn, &i, &cn);
258 DPRINTF(("%s(bpcluster=%lu i=%lu cn=%lu\n", __func__, pmp->pm_bpcluster,
259 i, cn));
275 if (cn >= (CLUST_RSRVD & pmp->pm_fatmask))
281 if (cn < CLUST_FIRST || cn > pmp->pm_maxcluster)
355 u_long cn; local in function:msdosfs_fc_lookup
409 u_long cn = pmp->pm_nxtfree; local in function:updatefats
814 u_long len, newst, foundl, cn, l; local in function:msdosfs_clusteralloc
957 u_long cn, readcn; local in function:msdosfs_fillinusemap
1025 u_long frcn = 0, cn, got; local in function:msdosfs_extendfile
    [all...]
  /src/sys/fs/unionfs/
unionfs_subr.c 299 struct componentname *cnp, struct componentname *cn,
306 cn->cn_namelen = pathlen;
311 cn->cn_nameiop = nameiop;
312 cn->cn_flags = (LOCKPARENT | LOCKLEAF | ISLASTCN);
313 cn->cn_cred = cnp->cn_cred;
315 cn->cn_nameptr = pnbuf;
318 cn->cn_flags |= (cnp->cn_flags & DOWHITEOUT);
323 if ((error = relookup(dvp, vpp, cn, 0))) {
350 struct componentname cn; local in function:unionfs_relookup_for_create
356 error = unionfs_relookup(udvp, &vp, cnp, &cn, &pnbuf
391 struct componentname cn; local in function:unionfs_relookup_for_delete
431 struct componentname cn; local in function:unionfs_relookup_for_rename
499 struct componentname cn; local in function:unionfs_mkshadowdir
559 struct componentname cn; local in function:unionfs_mkwhiteout
603 struct componentname cn; local in function:unionfs_vn_create_on_upper
801 struct componentname cn; local in function:unionfs_check_rmdir
    [all...]
  /src/usr.sbin/ldpd/
ldp_peer.c 118 struct conf_neighbour *cn; local in function:ldp_peer_new
148 SLIST_FOREACH(cn, &conei_head, neilist)
149 if (cn->authenticate != 0 &&
150 ldp_id->s_addr == cn->address.s_addr) {
  /src/usr.sbin/makefs/msdos/
msdosfs_vnops.c 354 struct componentname cn; local in function:msdosfs_mkfile
361 cn.cn_nameptr = node->name;
362 cn.cn_namelen = strlen(node->name);
385 if ((error = msdosfs_uniqdosname(pdep, &cn, ndirent.de_Name)) != 0)
397 if ((error = msdosfs_findslot(pdep, &cn)) != 0)
400 &cn)) != 0)
439 u_long cn = 0; local in function:msdosfs_wfile
481 cn = dep->de_StartCluster;
482 if (cn == MSDOSFSROOT) {
483 DPRINTF(("%s: bad lbn %lu", __func__, cn));
548 struct componentname cn; local in function:msdosfs_mkdire
    [all...]
  /src/sys/arch/amiga/stand/binpatch/
binpatch.c 459 char *cn = ce + 1; local in function:FindAssign
469 for (cn=ce + 1; *cn==' '; cn++)
471 if (!strncmp(cn, "0x", 2)) {
472 nscan = sscanf(cn, "%x", rvalue);
474 nscan = sscanf(cn, "%d", rvalue);
  /src/sys/dev/
midisyn.c 237 u_int cn; local in function:midisyn_findvoice
242 cn = MS_CHANNOTE(chan, note);
244 if (ms->voices[v].chan_note == cn && ms->voices[v].inuse)
310 DPRINTFN(10,("midisyn_allocvoice: v=%d seq=%d cn=%x inuse=%d\n",
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 158 struct i915_gem_context *ctx, *cn; local in function:igt_vma_create
200 list_for_each_entry_safe(ctx, cn, &contexts, link) {
212 list_for_each_entry_safe(ctx, cn, &contexts, link) {

Completed in 29 milliseconds

1 2