| /netbsd-src/sys/dev/ieee1394/ |
| H A D | firewire.c | 197 struct firewire_comm *fc = device_private(parent); in firewireattach() local 204 fc->bdev = sc->dev = self; in firewireattach() 205 sc->fc = fc; in firewireattach() 208 fc->status = FWBUSNOTREADY; in firewireattach() 210 if (fc->nisodma > FWMAXNDMA) in firewireattach() 211 fc->nisodma = FWMAXNDMA; in firewireattach() 213 fc->crom_src_buf = malloc(sizeof(struct crom_src_buf), in firewireattach() 215 fc->topology_map =malloc(sizeof(struct fw_topology_map), in firewireattach() 217 fc->speed_map = malloc(sizeof(struct fw_speed_map), in firewireattach() 220 mutex_init(&fc->tlabel_lock, MUTEX_DEFAULT, IPL_VM); in firewireattach() [all …]
|
| H A D | fwdev.c | 101 struct firewire_comm *fc; member 132 mutex_enter(&sc->fc->fc_mtx); in fw_open() 134 mutex_exit(&sc->fc->fc_mtx); in fw_open() 139 mutex_exit(&sc->fc->fc_mtx); in fw_open() 146 d->fc = sc->fc; in fw_open() 158 struct firewire_comm *fc; in fw_close() local 172 fc = d->fc; in fw_close() 177 fw_bindremove(fc, fwb); in fw_close() 189 fc->irx_disable(fc, ir->dmach); in fw_close() 214 fc->itx_disable(fc, it->dmach); in fw_close() [all …]
|
| H A D | fwohci.c | 171 static void fwohci_timeout(struct firewire_comm *fc); 329 sc->fc.arq = &sc->arrq.xferq; in fwohci_init() 330 sc->fc.ars = &sc->arrs.xferq; in fwohci_init() 331 sc->fc.atq = &sc->atrq.xferq; in fwohci_init() 332 sc->fc.ats = &sc->atrs.xferq; in fwohci_init() 369 sc->fc.tcode = tinfo; in fwohci_init() 371 sc->fc.cyctimer = fwohci_cyctimer; in fwohci_init() 372 sc->fc.ibr = fwohci_ibr; in fwohci_init() 373 sc->fc.set_bmr = fwohci_set_bus_manager; in fwohci_init() 374 sc->fc.ioctl = fwohci_ioctl; in fwohci_init() [all …]
|
| H A D | if_fwip.c | 187 sc->sc_fd.fc = fwa->fc; in fwipattach() 189 tx_speed = sc->sc_fd.fc->speed; in fwipattach() 198 hwaddr->sender_unique_ID_hi = htonl(sc->sc_fd.fc->eui.hi); in fwipattach() 199 hwaddr->sender_unique_ID_lo = htonl(sc->sc_fd.fc->eui.lo); in fwipattach() 200 hwaddr->sender_max_rec = sc->sc_fd.fc->maxrec; in fwipattach() 201 hwaddr->sspd = sc->sc_fd.fc->speed; in fwipattach() 329 struct firewire_comm *fc; in fwip_init() local 337 fc = sc->sc_fd.fc; in fwip_init() 339 sc->sc_dma_ch = fw_open_isodma(fc, /* tx */0); in fwip_init() 342 xferq = fc->ir[sc->sc_dma_ch]; in fwip_init() [all …]
|
| 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
|
| /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() argument 128 fc->prev = __gthread_getspecific (fc_key); in _Unwind_SjLj_Register() 129 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_Register() 134 fc->prev = fc_static; in _Unwind_SjLj_Register() 135 fc_static = fc; in _Unwind_SjLj_Register() 153 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc) in _Unwind_SjLj_SetContext() argument 160 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_SetContext() 163 fc_static = fc; in _Unwind_SjLj_SetContext() 167 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Unregister() argument [all …]
|
| /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() argument 128 fc->prev = __gthread_getspecific (fc_key); in _Unwind_SjLj_Register() 129 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_Register() 134 fc->prev = fc_static; in _Unwind_SjLj_Register() 135 fc_static = fc; in _Unwind_SjLj_Register() 153 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc) in _Unwind_SjLj_SetContext() argument 160 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_SetContext() 163 fc_static = fc; in _Unwind_SjLj_SetContext() 167 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Unregister() argument [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | mkext.c | 31 FILE *fc, *fh; variable 157 if ((fc = fopen(cname, "w")) == NULL) { in main() 172 fprintf(fc, "#include \"pass2.h\"\n"); in main() 236 fprintf(fc, "int tempregs[] = { "); in main() 239 fprintf(fc, "%d, ", i), j++; in main() 240 fprintf(fc, "-1 };\n"); in main() 243 fprintf(fc, "int permregs[] = { "); in main() 246 fprintf(fc, "%d, ", i), j++; in main() 247 fprintf(fc, "-1 };\n"); in main() 249 fprintf(fc, "bittype validregs[] = {\n"); in main() [all …]
|
| /netbsd-src/usr.bin/xlint/lint2/ |
| H A D | chk.c | 603 char fc; in printflike() 609 fc = *fp++; in printflike() 612 if (fc == '\0') { in printflike() 617 if (fc != '%') { in printflike() 621 fc = *fp++; in printflike() 627 if (fc == '-') { in printflike() 631 } else if (fc == '+') { in printflike() 635 } else if (fc == ' ') { in printflike() 639 } else if (fc == '#') { in printflike() 643 } else if (fc in printflike() 594 char fc; printflike() local 821 char fc; scanflike() local [all...] |
| /netbsd-src/etc/etc.vax/ |
| H A D | disktab | 31 :pc#131680:oc#0:bc#8192:fc#1024:\ 36 # :pc#131520:oc#0:bc#8192:fc#1024: 42 :pc#500384:oc#0:bc#8192:fc#1024:\ 48 # :pc#500224:oc#0:bc#8192:fc#1024: 54 :pc#340670:oc#0:bc#8192:fc#1024:\ 59 # :pc#340516:oc#0:bc#8192:fc#1024: 65 :pc#242606:oc#0:bc#8192:fc#1024:\ 70 # :pc#242420:oc#0:bc#8192:fc#1024: 76 :pc#171798:oc#0:bc#8192:fc#1024:\ 81 # :pc#171644:oc#0:bc#8192:fc#1024: [all …]
|
| /netbsd-src/sys/fs/cd9660/ |
| H A D | cd9660_util.c | 119 uint16_t fc, ic; in isofncmp() local 128 fc = wget(&fn, &fnlen, joliet_level); in isofncmp() 131 return fc; in isofncmp() 134 switch (fc) { in isofncmp() 136 return fc; in isofncmp() 152 if (ic != fc) { in isofncmp() 154 if (ic + ('a' - 'A') != fc) { in isofncmp() 155 if (fc >= 'a' && fc <= 'z') in isofncmp() 156 fc -= 'a' - 'A'; in isofncmp() 158 return (int)fc - (int)ic; in isofncmp() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | s390xcpuid.pl | 302 my ($in,$len,$fc,$param) = map("%r$_",(2..5)); 308 llgfr %r0,$fc 323 my ($in,$inlen,$out,$outlen,$fc) = map("%r$_",(2..6)); 329 llgfr %r0,$fc 344 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6)); 350 lr %r0,$fc 365 my ($in,$len,$fc,$param) = map("%r$_",(2..5)); 371 lr %r0,$fc 386 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6)); 392 lr %r0,$fc [all …]
|
| H A D | s390x_arch.h | 15 void s390x_kimd(const unsigned char *in, size_t len, unsigned int fc, 18 size_t outlen, unsigned int fc, void *param); 20 unsigned int fc, void *param); 21 void s390x_kmac(const unsigned char *in, size_t len, unsigned int fc, 24 unsigned int fc, void *param); 26 unsigned int fc, void *param); 28 size_t len, unsigned char *out, unsigned int fc, void *param); 29 int s390x_pcc(unsigned int fc, void *param); 30 int s390x_kdsa(unsigned int fc, void *param, const unsigned char *in,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
| H A D | s390xcpuid.pl | 269 my ($in,$len,$fc,$param) = map("%r$_",(2..5)); 275 llgfr %r0,$fc 290 my ($in,$inlen,$out,$outlen,$fc) = map("%r$_",(2..6)); 296 llgfr %r0,$fc 311 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6)); 317 lr %r0,$fc 332 my ($in,$len,$fc,$param) = map("%r$_",(2..5)); 338 lr %r0,$fc 353 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6)); 359 lr %r0,$fc [all …]
|
| H A D | s390x_arch.h | 15 void s390x_kimd(const unsigned char *in, size_t len, unsigned int fc, 18 size_t outlen, unsigned int fc, void *param); 20 unsigned int fc, void *param); 21 void s390x_kmac(const unsigned char *in, size_t len, unsigned int fc, 24 unsigned int fc, void *param); 26 unsigned int fc, void *param); 28 size_t len, unsigned char *out, unsigned int fc, void *param);
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | fnmatch.c | 68 char fc, pc; in fnmatch() local 71 fc = *fname++; in fnmatch() 73 if (!fc && !pc) in fnmatch() 75 if (pc == '?' && fc) in fnmatch() 76 pc = fc; in fnmatch() 77 } while (fc == pc); in fnmatch()
|
| /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 261 if (fc == NULL || fc->init == NULL) in lzma_raw_coder_init() 265 filters[j].init = fc->init; in lzma_raw_coder_init() 270 const lzma_filter_coder *const fc in lzma_raw_coder_init() local 272 if (fc == NULL || fc->init == NULL) in lzma_raw_coder_init() 276 filters[i].init = fc->init; in lzma_raw_coder_init() 309 const lzma_filter_coder *const fc in lzma_raw_coder_memusage() local 311 if (fc == NULL) in lzma_raw_coder_memusage() 314 if (fc->memusage == NULL) { in lzma_raw_coder_memusage() 326 = fc->memusage(filters[i].options); in lzma_raw_coder_memusage()
|
| /netbsd-src/sys/dev/pci/igc/ |
| H A D | igc_mac.c | 409 if (hw->fc.requested_mode == igc_fc_default) { in igc_setup_link_generic() 410 hw->fc.requested_mode = igc_fc_full; in igc_setup_link_generic() 416 hw->fc.current_mode = hw->fc.requested_mode; in igc_setup_link_generic() 419 hw->fc.current_mode); in igc_setup_link_generic() 435 IGC_WRITE_REG(hw, IGC_FCTTV, hw->fc.pause_time); in igc_setup_link_generic() 484 if (hw->fc.current_mode & igc_fc_tx_pause) { in igc_set_fc_watermarks_generic() 489 fcrtl = hw->fc.low_water; in igc_set_fc_watermarks_generic() 490 if (hw->fc.send_xon) in igc_set_fc_watermarks_generic() 493 fcrth = hw->fc.high_water; in igc_set_fc_watermarks_generic() 537 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode); in igc_force_mac_fc_generic() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | dwarf.c | 8412 frame_need_space (Frame_Chunk *fc, unsigned int reg) in frame_need_space() argument 8414 unsigned int prev = fc->ncols; in frame_need_space() 8416 if (reg < (unsigned int) fc->ncols) in frame_need_space() 8423 fc->ncols = reg + 1; in frame_need_space() 8426 if (fc->ncols == 0) in frame_need_space() 8430 if (fc->ncols > 1024 && dwarf_regnames_count == 0) in frame_need_space() 8433 fc->ncols = 0; in frame_need_space() 8439 fc->col_type = (short int *) xcrealloc (fc->col_type, fc->ncols, in frame_need_space() 8441 fc->col_offset = (int *) xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space() 8443 if (fc->col_type == NULL || fc->col_offset == NULL) in frame_need_space() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | dwarf.c | 8512 frame_need_space (Frame_Chunk *fc, unsigned int reg) in frame_need_space() argument 8514 unsigned int prev = fc->ncols; in frame_need_space() 8516 if (reg < (unsigned int) fc->ncols) in frame_need_space() 8523 fc->ncols = reg + 1; in frame_need_space() 8526 if (fc->ncols == 0) in frame_need_space() 8530 if (fc->ncols > 1024 && dwarf_regnames_count == 0) in frame_need_space() 8533 fc->ncols = 0; in frame_need_space() 8539 fc->col_type = xcrealloc (fc->col_type, fc->ncols, in frame_need_space() 8540 sizeof (*fc->col_type)); in frame_need_space() 8541 fc->col_offset = xcrealloc (fc->col_offset, fc->ncols, in frame_need_space() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm_hw_s390x.inc | 18 /* Additional flag or'ed to fc for decryption */ 21 #define S390X_gcm_fc(A,C) ((A)->plat.s390x.fc | (A)->plat.s390x.hsflag |\ 31 actx->plat.s390x.fc = S390X_AES_FC(keylen); 70 s390x_kma(iv_zero_pad, len, NULL, 0, NULL, actx->plat.s390x.fc, kma); 89 unsigned int fc; 94 fc = S390X_gcm_fc(actx, ctx) | S390X_KMA_LAAD | S390X_KMA_LPC; 97 fc, kma); 120 unsigned int fc; 125 fc = S390X_gcm_fc(actx, ctx) | S390X_KMA_LAAD | S390X_KMA_LPC; 126 s390x_kma(aad, aad_len, in, in_len, out, fc, kma); [all …]
|
| H A D | cipher_aes_hw_s390x.inc | 38 adat->plat.s390x.fc = S390X_AES_FC(keylen); 49 s390x_km(in, len, out, adat->plat.s390x.fc | modifier, 60 adat->plat.s390x.fc = S390X_AES_FC(keylen); 84 s390x_kmo(in, len, out, adat->plat.s390x.fc, 94 adat->plat.s390x.fc, 113 adat->plat.s390x.fc = S390X_AES_FC(keylen); 114 adat->plat.s390x.fc |= 16 << 24; /* 16 bytes cipher feedback */ 143 s390x_kmf(in, len, out, adat->plat.s390x.fc | modifier, 174 adat->plat.s390x.fc = S390X_AES_FC(keylen); 175 adat->plat.s390x.fc |= 1 << 24; /* 1 byte cipher feedback */ [all …]
|
| /netbsd-src/usr.sbin/lpr/lptest/ |
| H A D | lptest.c | 54 int i, j, fc, nc; in main() local 66 fc = ' '; in main() 68 if (++fc == 0177) in main() 69 fc = ' '; in main() 70 nc = fc; in main()
|
| /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 1352 sizeof(*fc)); in comm_point_create_local() 1353 if(!fc) return NULL; in comm_point_create_local() 1354 fc->typecode = FAKE_COMMPOINT_TYPECODE; in comm_point_create_local() 1355 return (struct comm_point*)fc; in comm_point_create_local() 1364 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, in comm_point_create_raw() local 1365 sizeof(*fc)); in comm_point_create_raw() 1366 if(!fc) return NULL; in comm_point_create_raw() 1367 fc->typecode = FAKE_COMMPOINT_TYPECODE; in comm_point_create_raw() 1368 return (struct comm_point*)fc; in comm_point_create_raw() [all …]
|
| /netbsd-src/sys/arch/ia64/stand/efi/libefi/ |
| H A D | efifs_ls.c | 103 char fc, pc; in fn_match() local 106 fc = *fname++; in fn_match() 108 if (!fc && !pc) in fn_match() 110 if (pc == '?' && fc) in fn_match() 111 pc = fc; in fn_match() 112 } while (fc == pc); in fn_match()
|