Home
last modified time | relevance | path

Searched defs:cn (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-src/sys/dev/virtio/pci/
H A Dvirtio_pci.c104 vtpci_read_isr(struct vtpci_common *cn) in vtpci_read_isr() argument
110 vtpci_get_vq_size(struct vtpci_common *cn, int idx) in vtpci_get_vq_size() argument
116 vtpci_get_vq_notify_off(struct vtpci_common *cn, int idx) in vtpci_get_vq_notify_off() argument
122 vtpci_set_vq(struct vtpci_common *cn, struct virtqueue *vq) in vtpci_set_vq() argument
128 vtpci_disable_vq(struct vtpci_common *cn, int idx) in vtpci_disable_vq() argument
134 vtpci_register_cfg_msix(struct vtpci_common * cn,struct vtpci_interrupt * intr) vtpci_register_cfg_msix() argument
140 vtpci_register_vq_msix(struct vtpci_common * cn,int idx,struct vtpci_interrupt * intr) vtpci_register_vq_msix() argument
147 vtpci_init(struct vtpci_common * cn,device_t dev,bool modern) vtpci_init() argument
165 vtpci_add_child(struct vtpci_common * cn) vtpci_add_child() argument
183 vtpci_delete_child(struct vtpci_common * cn) vtpci_delete_child() argument
202 vtpci_child_detached(struct vtpci_common * cn) vtpci_child_detached() argument
213 vtpci_reinit(struct vtpci_common * cn) vtpci_reinit() argument
233 vtpci_describe_features(struct vtpci_common * cn,const char * msg,uint64_t features) vtpci_describe_features() argument
248 vtpci_negotiate_features(struct vtpci_common * cn,uint64_t child_features,uint64_t host_features) vtpci_negotiate_features() argument
270 vtpci_with_feature(struct vtpci_common * cn,uint64_t feature) vtpci_with_feature() argument
276 vtpci_read_ivar(struct vtpci_common * cn,int index,uintptr_t * result) vtpci_read_ivar() argument
308 vtpci_write_ivar(struct vtpci_common * cn,int index,uintptr_t value) vtpci_write_ivar() argument
326 vtpci_alloc_virtqueues(struct vtpci_common * cn,int nvqs,struct vq_alloc_info * vq_info) vtpci_alloc_virtqueues() argument
387 vtpci_alloc_msix(struct vtpci_common * cn,int nvectors) vtpci_alloc_msix() argument
413 vtpci_alloc_msi(struct vtpci_common * cn) vtpci_alloc_msi() argument
435 vtpci_alloc_intr_msix_pervq(struct vtpci_common * cn) vtpci_alloc_intr_msix_pervq() argument
457 vtpci_alloc_intr_msix_shared(struct vtpci_common * cn) vtpci_alloc_intr_msix_shared() argument
474 vtpci_alloc_intr_msi(struct vtpci_common * cn) vtpci_alloc_intr_msi() argument
492 vtpci_alloc_intr_intx(struct vtpci_common * cn) vtpci_alloc_intr_intx() argument
501 vtpci_alloc_interrupt(struct vtpci_common * cn,int rid,int flags,struct vtpci_interrupt * intr) vtpci_alloc_interrupt() argument
517 vtpci_free_interrupt(struct vtpci_common * cn,struct vtpci_interrupt * intr) vtpci_free_interrupt() argument
537 vtpci_free_interrupts(struct vtpci_common * cn) vtpci_free_interrupts() argument
564 vtpci_free_virtqueues(struct vtpci_common * cn) vtpci_free_virtqueues() argument
583 vtpci_release_child_resources(struct vtpci_common * cn) vtpci_release_child_resources() argument
591 vtpci_cleanup_setup_intr_attempt(struct vtpci_common * cn) vtpci_cleanup_setup_intr_attempt() argument
606 vtpci_alloc_intr_resources(struct vtpci_common * cn) vtpci_alloc_intr_resources() argument
654 vtpci_setup_intx_interrupt(struct vtpci_common * cn,enum intr_type type) vtpci_setup_intx_interrupt() argument
668 vtpci_setup_pervq_msix_interrupts(struct vtpci_common * cn,enum intr_type type) vtpci_setup_pervq_msix_interrupts() argument
695 vtpci_set_host_msix_vectors(struct vtpci_common * cn) vtpci_set_host_msix_vectors() argument
729 vtpci_setup_msix_interrupts(struct vtpci_common * cn,enum intr_type type) vtpci_setup_msix_interrupts() argument
754 vtpci_setup_intrs(struct vtpci_common * cn,enum intr_type type) vtpci_setup_intrs() argument
777 vtpci_setup_interrupts(struct vtpci_common * cn,enum intr_type type) vtpci_setup_interrupts() argument
829 vtpci_reinit_virtqueue(struct vtpci_common * cn,int idx) vtpci_reinit_virtqueue() argument
850 struct vtpci_common *cn; vtpci_intx_intr() local
873 struct vtpci_common *cn; vtpci_vq_shared_intr_filter() local
892 struct vtpci_common *cn; vtpci_vq_shared_intr() local
929 struct vtpci_common *cn; vtpci_config_intr() local
940 vtpci_feature_sysctl(struct sysctl_req * req,struct vtpci_common * cn,uint64_t features) vtpci_feature_sysctl() argument
959 struct vtpci_common *cn; vtpci_host_features_sysctl() local
969 struct vtpci_common *cn; vtpci_negotiated_features_sysctl() local
977 vtpci_setup_sysctl(struct vtpci_common * cn) vtpci_setup_sysctl() argument
[all...]
H A Dvirtio_pci.h83 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()
H A Dvirtio_pci_legacy.c324 struct vtpci_common *cn; in vtpci_legacy_read_ivar() local
347 struct vtpci_common *cn; in vtpci_legacy_write_ivar() local
394 struct vtpci_common *cn; in vtpci_legacy_alloc_virtqueues() local
422 struct vtpci_common *cn; in vtpci_legacy_reinit() local
/freebsd-src/sys/kern/
H A Dkern_cons.c156 struct consdev *best_cn, *cn, **list; in cninit() local
231 cnadd(struct consdev * cn) cnadd() argument
262 cnremove(struct consdev * cn) cnremove() argument
295 cnselect(struct consdev * cn) cnselect() argument
312 cnavailable(struct consdev * cn,int available) cnavailable() argument
402 struct consdev *cn; cngrab() local
415 struct consdev *cn; cnungrab() local
428 struct consdev *cn; cnresume() local
458 struct consdev *cn; cncheckc() local
525 struct consdev *cn; cnputc() local
[all...]
/freebsd-src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c98 prop_changenode_t *cn; in changelist_prefix() local
180 prop_changenode_t *cn; in changelist_postfix() local
335 prop_changenode_t *cn; changelist_rename() local
372 prop_changenode_t *cn; changelist_unshare() local
412 prop_changenode_t *cn; changelist_remove() local
437 prop_changenode_t *cn; changelist_free() local
468 prop_changenode_t *cn; changelist_add_mounted() local
503 prop_changenode_t *cn = NULL; change_one() local
641 prop_changenode_t *cn; changelist_gather() local
[all...]
H A Dlibzfs_config.c80 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-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c136 u_long cn; in pcbmap() local
266 u_long cn; fc_lookup() local
382 usemap_alloc(struct msdosfsmount * pmp,u_long cn) usemap_alloc() argument
397 usemap_free(struct msdosfsmount * pmp,u_long cn) usemap_free() argument
447 fatentry(int function,struct msdosfsmount * pmp,u_long cn,u_long * oldcontents,u_long newcontents) fatentry() argument
738 u_long len, newst, foundl, cn, l; clusteralloc1() local
870 u_long bn, bo, bsize, byteoffset, cn, readcn; fillinusemap() local
955 u_long cn, got; m_extendfile() local
[all...]
H A Dmsdosfs_vnops.c359 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 Dmsdosfs_lookup.c244 u_long cn; in uniqdosname() local
/freebsd-src/sys/fs/msdosfs/
H A Dmsdosfs_fat.c136 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 Dmsdosfsmount.h135 #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 Dfat.h82 #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS) argument
H A Dmsdosfs_lookup.c764 u_long cn; dosdirempty() local
1045 u_long cn; uniqdosname() local
/freebsd-src/usr.sbin/makefs/
H A Dcd9660.c935 cd9660node *cn; cd9660_sorted_child_insert() local
1137 cd9660node *cn; cd9660_copy_filenames() local
1157 cd9660node *cn; cd9660_sorting_nodes() local
1168 cd9660node *cn, *next; cd9660_sort_nodes() local
1285 cd9660node *cn; cd9660_add_dot_records() local
1460 cd9660node *cn; cd9660_free_structure() local
1496 cd9660node *cn, *dirNode = diskStructure->rootNode; cd9660_generate_path_table() local
[all...]
/freebsd-src/contrib/netbsd-tests/rump/rumpvfs/
H A Dt_p2kifs.c57 struct componentname *cn; in ATF_TC_BODY() local
/freebsd-src/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_per.c390 #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-src/sys/arm64/nvidia/tegra210/
H A Dtegra210_clk_per.c499 #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-src/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c879 nvmft_handoff(struct ctl_nvmf * cn) nvmft_handoff() argument
960 nvmft_list(struct ctl_nvmf * cn) nvmft_list() argument
1020 nvmft_terminate(struct ctl_nvmf * cn) nvmft_terminate() argument
1067 struct ctl_nvmf *cn; nvmft_ioctl() local
[all...]
/freebsd-src/sys/fs/unionfs/
H A Dunion_subr.c663 unionfs_relookup(struct vnode * dvp,struct vnode ** vpp,struct componentname * cnp,struct componentname * cn,struct thread * td,char * path,int pathlen,u_long nameiop) unionfs_relookup() argument
714 struct componentname cn; unionfs_relookup_for_create() local
748 struct componentname cn; unionfs_relookup_for_delete() local
782 struct componentname cn; unionfs_relookup_for_rename() local
1393 struct componentname cn; unionfs_check_rmdir() local
[all...]
/freebsd-src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c137 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-src/sys/kgssapi/krb5/
H A Dkcrypto_aes.c181 uint8_t cn_1[16], cn[16]; in aes_encrypt() member
252 uint8_t cn_1[16], cn[16]; in aes_decrypt() member
/freebsd-src/lib/libutil/
H A Dlogin_times.c34 u_char cn; member
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dgen_encode.c51 const char *cn[] = { "ASN1_C_UNIV", "ASN1_C_APPL", in classname() local
/freebsd-src/crypto/openssl/crypto/x509/
H A Dv3_ncons.c313 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-src/contrib/bmake/
H A Dmake.c952 MakeBuildChild(GNode *cn, GNodeListNode *toBeMadeNext) in MakeBuildChild()
1324 GNode *cn; in add_wait_dependency() local

123