/freebsd/sys/dev/virtio/pci/ |
H A D | virtio_pci.c | 104 vtpci_read_isr(struct vtpci_common *cn) in vtpci_read_isr() 110 vtpci_get_vq_size(struct vtpci_common *cn, int idx) in vtpci_get_vq_size() 116 vtpci_get_vq_notify_off(struct vtpci_common *cn, int idx) in vtpci_get_vq_notify_off() 122 vtpci_set_vq(struct vtpci_common *cn, struct virtqueue *vq) in vtpci_set_vq() 128 vtpci_disable_vq(struct vtpci_common *cn, int idx) in vtpci_disable_vq() 134 vtpci_register_cfg_msix(struct vtpci_common *cn, struct vtpci_interrupt *intr) in vtpci_register_cfg_msix() 140 vtpci_register_vq_msix(struct vtpci_common *cn, int idx, in vtpci_register_vq_msix() 147 vtpci_init(struct vtpci_common *cn, device_t dev, bool modern) in vtpci_init() 165 vtpci_add_child(struct vtpci_common *cn) in vtpci_add_child() 183 vtpci_delete_child(struct vtpci_common *cn) in vtpci_delete_child() [all …]
|
H A D | virtio_pci.h | 83 vtpci_child_device(struct vtpci_common *cn) in vtpci_child_device() 89 vtpci_is_msix_available(struct vtpci_common *cn) in vtpci_is_msix_available() 95 vtpci_is_msix_enabled(struct vtpci_common *cn) in vtpci_is_msix_enabled() 101 vtpci_is_modern(struct vtpci_common *cn) in vtpci_is_modern() 107 vtpci_virtqueue_count(struct vtpci_common *cn) in vtpci_virtqueue_count()
|
/freebsd/sys/kern/ |
H A D | kern_cons.c | 156 struct consdev *best_cn, *cn, **list; in cninit() local 231 cnadd(struct consdev *cn) in cnadd() 262 cnremove(struct consdev *cn) in cnremove() 295 cnselect(struct consdev *cn) in cnselect() 312 cnavailable(struct consdev *cn, int available) in cnavailable() 402 struct consdev *cn; in cngrab() local 415 struct consdev *cn; in cnungrab() local 428 struct consdev *cn; in cnresume() local 458 struct consdev *cn; in cncheckc() local 525 struct consdev *cn; in cnputc() local
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_changelist.c | 98 prop_changenode_t *cn; in changelist_prefix() local 180 prop_changenode_t *cn; in changelist_postfix() local 335 prop_changenode_t *cn; in changelist_rename() local 372 prop_changenode_t *cn; in changelist_unshare() local 412 prop_changenode_t *cn; in changelist_remove() local 437 prop_changenode_t *cn; in changelist_free() local 468 prop_changenode_t *cn; in changelist_add_mounted() local 503 prop_changenode_t *cn = NULL; in change_one() local 648 prop_changenode_t *cn; in changelist_gather() local
|
H A D | libzfs_config.c | 80 config_node_t *cn; in namespace_clear() local 107 config_node_t *cn; in namespace_reload() local 371 config_node_t *cn; in zpool_iter() local 416 config_node_t *cn; in zfs_iter_root() local
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_fat.c | 136 u_long cn; in pcbmap() local 266 u_long cn; in fc_lookup() local 382 usemap_alloc(struct msdosfsmount *pmp, u_long cn) in usemap_alloc() 397 usemap_free(struct msdosfsmount *pmp, u_long cn) in usemap_free() 447 fatentry(int function, struct msdosfsmount *pmp, u_long cn, u_long *oldcontents, in fatentry() 738 u_long len, newst, foundl, cn, l; in clusteralloc1() local 870 u_long bn, bo, bsize, byteoffset, cn, readcn; in fillinusemap() local 955 u_long cn, got; in m_extendfile() local
|
H A D | msdosfs_vnops.c | 359 struct componentname cn; in msdosfs_mkfile() local 441 u_long cn = 0; in msdosfs_wfile() local 541 struct componentname cn; in msdosfs_mkdire() local
|
H A D | msdosfs_lookup.c | 244 u_long cn; in uniqdosname() local
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_fat.c | 136 u_long cn; in pcbmap() local 266 u_long cn; in fc_lookup() local 386 usemap_alloc(struct msdosfsmount *pmp, u_long cn) in usemap_alloc() 406 usemap_free(struct msdosfsmount *pmp, u_long cn) in usemap_free() 468 fatentry(int function, struct msdosfsmount *pmp, u_long cn, u_long *oldcontents, in fatentry() 763 u_long len, newst, foundl, cn, l; in clusteralloc1() local 903 u_long bn, bo, bsize, byteoffset, cn, readcn; in fillinusemap() local 993 u_long cn, got; in extendfile() local
|
H A D | msdosfsmount.h | 135 #define FATOFS(pmp, cn) ((cn) * (pmp)->pm_fatmult / (pmp)->pm_fatdiv) argument 172 #define de_cn2bn(pmp, cn) \ argument 196 #define de_cn2off(pmp, cn) \ argument 207 #define cntobn(pmp, cn) \ argument
|
H A D | fat.h | 82 #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS) argument
|
H A D | msdosfs_lookup.c | 766 u_long cn; in dosdirempty() local 1047 u_long cn; in uniqdosname() local
|
H A D | msdosfs_vnops.c | 950 u_long cn, pcl, blkoff; in msdosfs_rename() local 1513 u_long cn; in msdosfs_readdir() local 1787 u_long cn; in msdosfs_bmap() local
|
/freebsd/usr.sbin/makefs/ |
H A D | cd9660.c | 940 cd9660node *cn; in cd9660_sorted_child_insert() local 1143 cd9660node *cn; in cd9660_copy_filenames() local 1162 cd9660node *cn; in cd9660_sorting_nodes() local 1173 cd9660node *cn, *next; in cd9660_sort_nodes() local 1290 cd9660node *cn; in cd9660_add_dot_records() local 1465 cd9660node *cn; in cd9660_free_structure() local 1501 cd9660node *cn, *dirNode = diskStructure->rootNode; in cd9660_generate_path_table() local
|
/freebsd/contrib/netbsd-tests/rump/rumpvfs/ |
H A D | t_p2kifs.c | 57 struct componentname *cn; in ATF_TC_BODY() local
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_clk_per.c | 390 #define PER_CLK(_id, cn, pl, r, diw, fiw, f) \ argument 404 #define CLK_8_1(id, cn, pl, r, f) \ argument 408 #define CLK16_1(id, cn, pl, r, f) \ argument 411 #define CLK16_0(id, cn, pl, r, f) \ argument 414 #define CLK_0_0(id, cn, pl, r, f) \ argument
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_clk_per.c | 499 #define PER_CLK(_id, cn, pl, r, diw, fiw, f) \ argument 513 #define CLK_8_1(id, cn, pl, r, f) \ argument 516 #define CLK_8_0(id, cn, pl, r, f) \ argument 520 #define CLK16_1(id, cn, pl, r, f) \ argument 523 #define CLK16_0(id, cn, pl, r, f) \ argument 526 #define CLK_0_0(id, cn, pl, r, f) \ argument
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | ctl_frontend_nvmf.c | 924 nvmft_handoff(struct ctl_nvmf * cn) nvmft_handoff() argument 1033 nvmft_list(struct ctl_nvmf * cn) nvmft_list() argument 1093 nvmft_terminate(struct ctl_nvmf * cn) nvmft_terminate() argument 1140 struct ctl_nvmf *cn; nvmft_ioctl() local [all...] |
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_cts.c | 137 aligned_16bytes mid_iv, ct_mid, cn, pt_last; in cts128_cs1_decrypt() local 239 aligned_16bytes mid_iv, ct_mid, cn, pt_last; in cts128_cs3_decrypt() local
|
/freebsd/sys/kgssapi/krb5/ |
H A D | kcrypto_aes.c | 181 uint8_t cn_1[16], cn[16]; in aes_encrypt() member 252 uint8_t cn_1[16], cn[16]; in aes_decrypt() member
|
/freebsd/lib/libutil/ |
H A D | login_times.c | 34 u_char cn; member
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen_encode.c | 51 const char *cn[] = { "ASN1_C_UNIV", "ASN1_C_APPL", in classname() local
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_ncons.c | 313 static int cn2dnsid(ASN1_STRING *cn, unsigned char **dnsid, size_t *idlen) in cn2dnsid() 425 ASN1_STRING *cn; in NAME_CONSTRAINTS_check_CN() local
|
/freebsd/contrib/bmake/ |
H A D | make.c | 952 MakeBuildChild(GNode *cn, GNodeListNode *toBeMadeNext) in MakeBuildChild() 1324 GNode *cn; in add_wait_dependency() local
|
/freebsd/lib/libsecureboot/ |
H A D | vets.c | 218 br_name_element cn; in x509_cn_get() local 948 br_name_element cn; in verify_sig() local 1095 br_name_element cn; in ve_self_tests() local
|