Searched refs:dbf (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/file/magic/Magdir/ |
H A D | database | 151 # https://www.clicketyclick.dk/databases/xbase/format/dbf.html 181 #!:mime application/x-dbf; charset=unknown-8bit ?? 186 !:ext dbf 249 !:mime application/x-dbf 250 # like: ACCESS.DBF USER.DBF dbase3date.dbf mitarbei.dbf produkte.dbf umlaut-test-v2.dbf 253 !:mime application/x-dbf 254 # like: 92DATA.DBF MSCATLOG.DBF SYLLABI2.DBF SYLLABUS.DBF T4.DBF Teleadr.dbf us_city.dbf 257 !:mime application/x-dbf 258 # like: Quattro-test11.dbf umlaut-test-v4.dbf 261 !:mime application/x-dbf [all …]
|
H A D | esri | 4 # ESRI Shapefile format (.shp .shx .dbf=DBaseIII)
|
/freebsd/usr.sbin/usbconfig/ |
H A D | dump.c | 356 const char *dbf; in load_vendors() local 369 if ((dbf = getenv("USB_VENDOR_DATABASE")) != NULL) in load_vendors() 370 db = fopen(dbf, "r"); in load_vendors() 372 dbf = _PATH_LUSBVDB; in load_vendors() 373 if ((db = fopen(dbf, "r")) == NULL) { in load_vendors() 374 dbf = _PATH_USBVDB; in load_vendors() 375 if ((db = fopen(dbf, "r")) == NULL) in load_vendors()
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 797 const char *dbf; in load_vendors() local 809 if ((dbf = getenv("PCICONF_VENDOR_DATABASE")) == NULL) in load_vendors() 810 dbf = _PATH_LPCIVDB; in load_vendors() 811 if ((db = fopen(dbf, "r")) == NULL) { in load_vendors() 812 dbf = _PATH_PCIVDB; in load_vendors() 813 if ((db = fopen(dbf, "r")) == NULL) in load_vendors()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dbuf.c | 402 dmu_buf_impl_t *dbf; in dbuf_hash_insert() local 410 for (dbf = h->hash_table[idx], i = 0; dbf != NULL; in dbuf_hash_insert() 411 dbf = dbf->db_hash_next, i++) { in dbuf_hash_insert() 412 if (DBUF_EQUAL(dbf, os, obj, level, blkid)) { in dbuf_hash_insert() 413 mutex_enter(&dbf->db_mtx); in dbuf_hash_insert() 414 if (dbf->db_state != DB_EVICTING) { in dbuf_hash_insert() 416 return (dbf); in dbuf_hash_insert() 418 mutex_exit(&dbf->db_mtx); in dbuf_hash_insert() 481 dmu_buf_impl_t *dbf, **dbp; in dbuf_hash_remove() local 497 while ((dbf = *dbp) != db) { in dbuf_hash_remove() [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 771 Trying 2001:6b0:5:1095:250:fcff:fe24:dbf...
|
/freebsd/share/misc/ |
H A D | usb_vendors | 15131 0dbf Jess-Link International 19702 0dbf HID Touchscreen 21026 2dbf Kone Pure Military Mouse
|
H A D | pci_vendors | 26565 1dbf Guizhou Huaxintong Semiconductor Technology Co., Ltd 37195 9dbf Cannon Point PCI Express Root Port #8
|