Searched refs:fc (Results 1 - 25 of 116) sorted by relevance

12345

/illumos-gate/usr/src/lib/libbc/inc/include/vm/
H A Dfaultcode.h37 * If FC_CODE(fc) == FC_OBJERR, then FC_ERRNO(fc) contains the errno value
48 #define FC_CODE(fc) ((fc) & 0xff)
49 #define FC_ERRNO(fc) ((unsigned)(fc) >> 8)
/illumos-gate/usr/src/uts/common/vm/
H A Dfaultcode.h52 * If FC_CODE(fc) == FC_OBJERR, then FC_ERRNO(fc) contains the errno value
64 #define FC_CODE(fc) ((fc) & 0xff)
65 #define FC_ERRNO(fc) ((unsigned)(fc) >> 8)
/illumos-gate/usr/src/cmd/lp/cmd/lptest/
H A Dlptest.c27 register int i, j, fc, nc; local
39 fc = ' ';
41 if (++fc == 0177)
42 fc = ' ';
43 nc = fc;
/illumos-gate/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h47 struct fc_parameters fc; member in struct:MY_GLOBAL_DATA
59 struct fc_parameters fc; member in struct:MY_PRIVATE_DATA
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_fcp.c128 av1394_fcp_cmd_t *fc; local
161 fc = (arq->arq_type == IEC61883_ARQ_FCP_CMD) ?
166 while (fc->fc_busy) {
167 if (cv_wait_sig(&fc->fc_busy_cv, &ap->a_mutex) == 0) {
174 fc->fc_busy = B_TRUE;
177 cmd = fc->fc_cmd;
188 ret = av1394_fcp_cmd_write_sync(avp, fc);
191 fc->fc_busy = B_FALSE;
192 cv_broadcast(&fc->fc_busy_cv);
243 av1394_fcp_cmd_t *fc local
258 av1394_fcp_cmd_t *fc = &avp->av_a.a_fcp.fcp_cmd; local
271 av1394_fcp_cmd_t *fc = &avp->av_a.a_fcp.fcp_resp; local
286 av1394_fcp_cmd_t *fc = &avp->av_a.a_fcp.fcp_resp; local
329 av1394_fcp_cmd_write_sync(av1394_inst_t *avp, av1394_fcp_cmd_t *fc) argument
382 av1394_fcp_cmd_t *fc; local
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dhunt5.c28 result(unsigned *mptr, int nf, FILE *fc) argument
45 fseek(fc, lp, 0);
46 fgets(res, 100, fc);
H A Dglue1.c63 static FILE *fa, *fb, *fc; local
149 unopen(fc);
157 fc = iopen(indexname, ".ic");
160 fprintf(stderr, "opened f's as %o %o %o\n", fa, fb, fc);
252 nfound = baddrop(masterp, nfound, fc, nitem, qitem,
259 result(masterp, nfound > tags ? tags : nfound, fc);
H A Dhunt1.c59 static FILE *fa, *fb, *fc; local
156 fclose(fc);
167 fc = fopen(nmc, "r");
169 if (fb == NULL || fc == NULL) {
211 nfound = baddrop(master, nfound, fc,
271 result(master, nfound > tags ? tags : nfound, fc);
H A Dhunt6.c38 baddrop(unsigned *mptr, int nf, FILE *fc, int nitem, argument
72 fseek(fc, lp, 0);
73 fgets(res, 100, fc);
H A Dinv1.c41 FILE *fa, *fb, *fc, *fta, *ftb, *ftc; local
125 fc = fopen(nmc, appflg ? "a" : "w");
128 docs = newkeys(fta, stdin, fc, nhash, fd, &iflong);
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dfcdebug.c67 log_message(MSG_DEBUG, "Params: (%8p)\n", &cdp->fc);
68 log_message(MSG_DEBUG, " size: %d\n", cdp->fc.fcode_size);
69 log_message(MSG_DEBUG, " unit: %s\n", cdp->fc.unit_address);
H A Dget_req.c55 " attach: %x args: '%s'\n", cdp->fc.config_address,
56 cdp->fc.fcode_size, cdp->fc.unit_address, cdp->attach,
79 if (ioctl(cdp->fcode_fd, FC_GET_PARAMETERS, &cdp->fc) < 0) {
141 if (!cdp->fc.fcode_size) {
147 fcode_info.fcode_size = cdp->fc.fcode_size;
148 fcode_info.fcode_ptr = MALLOC(cdp->fc.fcode_size);
155 (int)cdp->fc.fcode_size);
157 PUSH(DS, (fstack_t)cdp->fc.fcode_size);
353 if (ioctl(cdp->fcode_fd, FC_GET_PARAMETERS, &cdp->fc) <
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dxpak.c63 int *duplex, int *fc)
71 if (fc)
72 *fc = PAUSE_RX | PAUSE_TX;
62 xpak_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dgmac.h95 int (*set_speed_duplex_fc)(struct cmac *, int speed, int duplex, int fc);
97 int *fc);
H A Dmv88x201x.c162 int *speed, int *duplex, int *fc)
179 if (fc)
180 *fc = PAUSE_RX | PAUSE_TX;
161 mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
/illumos-gate/usr/src/cmd/avs/errgen/
H A Derrgen.c156 int fc = 0; local
181 len = sprintf(pt, "{%d}", fc);
184 fc += 1;
185 if (fc > SPCS_S_MAXSUPP) {
202 if (fc)
206 fc += 1;
215 c.f.sup_count = fc;
/illumos-gate/usr/src/lib/libast/common/string/
H A Dbase64.c173 unsigned char* fc; local
201 fc = fp;
231 *fn = fc;
240 fc = fp;
263 *fn = fc;
278 *fn = fc;
289 *fn = fc;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c65 struct stats *mt, *ft, *mc, *fc; local
70 fc = Freecount;
80 stats_delete(fc);
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfc_transport.h32 #include <sys/fc4/fc.h>
41 * See fc.h for TYPE field definitions
77 fc_ioclass_t fc_pkt_io_class; /* fc io class */
205 struct fc_packet *fc,
212 struct fc_packet *fc);
/illumos-gate/usr/src/cmd/troff/
H A Dn9.c395 gchtab[fc] &= ~FCBIT;
396 fc = IMP;
400 fc = i;
401 gchtab[fc] |= FCBIT;
402 if (skip() || ismot(ch) || (ch = cbits(ch)) == fc)
428 savfc = fc;
431 tabch = ldrch = fc = IMP;
435 gchtab[fc] &= ~FCBIT;
544 gchtab[fc] &= ~FCBIT;
547 fc
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c760 uchar_t fc; member in struct:tr_header
811 uchar_t fc; local
848 fc = mh->fc;
918 fc, print_fc(fc), origlen); local
935 fc, print_fc(fc));
1015 uchar_t fc; local
1019 fc
1059 uchar_t fc; member in struct:fddi_header
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c381 uint32_t fc = 0; local
387 fc = 0;
391 fc = OCE_FC_RX;
395 fc = OCE_FC_TX;
399 fc = OCE_FC_RX | OCE_FC_TX;
409 if (fc == dev->flow_control)
413 dev->flow_control = fc;
417 ret = oce_set_flow_control(dev, fc);
418 /* store the new fc setting on success */
420 dev->flow_control = fc;
483 link_flowctrl_t *fc = (link_flowctrl_t *)val; local
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c960 * control setting, then the variable hw->fc will
982 hw->fc.requested_mode = e1000_fc_none;
985 hw->fc.requested_mode = e1000_fc_tx_pause;
987 hw->fc.requested_mode = e1000_fc_full;
1017 if (hw->fc.requested_mode == e1000_fc_default) {
1026 hw->fc.current_mode = hw->fc.requested_mode;
1029 hw->fc.current_mode);
1046 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
1073 * The possible values of the "fc" paramete
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohci.c110 device_printf(sc->fc.dev, "phy read failed(1).\n");
121 device_printf(sc->fc.dev, "phy read failed(2).\n");
128 device_printf(sc->fc.dev,
302 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,
380 device_printf(fc->dev, "node_id=0x%08x, gen=%d, ",
392 device_printf(fc->dev, "SID Error\n");
409 device_printf(fc->dev, "INTERRUPT < %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s> 0x%08x, 0x%08x\n",
436 device_printf(fc->dev, "BUS reset\n");
462 device_printf(sc->fc.dev,
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c290 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
291 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN;
297 reg = hw->fc.pause_time | (hw->fc.pause_time << 16);
302 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);

Completed in 144 milliseconds

12345