/src/sys/lib/libsa/ |
fnmatch.c | 68 char fc, pc; local in function:fnmatch 71 fc = *fname++; 73 if (!fc && !pc) 75 if (pc == '?' && fc) 76 pc = fc; 77 } while (fc == pc);
|
/src/usr.sbin/lpr/lptest/ |
lptest.c | 54 int i, j, fc, nc; local in function:main 66 fc = ' '; 68 if (++fc == 0177) 69 fc = ' '; 70 nc = fc;
|
/src/sys/fs/cd9660/ |
cd9660_util.c | 119 uint16_t fc, ic; local in function:isofncmp 128 fc = wget(&fn, &fnlen, joliet_level); 131 return fc; 134 switch (fc) { 136 return fc; 152 if (ic != fc) { 154 if (ic + ('a' - 'A') != fc) { 155 if (fc >= 'a' && fc <= 'z') 156 fc -= 'a' - 'A' [all...] |
/src/sys/arch/ia64/stand/efi/libefi/ |
efifs_ls.c | 103 char fc, pc; local in function:fn_match 106 fc = *fname++; 108 if (!fc && !pc) 110 if (pc == '?' && fc) 111 pc = fc; 112 } while (fc == pc);
|
/src/sys/netbt/ |
rfcomm_upper.c | 497 struct rfcomm_fc_info fc; local in function:rfcomm_getopt 504 memset(&fc, 0, sizeof(fc)); 505 fc.lmodem = dlc->rd_lmodem; 506 fc.rmodem = dlc->rd_rmodem; 507 fc.tx_cred = uimax(dlc->rd_txcred, 0xff); 508 fc.rx_cred = uimax(dlc->rd_rxcred, 0xff); 511 fc.cfc = 1; 513 return sockopt_set(sopt, &fc, sizeof(fc)); [all...] |
/src/sys/altq/ |
altq_fifoq.c | 228 struct fifoq_conf *fc; local in function:fifoqioctl 231 fc = (struct fifoq_conf *)addr; 232 if ((q = altq_lookup(fc->iface.fifoq_ifname, 237 limit = fc->fifoq_limit; 241 fc->fifoq_limit = limit;
|
altq_blue.c | 289 struct blue_conf *fc; local in function:blueioctl 292 fc = (struct blue_conf *)addr; 293 if ((rqp = altq_lookup(fc->iface.blue_ifname, 298 limit = fc->blue_limit; 300 fc->blue_limit = limit; /* write back the new value */ 301 if (fc->blue_pkttime > 0) 302 rqp->rq_blue->blue_pkttime = fc->blue_pkttime; 303 if (fc->blue_max_pmark > 0) 304 rqp->rq_blue->blue_max_pmark = fc->blue_max_pmark; 305 if (fc->blue_hold_time > 0 [all...] |
altq_rio.c | 631 struct rio_conf *fc; local in function:rioioctl 635 fc = (struct rio_conf *)addr; 636 if ((rqp = altq_lookup(fc->iface.rio_ifname, 642 new = rio_alloc(fc->rio_weight, &fc->q_params[0], 643 fc->rio_flags, fc->rio_pkttime); 651 limit = fc->rio_limit; 652 if (limit < fc->q_params[RIO_NDROPPREC-1].th_max) 653 limit = fc->q_params[RIO_NDROPPREC-1].th_max [all...] |
altq_red.c | 910 struct red_conf *fc; local in function:redioctl 914 fc = (struct red_conf *)addr; 915 if ((rqp = altq_lookup(fc->iface.red_ifname, 920 new = red_alloc(fc->red_weight, 921 fc->red_inv_pmax, 922 fc->red_thmin, 923 fc->red_thmax, 924 fc->red_flags, 925 fc->red_pkttime); 933 limit = fc->red_limit [all...] |
/src/sys/dev/ieee1394/ |
fwohcivar.h | 43 struct firewire_comm fc; member in struct:fwohci_softc
|
fwdev.c | 101 struct firewire_comm *fc; member in struct:fw_drv1 132 mutex_enter(&sc->fc->fc_mtx); 134 mutex_exit(&sc->fc->fc_mtx); 139 mutex_exit(&sc->fc->fc_mtx); 146 d->fc = sc->fc; 158 struct firewire_comm *fc; local in function:fw_close 172 fc = d->fc; 177 fw_bindremove(fc, fwb) 233 struct firewire_comm *fc; local in function:fw_read 310 struct firewire_comm *fc; local in function:fw_write 386 struct firewire_comm *fc; local in function:fw_ioctl [all...] |
if_fwip.c | 187 sc->sc_fd.fc = fwa->fc; 189 tx_speed = sc->sc_fd.fc->speed; 198 hwaddr->sender_unique_ID_hi = htonl(sc->sc_fd.fc->eui.hi); 199 hwaddr->sender_unique_ID_lo = htonl(sc->sc_fd.fc->eui.lo); 200 hwaddr->sender_max_rec = sc->sc_fd.fc->maxrec; 201 hwaddr->sspd = sc->sc_fd.fc->speed; 329 struct firewire_comm *fc; local in function:fwip_init 337 fc = sc->sc_fd.fc; 433 struct firewire_comm *fc = sc->sc_fd.fc; local in function:fwip_stop 531 struct firewire_comm *fc = sc->sc_fd.fc; local in function:fwip_async_output [all...] |
firewire.c | 197 struct firewire_comm *fc = device_private(parent); local in function:firewireattach 204 fc->bdev = sc->dev = self; 205 sc->fc = fc; 208 fc->status = FWBUSNOTREADY; 210 if (fc->nisodma > FWMAXNDMA) 211 fc->nisodma = FWMAXNDMA; 213 fc->crom_src_buf = malloc(sizeof(struct crom_src_buf), 215 fc->topology_map =malloc(sizeof(struct fw_topology_map), 217 fc->speed_map = malloc(sizeof(struct fw_speed_map) 269 struct firewire_comm *fc; local in function:firewiredetach 475 struct firewire_comm *fc = xfer->fc; local in function:fw_xferwait 1264 struct firewire_comm *fc = xfer->fc; local in function:fw_asystart 1325 struct firewire_comm *fc; local in function:firewire_watchdog 1718 struct firewire_comm *fc; local in function:fw_explore_node 1936 struct firewire_comm *fc = (struct firewire_comm *)arg; local in function:fw_bus_probe_thread 2224 struct firewire_comm *fc; local in function:fw_try_bmr_callback 2259 struct firewire_comm *fc = (struct firewire_comm *)arg; local in function:fw_try_bmr [all...] |
firewire.h | 472 struct firewire_comm *fc; member in struct:fw_attach_args
|
/src/sys/dev/i2o/ |
iopsp.c | 125 int fc, rv; local in function:iopsp_attach 146 fc = (param.p.ci.bustype == I2O_HBA_BUS_FCA); 162 if (fc) 163 aprint_normal("FC"); 184 sc->sc_channel.chan_ntargets = fc ?
|
/src/sys/arch/hpcmips/vr/ |
flash_vrip.c | 139 const struct flash_command_set *fc; local in function:find_command_set 141 for (fc = flash_cmd; fc->fc_ops.fo_name; fc++) { 142 if (cmdset0 == fc->fc_set0 && cmdset1 == fc->fc_set1) 143 return &fc->fc_ops;
|
/src/usr.bin/m4/ |
eval.c | 883 const char *ap, *fc, *k; local in function:dosub 888 fc = ap + expr(argv[3]); /* first char */ 890 fc = ap + atoi(argv[3]); /* first char */ 892 nc = strlen(fc); 899 if (fc >= ap && fc < ap + strlen(ap)) 900 for (k = fc + nc - 1; k >= fc; k--)
|
/src/usr.bin/xlint/lint2/ |
chk.c | 604 char fc; local in function:printflike 610 fc = *fp++; 613 if (fc == '\0') { 618 if (fc != '%') { 622 fc = *fp++; 628 if (fc == '-') { 632 } else if (fc == '+') { 636 } else if (fc == ' ') { 640 } else if (fc == '#') { 644 } else if (fc == '0') 832 char fc; local in function:scanflike [all...] |
/src/sys/dev/ic/ |
clmpcc.c | 1050 u_char fc, tc; local in function:clmpcc_rxintr 1088 fc = tc = clmpcc_rdreg(sc, CLMPCC_REG_RFOC) & CLMPCC_RFOC_MASK; 1100 if ( ISCLR(ch->ch_tty->t_state, TS_ISOPEN) && fc ) { 1102 while ( fc-- ) 1127 while ( fc > 0 ) { 1142 fc--; 1159 if ( fc != tc ) {
|
mpt_netbsd.h | 209 } fc; member in union:mpt_softc::__anon5dd6b76a010a
|
isp_tpublic.h | 122 } fc; member in union:__anon86d6b6f80508::__anon86d6b6f8070a 130 * An information structure to return a list of logged in WWPNs. FC specific.
|
/src/sys/arch/m68k/m68k/ |
db_disasm.c | 1788 u_short mode, mask, fc; local in function:opcode_pflush 1792 fc = BITFIELD(ext, 5, 0); 1807 print_fcode(dbuf, fc); 1823 print_fcode(dbuf, fc); 1946 print_fcode(dis_buffer_t *dbuf, u_short fc) 1948 if (ISBITSET(fc, 4)) 1949 printu_bf(dbuf, fc, 3, 0); 1950 else if (ISBITSET(fc, 3)) 1951 PRINT_DREG(dbuf, BITFIELD(fc, 2, 0)); 1952 else if (fc == 1 [all...] |
/src/sys/dev/pci/igc/ |
if_igc.h | 341 uint16_t fc; member in struct:igc_softc
|
/src/common/dist/zlib/ |
deflate.h | 78 } fc; member in struct:ct_data_s 85 #define Freq fc.freq 86 #define Code fc.code
|
/src/dist/pf/usr.sbin/ftp-proxy/ |
ftp-proxy.c | 398 int client_fd, fc, on; local in function:handle_connection 478 if ((fc = fcntl(s->server_fd, F_GETFL)) == -1 || 479 fcntl(s->server_fd, F_SETFL, fc | O_NONBLOCK) == -1) {
|