Searched refs:fc (Results 76 - 100 of 150) sorted by path

123456

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h284 agsaFastCommand_t *fc,
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c278 agsaFastCommand_t *fc,
299 agRoot = (agsaRoot_t*)fc->agRoot;
331 pDevice = (agsaDeviceDesc_t*)(((agsaDevHandle_t*)fc->devHandle)->sdkData);
333 ret = siFastSSPResAlloc(agRoot, fc->queueNum, fc->agRequestType,
343 inq = INQ(fc->queueNum);
344 outq = OUQ(fc->queueNum);
352 pRequest->requestType = fc->agRequestType;
357 pSgl = fc->agSgl;
359 switch (fc
276 saFastSSPPrepare( void *ioh, agsaFastCommand_t *fc, ossaSSPCompletedCB_t cb, void *cbArg) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h456 agsaFastCommand_t *fc);
462 agsaFastCommand_t *fc,
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.c1158 struct feeder_class *fc; local
1187 fc = feeder_getclass(NULL);
1188 if (fc == NULL)
1190 if (chn_addfeeder(c, fc, NULL))
H A Dfeeder.c59 struct feeder_class *fc = p; local
64 KASSERT(fc->desc == NULL, ("first feeder not root: %s", fc->name));
70 fc->name);
74 fte->feederclass = fc;
131 KASSERT(fc->desc != NULL, ("feeder '%s' has no descriptor", fc->name));
135 while ((feedercnt < MAXFEEDERS) && (fc->desc[i].type > 0)) {
136 /* printf("adding feeder %s, %x -> %x\n", fc->name, fc
185 feeder_create(struct feeder_class *fc, struct pcm_feederdesc *desc) argument
236 chn_addfeeder(struct pcm_channel *c, struct feeder_class *fc, struct pcm_feederdesc *desc) argument
[all...]
H A Dfeeder.h61 int chn_addfeeder(struct pcm_channel *c, struct feeder_class *fc,
H A Dfeeder_chain.c140 struct feeder_class *fc; local
150 fc = feeder_getclass(desc);
151 if (fc == NULL) {
160 ret = chn_addfeeder(c, fc, desc);
208 struct feeder_class *fc; local
223 fc = feeder_getclass(desc);
224 if (fc == NULL) {
233 ret = chn_addfeeder(c, fc, desc);
286 struct feeder_class *fc; local
301 fc
343 struct feeder_class *fc; local
411 struct feeder_class *fc; local
465 struct feeder_class *fc; local
496 struct feeder_class *fc; local
[all...]
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c301 uint8_t cr0, cr1, fc; local
346 fc = 0;
349 fc = CSR_READ_1(sc, VR_FLOWCR1);
350 fc &= ~(VR_FLOWCR1_TXPAUSE | VR_FLOWCR1_RXPAUSE);
353 fc |= VR_FLOWCR1_RXPAUSE;
356 fc |= VR_FLOWCR1_TXPAUSE;
359 CSR_WRITE_1(sc, VR_FLOWCR1, fc);
362 fc = CSR_READ_1(sc, VR_MISC_CR0);
363 fc &= ~VR_MISCCR0_RXPAUSE;
366 fc |
[all...]
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c137 struct fdhashhead *fc; local
140 fc = FD_NHASH(fd->fd_ix);
142 LIST_FOREACH(fd2, fc, fd_hash) {
156 struct fdhashhead *fc; local
163 fc = FD_NHASH(ix);
176 LIST_FOREACH(fd, fc, fd_hash) {
226 LIST_FOREACH(fd2, fc, fd_hash) {
245 LIST_INSERT_HEAD(fc, fd, fd_hash);
/freebsd-11-stable/sys/libkern/
H A Dzlib.c324 } fc; member in struct:ct_data_s
331 #define Freq fc.freq
332 #define Code fc.code
/freebsd-11-stable/sys/net/altq/
H A Daltq_red.c922 struct red_conf *fc; local
926 fc = (struct red_conf *)addr;
927 if ((rqp = altq_lookup(fc->iface.red_ifname,
932 new = red_alloc(fc->red_weight,
933 fc->red_inv_pmax,
934 fc->red_thmin,
935 fc->red_thmax,
936 fc->red_flags,
937 fc->red_pkttime);
945 limit = fc
[all...]
H A Daltq_rio.c665 struct rio_conf *fc; local
669 fc = (struct rio_conf *)addr;
670 if ((rqp = altq_lookup(fc->iface.rio_ifname,
676 new = rio_alloc(fc->rio_weight, &fc->q_params[0],
677 fc->rio_flags, fc->rio_pkttime);
685 limit = fc->rio_limit;
686 if (limit < fc->q_params[RIO_NDROPPREC-1].th_max)
687 limit = fc
[all...]
/freebsd-11-stable/sys/net/
H A Dif_iso88025subr.c237 gen_th.fc = TR_LLC_FRAME;
302 * mbuf provided, ac/fc are set in sa_data. sockaddr.sa_data
308 gen_th.fc = sd->fc;
582 th2->fc = TR_LLC_FRAME;
H A Diso88025.h121 u_int8_t fc; /* frame control field */ member in struct:iso88025_header
137 u_char fc; member in struct:iso88025_sockaddr_data
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c171 float complex fc; variable
343 RUN_TEST(FNC(fc), float complex) && \
353 RUN_TEST(FNC(fc), float) && \
361 RUN_TEST(FNC(ldc, fc), long double complex) && \
373 RUN_TEST(FNC(ld, fc), long double complex) && \
378 RUN_TEST(FNC(dc, fc), double complex) && \
385 RUN_TEST(FNC(fc, d), double complex) && \
388 RUN_TEST(FNC(fc, fc), float complex) && \
389 RUN_TEST(FNC(fc,
[all...]
/freebsd-11-stable/tools/tools/net80211/w00t/ap/
H A Dap.c468 char fc[2]; local
472 memcpy(fc, wh->i_fc, 2);
488 memcpy(wh->i_fc, fc, sizeof(fc));
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c596 int fc; local
602 fc = *fp++;
605 if (fc == '\0') {
610 if (fc != '%') {
614 fc = *fp++;
620 if (fc == '-') {
624 } else if (fc == '+') {
628 } else if (fc == ' ') {
632 } else if (fc == '#') {
636 } else if (fc
821 int fc; local
[all...]
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c250 void parse_line(char *pline, int *fc, char **fv, int nf);
345 parse_line(char *pline, int *fc, char **fv, int nf) argument
350 *fc = 0;
359 if (*fc < nf)
360 fv[(*fc)++] = p;
/freebsd-11-stable/usr.sbin/lpr/lptest/
H A Dlptest.c57 register int i, j, fc, nc; local
69 fc = ' ';
71 if (++fc == 0177)
72 fc = ' ';
73 nc = fc;
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dflock.c33 int fc; local
43 fc = (type & APR_FLOCK_NONBLOCK) ? F_SETLK : F_SETLKW;
46 while ((rc = fcntl(thefile->filedes, fc, &l)) < 0 && errno == EINTR)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3396 const struct _7z_coder *fc = folder->coders; local
3407 if (folder->numCoders == 4 && fc[3].codec == _7Z_X86_BCJ2 &&
3414 scoder[1] = &(fc[1]);
3415 scoder[2] = &(fc[0]);
3418 coder1 = &(fc[2]);
3438 if (fc[0].codec == _7Z_COPY &&
3439 fc[1].codec == _7Z_COPY)
3441 else if (fc[0].codec == _7Z_COPY &&
3442 fc[2].codec == _7Z_COPY)
3444 else if (fc[
[all...]
H A Darchive_string.c867 find_sconv_object(struct archive *a, const char *fc, const char *tc) argument
875 if (strcmp(sc->from_charset, fc) == 0 &&
1127 create_sconv_object(const char *fc, const char *tc, argument
1136 sc->from_charset = strdup(fc);
1166 sc->from_cp = make_codepage_from_charset(fc);
1176 if (strcmp(fc, tc) == 0 ||
1191 if (strcmp(fc, "UTF-8") == 0)
1193 else if (strcmp(fc, "UTF-16BE") == 0)
1195 else if (strcmp(fc, "UTF-16LE") == 0)
1267 sc->cd = iconv_open(tc, fc);
1641 get_sconv_object(struct archive *a, const char *fc, const char *tc, int flag) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h287 extern void _Unwind_SjLj_Register(_Unwind_FunctionContext_t fc);
288 extern void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t fc);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c82 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { argument
84 _pthread_setspecific_direct(__PTK_LIBC_DYLD_Unwind_SjLj_Key, fc);
86 stack = fc;
95 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { argument
96 fc->prev = __Unwind_SjLj_GetTopOfFunctionStack();
97 __Unwind_SjLj_SetTopOfFunctionStack(fc);
103 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { argument
104 __Unwind_SjLj_SetTopOfFunctionStack(fc->prev);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1189 for (FileChecksumEntry &fc : checksums) {
1191 exitOnErr(cVStrTab.getString(fc.FileNameOffset));
1194 newChecksums->addChecksum(filename, fc.Kind, fc.Checksum);

Completed in 361 milliseconds

123456