| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 98 prop_changenode_t *cn; in changelist_prefix() local 399 free(cn); in changelist_remove() 426 free(cn); in changelist_free() 467 uu_avl_node_init(cn, &cn->cn_treenode, clp->cl_pool); in changelist_add_mounted() 472 free(cn); in changelist_add_mounted() 542 uu_avl_node_init(cn, &cn->cn_treenode, clp->cl_pool); in change_one() 549 free(cn); in change_one() 550 cn = NULL; in change_one() 560 if (cn != NULL) in change_one() 761 uu_avl_node_init(cn, &cn->cn_treenode, clp->cl_pool); in changelist_gather() [all …]
|
| H A D | libzfs_config.c | 82 config_node_t *cn; in namespace_clear() local 88 free(cn->cn_name); in namespace_clear() 89 free(cn); in namespace_clear() 109 config_node_t *cn; in namespace_reload() local 178 free(cn); in namespace_reload() 193 free(cn); in namespace_reload() 201 free(cn); in namespace_reload() 405 for (cn = uu_avl_first(hdl->libzfs_ns_avl); cn != NULL; in zpool_iter() 406 cn = uu_avl_next(hdl->libzfs_ns_avl, cn)) { in zpool_iter() 443 for (cn = uu_avl_first(hdl->libzfs_ns_avl); cn != NULL; in zfs_iter_root() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_cons.c | 159 cn = *list; in cninit() 164 cn->cn_ops->cn_probe(cn); in cninit() 173 cn->cn_ops->cn_init(cn); in cninit() 174 cnadd(cn); in cninit() 263 cn->cn_ops->cn_term(cn); in cnremove() 381 cn->cn_ops->cn_grab(cn); in cngrab() 394 cn->cn_ops->cn_ungrab(cn); in cnungrab() 407 cn->cn_ops->cn_resume(cn); in cnresume() 440 c = cn->cn_ops->cn_getc(cn); in cncheckc() 517 cn->cn_ops->cn_putc(cn, '\r'); in cnputc() [all …]
|
| /f-stack/tools/libutil/ |
| H A D | login_times.c | 37 u_char cn; member 83 while (dws[i].dw && strncmp(p, dws[i].dw, dws[i].cn) != 0) in parse_lt() 88 p += dws[i].cn; in parse_lt()
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_clk_per.c | 393 #define PER_CLK(_id, cn, pl, r, diw, fiw, f) \ argument 396 .clkdef.name = cn, \ 407 #define CLK_8_1(id, cn, pl, r, f) \ argument 408 PER_CLK(id, cn, pl, r, 8, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 411 #define CLK16_1(id, cn, pl, r, f) \ argument 412 PER_CLK(id, cn, pl, r, 16, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 414 #define CLK16_0(id, cn, pl, r, f) \ argument 415 PER_CLK(id, cn, pl, r, 16, 0, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 417 #define CLK_0_0(id, cn, pl, r, f) \ argument 418 PER_CLK(id, cn, pl, r, 0, 0, (f) | DCF_HAVE_MUX)
|
| H A D | tegra124_clk_super.c | 56 #define SM(_id, cn, pl, r, x, d, f) \ argument 59 .clkdef.name = cn, \
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_clk_per.c | 502 #define PER_CLK(_id, cn, pl, r, diw, fiw, f) \ argument 505 .clkdef.name = cn, \ 516 #define CLK_8_1(id, cn, pl, r, f) \ argument 517 PER_CLK(id, cn, pl, r, 8, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 519 #define CLK_8_0(id, cn, pl, r, f) \ argument 520 PER_CLK(id, cn, pl, r, 8, 0, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 523 #define CLK16_1(id, cn, pl, r, f) \ argument 524 PER_CLK(id, cn, pl, r, 16, 1, (f) | DCF_HAVE_MUX | DCF_HAVE_DIV) 526 #define CLK16_0(id, cn, pl, r, f) \ argument 529 #define CLK_0_0(id, cn, pl, r, f) \ argument [all …]
|
| H A D | tegra210_clk_super.c | 52 #define SM(_id, cn, pl, r) \ argument 55 .clkdef.name = cn, \
|
| H A D | tegra210_xusbpadctl.c | 439 #define PAD(n, t, cn, rn, e, d) { \ argument 442 .clock_name = cn, \
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 1779 struct componentname cn; in zfs_fhtovp() local 1840 cn.cn_nameptr = "snapshot"; in zfs_fhtovp() 1841 cn.cn_namelen = strlen(cn.cn_nameptr); in zfs_fhtovp() 1842 cn.cn_nameiop = LOOKUP; in zfs_fhtovp() 1843 cn.cn_flags = ISLASTCN | LOCKLEAF; in zfs_fhtovp() 1844 cn.cn_lkflags = flags; in zfs_fhtovp() 1853 cn.cn_nameptr = "shares"; in zfs_fhtovp() 1854 cn.cn_namelen = strlen(cn.cn_nameptr); in zfs_fhtovp() 1855 cn.cn_nameiop = LOOKUP; in zfs_fhtovp() 1856 cn.cn_flags = ISLASTCN; in zfs_fhtovp() [all …]
|
| H A D | zfs_vnops_os.c | 879 struct componentname cn; in zfs_lookup() local 889 cn.cn_nameptr = "snapshot"; in zfs_lookup() 890 cn.cn_namelen = strlen(cn.cn_nameptr); in zfs_lookup() 891 cn.cn_nameiop = cnp->cn_nameiop; in zfs_lookup() 892 cn.cn_flags = cnp->cn_flags & ~ISDOTDOT; in zfs_lookup() 893 cn.cn_lkflags = cnp->cn_lkflags; in zfs_lookup() 894 error = VOP_LOOKUP(zfsctl_vp, vpp, &cn); in zfs_lookup() 1343 struct componentname cn; in zfs_remove() local 1345 if ((error = zfs_lookup_internal(dzp, name, &vp, &cn, DELETE))) in zfs_remove() 1613 struct componentname cn; in zfs_rmdir() local [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | debug_monitor.c | 155 #define DBG_WB_READ(cn, cm, op2, val) do { \ argument 156 __asm __volatile("mrc p14, 0, %0, " #cn "," #cm "," #op2 : "=r" (val)); \ 159 #define DBG_WB_WRITE(cn, cm, op2, val) do { \ argument 160 __asm __volatile("mcr p14, 0, %0, " #cn "," #cm "," #op2 :: "r" (val)); \
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | AUTHORS | 53 Huang Liu <[email protected].cn> 64 Cao Xuewen <[email protected].cn> 67 Chaoyu Zhang <[email protected].cn> 68 Chen Can <[email protected].cn> 130 GeLiXin <[email protected].cn>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal-zones.yaml | 92 z = c0 * x0 + c1 * x1 + ... + c(n-1) * x(n-1) + cn 93 where c0, c1, .., cn are the coefficients.
|
| H A D | thermal.txt | 155 Z = c0 * x0 + c1 * x1 + ... + c(n-1) * x(n-1) + cn.
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | cluster.c | 242 clusterNode *cn; in clusterLoadConfig() local 251 cn = clusterLookupNode(p); in clusterLoadConfig() 252 if (!cn) { in clusterLoadConfig() 253 cn = createClusterNode(p,0); in clusterLoadConfig() 254 clusterAddNode(cn); in clusterLoadConfig() 257 server.cluster->migrating_slots_to[slot] = cn; in clusterLoadConfig() 259 server.cluster->importing_slots_from[slot] = cn; in clusterLoadConfig()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_file_cache.c | 1017 ngx_http_file_cache_node_t *cn, *cnt; in ngx_http_file_cache_rbtree_insert_value() local 1031 cn = (ngx_http_file_cache_node_t *) node; in ngx_http_file_cache_rbtree_insert_value() 1034 p = (ngx_memcmp(cn->key, cnt->key, in ngx_http_file_cache_rbtree_insert_value()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 13711 struct mbuf *cn; in sctp_add_auth_chunk() local 13745 for (cn = m; cn; cn = SCTP_BUF_NEXT(cn)) { in sctp_add_auth_chunk() 13746 *offset += SCTP_BUF_LEN(cn); in sctp_add_auth_chunk()
|