Searched refs:cn (Results 26 - 50 of 72) sorted by relevance

123

/freebsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_lookup.c244 u_long cn; local
264 for (cn = error = 0; !error; cn++) {
265 if ((error = pcbmap(dep, cn, &bn, 0, &blsize)) != 0) {
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl74 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next
93 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+$j++)&3),($an,$bn,$cn,$dn));
99 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_-$j++)&3),($an,$bn,$cn,$dn));
108 &mov ($c_,&DWP(4*$cn,"esp")) if ($ai>0 && $ai<3);
382 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next
401 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+$j++)&3),($an,$bn,$cn,$dn));
407 ($an,$bn,$cn,
[all...]
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dtegra210_clk_super.c49 #define SM(_id, cn, pl, r) \
52 .clkdef.name = cn, \
H A Dtegra210_clk_per.c499 #define PER_CLK(_id, cn, pl, r, diw, fiw, f) \
502 .clkdef.name = cn, \
513 #define CLK_8_1(id, cn, pl, r, f) \
514 PER_CLK(id, cn, pl, r, 8, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV)
516 #define CLK_8_0(id, cn, pl, r, f) \
517 PER_CLK(id, cn, pl, r, 8, 0, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV)
520 #define CLK16_1(id, cn, pl, r, f) \
521 PER_CLK(id, cn, pl, r, 16, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV)
523 #define CLK16_0(id, cn, pl, r, f) \
524 PER_CLK(id, cn, p
[all...]
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_vfsops.c279 struct componentname cn = { }; local
305 name = do_lookup ? NULL : cn.cn_nameptr;
306 namelen = do_lookup ? 0 : cn.cn_namelen;
337 cn.cn_nameptr = tnp->name;
338 cn.cn_namelen = tnp->namelen;
350 (int)cn.cn_namelen, cn.cn_nameptr);
351 error = tarfs_alloc_node(tmp, cn.cn_nameptr,
352 cn.cn_namelen, VDIR, -1, 0, tmp->mtime, 0, 0,
360 cn
[all...]
/freebsd-current/sys/dev/ciss/
H A Dciss.c197 static void ciss_notify_hotplug(struct ciss_softc *sc, struct ciss_notify *cn);
198 static void ciss_notify_logical(struct ciss_softc *sc, struct ciss_notify *cn);
199 static void ciss_notify_physical(struct ciss_softc *sc, struct ciss_notify *cn);
3658 struct ciss_notify *cn; local
3664 cn = (struct ciss_notify *)cr->cr_data;
3690 if (cn->message[0] != 0)
3691 ciss_printf(sc, "*** %.80s\n", cn->message);
3694 cn->class, cn->subclass, cn
3987 ciss_notify_logical(struct ciss_softc *sc, struct ciss_notify *cn) argument
4073 ciss_notify_physical(struct ciss_softc *sc, struct ciss_notify *cn) argument
4081 ciss_notify_hotplug(struct ciss_softc *sc, struct ciss_notify *cn) argument
4132 struct ciss_notify *cn; local
[all...]
/freebsd-current/sys/fs/msdosfs/
H A Ddenode.h220 #define DETOI(pmp, cn, off) \
221 ((cn) == MSDOSFSROOT \
223 : (((((uint64_t)pmp->pm_bpcluster * ((cn) - 2) + (off))) >> 5) \
H A Dmsdosfs_vnops.c950 u_long cn, pcl, blkoff; local
1236 cn = fip->de_StartCluster;
1237 if (cn == MSDOSFSROOT) {
1241 bn = cntobn(pmp, cn);
1513 u_long cn; local
1629 error = pcbmap(dep, lbn, &bn, &cn, &blsize);
1694 cn = getushort(dentp->deStartCluster);
1696 cn |= getushort(dentp->deHighClust) <<
1698 if (cn == MSDOSFSROOT)
1699 cn
1787 u_long cn; local
[all...]
H A Dmsdosfs_lookup.c764 u_long cn; local
775 for (cn = 0;; cn++) {
776 if ((error = pcbmap(dep, cn, &bn, 0, &blsize)) != 0) {
1045 u_long cn; local
1065 for (cn = error = 0; !error; cn++) {
1066 if ((error = pcbmap(dep, cn, &bn, 0, &blsize)) != 0) {
/freebsd-current/contrib/ncurses/progs/
H A Dtoe.c429 char *cn; local
449 cn = _nc_first_name(lterm.term_names);
450 if (!strcmp(cn, name_2)) {
452 hook(i, eargc, cn, &lterm);
482 char *cn; local
487 cn = _nc_first_name(lterm.term_names);
489 hook(i, eargc, cn, &lterm);
/freebsd-current/sys/dev/virtio/pci/
H A Dvirtio_pci_modern.c384 struct vtpci_common *cn; local
387 cn = &sc->vtpci_common;
389 if (vtpci_child_device(cn) != child)
397 return (vtpci_read_ivar(cn, index, result));
408 struct vtpci_common *cn; local
411 cn = &sc->vtpci_common;
413 if (vtpci_child_device(cn) != child)
418 return (vtpci_write_ivar(cn, index, value));
511 struct vtpci_common *cn; local
515 cn
552 struct vtpci_common *cn; local
[all...]
/freebsd-current/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_per.c390 #define PER_CLK(_id, cn, pl, r, diw, fiw, f) \
393 .clkdef.name = cn, \
404 #define CLK_8_1(id, cn, pl, r, f) \
405 PER_CLK(id, cn, pl, r, 8, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV)
408 #define CLK16_1(id, cn, pl, r, f) \
409 PER_CLK(id, cn, pl, r, 16, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV)
411 #define CLK16_0(id, cn, pl, r, f) \
412 PER_CLK(id, cn, pl, r, 16, 0, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV)
414 #define CLK_0_0(id, cn, pl, r, f) \
415 PER_CLK(id, cn, p
[all...]
H A Dtegra124_clk_super.c53 #define SM(_id, cn, pl, r, x, d, f) \
56 .clkdef.name = cn, \
/freebsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c88 cd9660node *cn; local
115 TAILQ_FOREACH(cn, &node->cn_children, cn_next_child)
116 debug_print_tree(diskStructure, cn, level + 1);
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_ncons.c313 static int cn2dnsid(ASN1_STRING *cn, unsigned char **dnsid, size_t *idlen)
341 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, cn)) < 0)
425 ASN1_STRING *cn;
433 cn = X509_NAME_ENTRY_get_data(ne);
436 if ((r = cn2dnsid(cn, &idval, &idlen)) != X509_V_OK)
/freebsd-current/sys/fs/fuse/
H A Dfuse_internal.c434 struct componentname cn; local
472 cn.cn_nameiop = LOOKUP;
473 cn.cn_flags = 0; /* !MAKEENTRY means free cached entry */
474 cn.cn_cred = curthread->td_ucred;
475 cn.cn_lkflags = LK_SHARED;
476 cn.cn_pnbuf = NULL;
477 cn.cn_nameptr = name;
478 cn.cn_namelen = fnieo.namelen;
479 err = cache_lookup(dvp, &vp, &cn, NULL, NULL);
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc79 size_t cn, sn; local
99 cn = sn = 0;
108 ts->cmsgs, ts->sin != NULL, &cn)) != 0) {
112 if (cn == 0 && sn == 0) {
/freebsd-current/sys/arm/arm/
H A Ddebug_monitor.c153 #define DBG_WB_READ(cn, cm, op2, val) do { \
154 __asm __volatile("mrc p14, 0, %0, " #cn "," #cm "," #op2 : "=r" (val)); \
157 #define DBG_WB_WRITE(cn, cm, op2, val) do { \
158 __asm __volatile("mcr p14, 0, %0, " #cn "," #cm "," #op2 :: "r" (val)); \
/freebsd-current/sys/fs/smbfs/
H A Dsmbfs_io.c77 struct componentname cn; local
163 cn.cn_nameptr = de.d_name;
164 cn.cn_namelen = de.d_namlen;
165 cache_enter(vp, newvp, &cn);
/freebsd-current/crypto/openssl/test/recipes/
H A D25-test_req.t392 my $cn = $is_ca ? "CA" : "EE";
396 "-subj", "/CN=$cn", @_, "-out", $cert);
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen_encode.c51 const char *cn[] = { "ASN1_C_UNIV", "ASN1_C_APPL", local
55 return cn[class];
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1807 struct componentname cn; local
1877 cn.cn_nameptr = "snapshot";
1878 cn.cn_namelen = strlen(cn.cn_nameptr);
1879 cn.cn_nameiop = LOOKUP;
1880 cn.cn_flags = ISLASTCN | LOCKLEAF;
1881 cn.cn_lkflags = flags;
1882 VERIFY0(VOP_LOOKUP(dvp, vpp, &cn));
1890 cn.cn_nameptr = "shares";
1891 cn
[all...]
/freebsd-current/lib/libfetch/
H A Dcommon.c974 unsigned char *cn; local
979 cn = NULL;
988 cnlen = ASN1_STRING_to_UTF8(&cn, namedata);
990 fetch_ssl_hname_match(host, strlen(host), cn, cnlen))
992 else if (ip != NULL && fetch_ssl_ipaddr_match(ip, cn, cnlen))
994 OPENSSL_free(cn);
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_openssl.c1791 u8 cn; member in struct:tls_dn_field_order_cnt
1806 return dn_cnt->cn;
1857 ASN1_STRING *cn; local
1863 cn = X509_NAME_ENTRY_get_data(e);
1864 if (!cn)
1881 ret = ASN1_STRING_length(cn) >= len - 1 &&
1882 os_memcmp(ASN1_STRING_get0_data(cn), value,
1887 ret = ASN1_STRING_length(cn) == len &&
1888 os_memcmp(ASN1_STRING_get0_data(cn), value,
1894 field, value, ASN1_STRING_get0_data(cn));
2047 ASN1_STRING *cn; local
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/
H A Dtest_context.c569 gss_buffer_desc cn; local
571 cn.value = client_name;
572 cn.length = strlen(client_name);
574 maj_stat = gss_import_name(&min_stat, &cn, GSS_C_NT_USER_NAME, &cname);

Completed in 370 milliseconds

123