/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 109 if (symbol->info.finfo != NULL) { in symbol_delete() 110 symlist_free(&symbol->info.finfo->symrefs); in symbol_delete() 111 free(symbol->info.finfo); in symbol_delete() 259 && (curnode->symbol->info.finfo->value > in symlist_add() 260 newnode->symbol->info.finfo->value)))) in symlist_add() 279 && (cursymbol->info.finfo->value > in symlist_add() 280 symbol->info.finfo->value)))) in symlist_add() 458 curnode->symbol->info.finfo->value, 459 curnode->symbol->info.finfo->mask); 574 regnode = SLIST_FIRST(&curnode->symbol->info.finfo in symtable_dump() [all...] |
H A D | aicasm_gram.y | 684 $$.value = symbol->info.finfo->value; 1391 sym->info.finfo->value = value; 1397 sym->info.finfo->value = value; 1398 sym->info.finfo->mask = value; 1400 sym->info.finfo->mask = field_symbol->info.finfo->value; 1402 sym->info.finfo->mask = 0xFF; 1408 } else if (value != sym->info.finfo->value) { 1413 if (symlist_search(&(sym->info.finfo->symrefs), 1418 symlist_add(&(sym->info.finfo->symrefs), cur_symbol, 1420 cur_symbol->info.rinfo->valid_bitmask |= sym->info.finfo->mask; [all …]
|
H A D | aicasm_symbol.h | 129 struct field_info *finfo; member
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_rxtx.c | 51 struct lio_mbuf_free_info *finfo = NULL; in lio_xmit() local 120 finfo = &tx_buf->finfo; in lio_xmit() 121 finfo->map = map; in lio_xmit() 122 finfo->mb = m_head; in lio_xmit() 127 ndata.buf = (void *)finfo; in lio_xmit() 181 finfo->g = g; in lio_xmit()
|
H A D | lio_main.h | 136 struct lio_mbuf_free_info *finfo); 138 struct lio_mbuf_free_info *finfo);
|
H A D | lio_main.c | 1516 lio_free_mbuf(struct lio_instr_queue *iq, struct lio_mbuf_free_info *finfo) in lio_free_mbuf() argument 1519 bus_dmamap_sync(iq->txtag, finfo->map, BUS_DMASYNC_POSTWRITE); in lio_free_mbuf() 1520 bus_dmamap_unload(iq->txtag, finfo->map); in lio_free_mbuf() 1521 m_freem(finfo->mb); in lio_free_mbuf() 1525 lio_free_sgmbuf(struct lio_instr_queue *iq, struct lio_mbuf_free_info *finfo) in lio_free_sgmbuf() argument 1532 g = finfo->g; in lio_free_sgmbuf() 1541 bus_dmamap_sync(iq->txtag, finfo->map, BUS_DMASYNC_POSTWRITE); in lio_free_sgmbuf() 1542 bus_dmamap_unload(iq->txtag, finfo->map); in lio_free_sgmbuf() 1543 m_freem(finfo->mb); in lio_free_sgmbuf()
|
/freebsd/contrib/netbsd-tests/bin/cp/ |
H A D | t_cp.sh | 84 finfo=`stat -f "%p%u%g%m%z%f" file` 86 if [ $finfo != $f3info ]; then 96 finfo=`stat -f "%f" file` 98 if [ $finfo = $f3info ]; then
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | nmakehlp.c | 728 WIN32_FIND_DATA finfo; in LocateDependencyHelper() local 745 hSearch = FindFirstFileEx(path, 0, &finfo, 1, NULL, 0); in LocateDependencyHelper() 747 hSearch = FindFirstFile(path, &finfo); in LocateDependencyHelper() 760 if ((finfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0) in LocateDependencyHelper() 762 sublen = strlen(finfo.cFileName); in LocateDependencyHelper() 765 strncpy(path+dirlen+1, finfo.cFileName, sublen); in LocateDependencyHelper() 775 } while (FindNextFile(hSearch, &finfo)); in LocateDependencyHelper()
|
/freebsd/sys/dev/flash/flexspi/ |
H A D | flex_spi.c | 464 struct flex_spi_flash_info *finfo = flex_spi_flash_info; in flex_spi_identify() local 473 while (finfo->jedecid != 0) { in flex_spi_identify() 474 if (id == finfo->jedecid) { in flex_spi_identify() 475 device_printf(sc->dev, "found %s Flash\n", finfo->name); in flex_spi_identify() 476 sc->sectorsize = finfo->sectorsize; in flex_spi_identify() 477 sc->sectorcount = finfo->sectorcount; in flex_spi_identify() 478 sc->erasesize = finfo->erasesize; in flex_spi_identify() 479 sc->fspi_max_clk = finfo->maxclk; in flex_spi_identify() 482 finfo++; in flex_spi_identify()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | coex.c | 924 pmreg = &btc->fwinfo.rpt_fbtc_mregval.finfo; in _update_bt_report() 954 pmreg = &btc->fwinfo.rpt_fbtc_mregval.finfo; in _update_bt_report() 1164 union rtw89_btc_fbtc_btver *pver = &btc->fwinfo.rpt_fbtc_btver.finfo; in _chk_btc_report() 1335 prpt = &pfwinfo->rpt_ctrl.finfo; in _chk_btc_report() 1337 pfinfo = &pfwinfo->rpt_ctrl.finfo.v1; in _chk_btc_report() 1338 pcinfo->req_len = sizeof(pfwinfo->rpt_ctrl.finfo.v1); in _chk_btc_report() 1340 pfinfo = &pfwinfo->rpt_ctrl.finfo.v4; in _chk_btc_report() 1341 pcinfo->req_len = sizeof(pfwinfo->rpt_ctrl.finfo.v4); in _chk_btc_report() 1343 pfinfo = &pfwinfo->rpt_ctrl.finfo.v5; in _chk_btc_report() 1344 pcinfo->req_len = sizeof(pfwinfo->rpt_ctrl.finfo in _chk_btc_report() [all...] |
H A D | core.h | 2977 union rtw89_btc_fbtc_rpt_ctrl_ver_info finfo; 2982 union rtw89_btc_fbtc_tdma_le32 finfo; 2987 union rtw89_btc_fbtc_slots_info finfo; /* info from fw */ 2992 union rtw89_btc_fbtc_cysta_info finfo; 2997 union rtw89_btc_fbtc_steps_info finfo; /* info from fw */ 3002 union rtw89_btc_fbtc_cynullsta_info finfo; 3007 union rtw89_btc_fbtc_mreg_val finfo; /* info from fw */ 3012 union rtw89_btc_fbtc_gpio_dbg finfo; /* info from fw */ 3017 union rtw89_btc_fbtc_btver finfo; /* info from fw */ 3022 union rtw89_btc_fbtc_btscan finfo; /* inf 2524 union rtw89_btc_fbtc_rpt_ctrl_ver_info finfo; global() member 2529 union rtw89_btc_fbtc_tdma_le32 finfo; global() member 2534 struct rtw89_btc_fbtc_slots finfo; /* info from fw */ global() member 2539 union rtw89_btc_fbtc_cysta_info finfo; global() member 2544 union rtw89_btc_fbtc_steps_info finfo; /* info from fw */ global() member 2549 union rtw89_btc_fbtc_cynullsta_info finfo; global() member 2554 union rtw89_btc_fbtc_mreg_val finfo; /* info from fw */ global() member 2559 struct rtw89_btc_fbtc_gpio_dbg finfo; /* info from fw */ global() member 2564 struct rtw89_btc_fbtc_btver finfo; /* info from fw */ global() member 2569 union rtw89_btc_fbtc_btscan finfo; /* info from fw */ global() member 2574 union rtw89_btc_fbtc_btafh_info finfo; global() member 2579 struct rtw89_btc_fbtc_btdevinfo finfo; /* info from fw */ global() member [all...] |
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc_com.c | 80 struct finfo { struct 92 static struct finfo FINFO[NFORWARD]; argument 103 static struct finfo *forward_find(u_int32_t); 110 static void xprt_set_caller(SVCXPRT *, struct finfo *); 111 static void send_svcsyserr(SVCXPRT *, struct finfo *); 990 static struct finfo * 1015 struct finfo *fi; in free_slot_by_index() 1206 xprt_set_caller(SVCXPRT *xprt, struct finfo *fi) in xprt_set_caller() 1219 send_svcsyserr(SVCXPRT *xprt, struct finfo *fi) in send_svcsyserr() 1234 struct finfo *fi; in handle_reply()
|
/freebsd/usr.sbin/spi/ |
H A D | spi.c | 161 int err, ch, hdev, finfo, fdir; in main() local 165 finfo = 0; in main() 275 finfo = 1; in main() 291 (fdir == DIR_NONE && !finfo && opt.mode == -1 && opt.speed == -1 && opt.count == 0)) { in main() 338 if (finfo) { in main()
|
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 768 struct fd_formb *finfo; in fdc_worker() local 986 finfo = (struct fd_formb *)bp->bio_data; in fdc_worker() 991 finfo->fd_formb_secshift, in fdc_worker() 992 finfo->fd_formb_nsecs, in fdc_worker() 993 finfo->fd_formb_gaplen, in fdc_worker() 994 finfo->fd_formb_fillbyte, 0)) in fdc_worker() 1269 struct fd_formb *finfo; in fdmisccmd() local 1282 finfo = (struct fd_formb *)data; in fdmisccmd() 1284 (finfo->cyl * fd->ft->heads + finfo->head) * in fdmisccmd() 1286 bp->bio_length = sizeof *finfo; in fdmisccmd()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXSf.td | 791 defvar finfo = GetFTypeInfo<vti.SEW>; 792 defm : VPatVC_XV<"fv", finfo.ScalarSuffix # "V", vti, finfo.Scalar, 793 finfo.ScalarRegClass, payload1>; 794 defm : VPatVC_XVV<"fvv", finfo.ScalarSuffix # "VV", vti, vti, finfo.Scalar, 795 finfo.ScalarRegClass, payload1>; 807 defvar finfo = GetFTypeInfo<vti.SEW>; 808 defm : VPatVC_XVV<"fvw", finfo.ScalarSuffix # "VW", wti, vti, finfo [all...] |
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_iq.h | 74 struct lio_mbuf_free_info finfo; member
|
H A D | lio_request_manager.c | 186 struct lio_mbuf_free_info *finfo; in lio_delete_instr_queue() local 211 finfo = request_buf->buf; in lio_delete_instr_queue() 216 m_freem(finfo->mb); in lio_delete_instr_queue()
|