/netbsd-src/sys/dev/ieee1394/ |
H A D | firewire.c | 197 struct firewire_comm *fc = device_private(parent); in firewireattach() local 269 struct firewire_comm *fc; in firewiredetach() local 329 firewire_resume(struct firewire_comm *fc) in firewire_resume() 341 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) in fw_noderesolve_nodeid() 358 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) in fw_noderesolve_eui64() 379 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq() 475 struct firewire_comm *fc = xfer->fc; in fw_xferwait() local 487 fw_drain_txq(struct firewire_comm *fc) in fw_drain_txq() 523 fw_busreset(struct firewire_comm *fc, uint32_t new_status) in fw_busreset() 577 fw_init(struct firewire_comm *fc) in fw_init() [all …]
|
H A D | fwohci.c | 734 fwohci_cyctimer(struct firewire_comm *fc) in fwohci_cyctimer() 742 fwohci_set_bus_manager(struct firewire_comm *fc, u_int node) in fwohci_set_bus_manager() 768 fwohci_ibr(struct firewire_comm *fc) in fwohci_ibr() 798 fwohci_irx_enable(struct firewire_comm *fc, int dmach) in fwohci_irx_enable() 896 fwohci_irx_disable(struct firewire_comm *fc, int dmach) in fwohci_irx_disable() 912 fwohci_itxbuf_enable(struct firewire_comm *fc, int dmach) in fwohci_itxbuf_enable() 1026 fwohci_itx_disable(struct firewire_comm *fc, int dmach) in fwohci_itx_disable() 1042 fwohci_timeout(struct firewire_comm *fc) in fwohci_timeout() 1052 fwohci_irx_post (struct firewire_comm *fc, uint32_t *qld) in fwohci_irx_post() 1061 fwohci_set_intr(struct firewire_comm *fc, int enable) in fwohci_set_intr() [all …]
|
H A D | fwdev.c | 101 struct firewire_comm *fc; member 158 struct firewire_comm *fc; in fw_close() local 233 struct firewire_comm *fc; in fw_read() local 310 struct firewire_comm *fc; in fw_write() local 386 struct firewire_comm *fc; in fw_ioctl() local 751 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, in fwdev_allocbuf()
|
H A D | firewirereg.h | 60 struct firewire_comm *fc; member 74 struct firewire_comm *fc; member 89 struct firewire_comm *fc; member 210 #define FW_GMTX(fc) (&(fc)->fc_mtx) argument 211 #define FW_GLOCK(fc) fw_mtx_lock(FW_GMTX(fc)) argument 212 #define FW_GUNLOCK(fc) fw_mtx_unlock(FW_GMTX(fc)) argument 213 #define FW_GLOCK_ASSERT(fc) fw_mtx_assert(FW_GMTX(fc), MA_OWNED) argument 236 struct firewire_comm *fc; member 266 struct firewire_comm *fc; member
|
H A D | if_fwip.c | 329 struct firewire_comm *fc; in fwip_init() local 433 struct firewire_comm *fc = sc->sc_fd.fc; in fwip_stop() local 531 struct firewire_comm *fc = sc->sc_fd.fc; in fwip_async_output() local
|
H A D | fwdma.c | 149 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, int esize, int n, in fwdma_malloc_multiseg()
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/ |
H A D | filter_common.c | 259 const lzma_filter_coder *const fc in lzma_raw_coder_init() local 270 const lzma_filter_coder *const fc in lzma_raw_coder_init() local 309 const lzma_filter_coder *const fc in lzma_raw_coder_memusage() local
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-sjlj.c | 86 struct SjLj_Function_Context *fc; member 120 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Register() 153 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc) in _Unwind_SjLj_SetContext() 167 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Unregister()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-sjlj.c | 86 struct SjLj_Function_Context *fc; member 120 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Register() 153 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc) in _Unwind_SjLj_SetContext() 167 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Unregister()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecp_s390x_nistp.c | 51 BN_CTX *ctx, unsigned int fc, int len) in ec_GFp_s390x_nistp_mul() 130 unsigned int fc, int len) in ecdsa_s390x_nistp_sign_sig() 226 unsigned int fc, int len) in ecdsa_s390x_nistp_verify_sig()
|
/netbsd-src/sys/lib/libsa/ |
H A D | fnmatch.c | 68 char fc, pc; in fnmatch() local
|
/netbsd-src/usr.sbin/lpr/lptest/ |
H A D | lptest.c | 54 int i, j, fc, nc; in main() local
|
/netbsd-src/external/bsd/ekermit/dist/ |
H A D | unixio.c | 76 dodebug(int fc, UCHAR * label, UCHAR * sval, long nval) { in dodebug() 239 readpkt(struct k_data * k, UCHAR *p, int len, int fc) { in readpkt()
|
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_ael1002.c | 92 int *speed, int *duplex, int *fc) in ael100x_get_link_status() 274 int *speed, int *duplex, int *fc) in xaui_direct_get_link_status()
|
/netbsd-src/sys/arch/ia64/stand/efi/libefi/ |
H A D | efifs_ls.c | 103 char fc, pc; in fn_match() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | cipher_aes.h | 46 unsigned int fc; member
|
H A D | cipher_aes_ccm.h | 42 unsigned int fc; /* fc has same offset as ks.ks.rounds */ member
|
H A D | cipher_aes_gcm.h | 31 unsigned int fc; member
|
/netbsd-src/sys/fs/cd9660/ |
H A D | cd9660_util.c | 119 uint16_t fc, ic; in isofncmp() local
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | fake_event.c | 1351 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, in comm_point_create_local() local 1364 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, in comm_point_create_raw() local 1385 struct fake_commpoint* fc = (struct fake_commpoint*)c; in comm_point_delete() local 1682 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, in outnet_comm_point_for_udp() local 1702 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, in outnet_comm_point_for_tcp() local 1774 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, in outnet_comm_point_for_http() local 1801 struct fake_commpoint* fc = (struct fake_commpoint*)c; in comm_point_send_udp_msg() local
|
/netbsd-src/sys/netbt/ |
H A D | rfcomm_upper.c | 497 struct rfcomm_fc_info fc; in rfcomm_getopt() local
|
/netbsd-src/sys/altq/ |
H A D | altq_fifoq.c | 228 struct fifoq_conf *fc; in fifoqioctl() local
|
/netbsd-src/usr.bin/xlint/lint2/ |
H A D | chk.c | 594 char fc; printflike() local 821 char fc; scanflike() local [all...] |
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | d_fold_test.c | 52 void if_float_Complex(float _Complex fc) { if (fc) return; } in if_float_Complex()
|
H A D | msg_204.c | 81 void if_float_Complex(float _Complex fc) { if (fc) return; } in if_float_Complex()
|