Home
last modified time | relevance | path

Searched defs:dbf (Results 1 – 25 of 1307) sorted by relevance

12345678910>>...53

/dports/databases/gdbm/gdbm-1.22/src/
H A Dgdbmsetopt.c52 setopt_gdbm_setcachesize (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_setcachesize()
66 setopt_gdbm_getcachesize (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_getcachesize()
79 setopt_gdbm_fastmode (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_fastmode()
93 setopt_gdbm_setsyncmode (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_setsyncmode()
108 setopt_gdbm_getsyncmode (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_getsyncmode()
121 setopt_gdbm_setcentfree (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_setcentfree()
136 setopt_gdbm_getcentfree (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_getcentfree()
177 setopt_gdbm_setmmap (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_setmmap()
205 setopt_gdbm_getmmap (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_getmmap()
247 setopt_gdbm_getflags (GDBM_FILE dbf, void *optval, int optlen) in setopt_gdbm_getflags()
[all …]
H A Dmmap.c47 # define _GDBM_IN_MAPPED_REGION_P(dbf, off) \ argument
51 # define _GDBM_NEED_REMAP(dbf) \ argument
55 SUM_FILE_SIZE (GDBM_FILE dbf, off_t delta) in SUM_FILE_SIZE()
66 _gdbm_mapped_unmap (GDBM_FILE dbf) in _gdbm_mapped_unmap()
82 _gdbm_internal_remap (GDBM_FILE dbf, size_t size) in _gdbm_internal_remap()
143 _gdbm_mapped_remap (GDBM_FILE dbf, off_t size, int flag) in _gdbm_mapped_remap()
221 _gdbm_mapped_init (GDBM_FILE dbf) in _gdbm_mapped_init()
232 _gdbm_mapped_read (GDBM_FILE dbf, void *buffer, size_t len) in _gdbm_mapped_read()
286 _gdbm_mapped_write (GDBM_FILE dbf, void *buffer, size_t len) in _gdbm_mapped_write()
343 _gdbm_mapped_lseek (GDBM_FILE dbf, off_t offset, int whence) in _gdbm_mapped_lseek()
[all …]
H A Dbucket.c45 set_cache_entry (GDBM_FILE dbf, cache_elem *elem) in set_cache_entry()
84 lru_unlink_elem (GDBM_FILE dbf, cache_elem *elem) in lru_unlink_elem()
104 cache_elem_new (GDBM_FILE dbf, off_t adr) in cache_elem_new()
140 cache_elem_free (GDBM_FILE dbf, cache_elem *elem) in cache_elem_free()
151 cache_lru_free (GDBM_FILE dbf) in cache_lru_free()
233 _gdbm_get_bucket (GDBM_FILE dbf, int dir_index) in _gdbm_get_bucket()
322 _gdbm_split_bucket (GDBM_FILE dbf, int next_insert) in _gdbm_split_bucket()
561 _gdbm_cache_init (GDBM_FILE dbf, size_t size) in _gdbm_cache_init()
588 _gdbm_cache_free (GDBM_FILE dbf) in _gdbm_cache_free()
605 _gdbm_cache_flush (GDBM_FILE dbf) in _gdbm_cache_flush()
[all …]
H A Dproto.h39 gdbm_dir_entry_valid_p (GDBM_FILE dbf, int dir_index) in gdbm_dir_entry_valid_p()
131 gdbm_file_read (GDBM_FILE dbf, void *buf, size_t size) in gdbm_file_read()
141 gdbm_file_write (GDBM_FILE dbf, void *buf, size_t size) in gdbm_file_write()
151 gdbm_file_seek (GDBM_FILE dbf, off_t off, int whence) in gdbm_file_seek()
167 _gdbmsync_init (GDBM_FILE dbf) in _gdbmsync_init()
176 _gdbmsync_done (GDBM_FILE dbf) in _gdbmsync_done()
H A Dgdbmerrno.c37 gdbm_set_errno (GDBM_FILE dbf, gdbm_error ec, int fatal) in gdbm_set_errno()
56 gdbm_last_errno (GDBM_FILE dbf) in gdbm_last_errno()
67 gdbm_last_syserr (GDBM_FILE dbf) in gdbm_last_syserr()
78 gdbm_needs_recovery (GDBM_FILE dbf) in gdbm_needs_recovery()
87 gdbm_clear_error (GDBM_FILE dbf) in gdbm_clear_error()
159 gdbm_db_strerror (GDBM_FILE dbf) in gdbm_db_strerror()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/qdbm/
H A Dhovel.c72 GDBM_FILE dbf; in gdbm_open() local
141 GDBM_FILE dbf; in gdbm_open2() local
262 void gdbm_close(GDBM_FILE dbf){ in gdbm_close()
319 int gdbm_delete(GDBM_FILE dbf, datum key){ in gdbm_delete()
357 datum gdbm_fetch(GDBM_FILE dbf, datum key){ in gdbm_fetch()
390 int gdbm_exists(GDBM_FILE dbf, datum key){ in gdbm_exists()
412 datum gdbm_firstkey(GDBM_FILE dbf){ in gdbm_firstkey()
439 datum gdbm_nextkey(GDBM_FILE dbf, datum key){ in gdbm_nextkey()
465 void gdbm_sync(GDBM_FILE dbf){ in gdbm_sync()
476 int gdbm_reorganize(GDBM_FILE dbf){ in gdbm_reorganize()
[all …]
/dports/databases/qdbm-plus/qdbm-1.8.78/
H A Dhovel.c72 GDBM_FILE dbf; in gdbm_open() local
141 GDBM_FILE dbf; in gdbm_open2() local
262 void gdbm_close(GDBM_FILE dbf){ in gdbm_close()
319 int gdbm_delete(GDBM_FILE dbf, datum key){ in gdbm_delete()
357 datum gdbm_fetch(GDBM_FILE dbf, datum key){ in gdbm_fetch()
390 int gdbm_exists(GDBM_FILE dbf, datum key){ in gdbm_exists()
412 datum gdbm_firstkey(GDBM_FILE dbf){ in gdbm_firstkey()
439 datum gdbm_nextkey(GDBM_FILE dbf, datum key){ in gdbm_nextkey()
465 void gdbm_sync(GDBM_FILE dbf){ in gdbm_sync()
476 int gdbm_reorganize(GDBM_FILE dbf){ in gdbm_reorganize()
[all …]
/dports/databases/qdbm/qdbm-1.8.78/
H A Dhovel.c72 GDBM_FILE dbf; in gdbm_open() local
141 GDBM_FILE dbf; in gdbm_open2() local
262 void gdbm_close(GDBM_FILE dbf){ in gdbm_close()
319 int gdbm_delete(GDBM_FILE dbf, datum key){ in gdbm_delete()
357 datum gdbm_fetch(GDBM_FILE dbf, datum key){ in gdbm_fetch()
390 int gdbm_exists(GDBM_FILE dbf, datum key){ in gdbm_exists()
412 datum gdbm_firstkey(GDBM_FILE dbf){ in gdbm_firstkey()
439 datum gdbm_nextkey(GDBM_FILE dbf, datum key){ in gdbm_nextkey()
465 void gdbm_sync(GDBM_FILE dbf){ in gdbm_sync()
476 int gdbm_reorganize(GDBM_FILE dbf){ in gdbm_reorganize()
[all …]
/dports/textproc/estraier/estraier-1.2.30/qdbm/
H A Dhovel.c72 GDBM_FILE dbf; in gdbm_open() local
141 GDBM_FILE dbf; in gdbm_open2() local
262 void gdbm_close(GDBM_FILE dbf){ in gdbm_close()
319 int gdbm_delete(GDBM_FILE dbf, datum key){ in gdbm_delete()
357 datum gdbm_fetch(GDBM_FILE dbf, datum key){ in gdbm_fetch()
390 int gdbm_exists(GDBM_FILE dbf, datum key){ in gdbm_exists()
412 datum gdbm_firstkey(GDBM_FILE dbf){ in gdbm_firstkey()
439 datum gdbm_nextkey(GDBM_FILE dbf, datum key){ in gdbm_nextkey()
465 void gdbm_sync(GDBM_FILE dbf){ in gdbm_sync()
476 int gdbm_reorganize(GDBM_FILE dbf){ in gdbm_reorganize()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DDocumentBuilderFactoryTest.java156 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckSchemaSupport1() local
236 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory02() local
250 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory03() local
264 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory04() local
281 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory16() local
297 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory17() local
331 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory06() local
452 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory13() local
467 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory14() local
480 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory15() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DDocumentBuilderFactoryTest.java156 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckSchemaSupport1() local
236 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory02() local
250 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory03() local
264 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory04() local
281 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory16() local
297 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory17() local
331 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory06() local
452 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory13() local
467 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory14() local
480 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory15() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DDocumentBuilderFactoryTest.java156 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckSchemaSupport1() local
236 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory02() local
250 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory03() local
264 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory04() local
281 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory16() local
297 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory17() local
331 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory06() local
452 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory13() local
467 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory14() local
480 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory15() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DDocumentBuilderFactoryTest.java156 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckSchemaSupport1() local
236 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory02() local
250 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory03() local
264 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory04() local
281 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory16() local
297 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory17() local
331 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory06() local
452 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory13() local
467 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory14() local
480 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory15() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DDocumentBuilderFactoryTest.java156 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckSchemaSupport1() local
236 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory02() local
250 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory03() local
264 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory04() local
281 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory16() local
297 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory17() local
331 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory06() local
452 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory13() local
467 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory14() local
480 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory15() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DDocumentBuilderFactoryTest.java156 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckSchemaSupport1() local
236 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory02() local
250 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory03() local
264 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory04() local
281 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory16() local
297 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory17() local
331 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory06() local
452 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory13() local
467 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory14() local
480 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory15() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DDocumentBuilderFactoryTest.java156 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckSchemaSupport1() local
236 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory02() local
250 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory03() local
264 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory04() local
281 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory16() local
297 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory17() local
331 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory06() local
452 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory13() local
467 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory14() local
480 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory15() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DDocumentBuilderFactoryTest.java156 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckSchemaSupport1() local
236 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory02() local
250 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory03() local
264 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory04() local
281 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory16() local
297 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory17() local
331 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory06() local
452 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory13() local
467 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory14() local
480 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); in testCheckDocumentBuilderFactory15() local
[all …]
/dports/audio/uade/uade-2.13/amigasrc/players/tracker/eagleplayers/mod15_soundtracker_v4/
H A DEP_STv2-v5.s204 mt_arp1:
218 mt_arp3:
230 beq.s mt_noslide
265 beq.s mt_portdwn
288 mt_portdwn:
314 mt_voldwn:
345 mt_loop3:
367 mt_endpart:
424 mt_voice2:
472 mulu #$1e,d4
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/gdbm/
H A Dgdbm.c175 GDBM_FILE dbf = check_gdbm(&STACK_0,NULL,NULL,false); variable
189 GDBM_FILE dbf = check_gdbm(&STACK_0,NULL,NULL,true); variable
265 GDBM_FILE dbf = check_gdbm(&STACK_3,NULL,NULL,true); variable
339 GDBM_FILE dbf = check_gdbm(&STACK_1,NULL,&data_type,true); variable
350 GDBM_FILE dbf = check_gdbm(&STACK_1,NULL,NULL,true); variable
391 GDBM_FILE dbf = check_gdbm(&STACK_0,NULL,NULL,true); variable
399 GDBM_FILE dbf = check_gdbm(&STACK_0,NULL,NULL,true); variable
408 GDBM_FILE dbf = check_gdbm(&STACK_1,NULL,NULL,true); variable
419 GDBM_FILE dbf = check_gdbm(&STACK_0,NULL,NULL,true); variable
437 GDBM_FILE dbf = check_gdbm(&STACK_1,&key,&val,true); variable
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/glpk/mpl/
H A Dmpl6.c446 struct dbf struct
448 int mode;
450 char *fname;
474 static int read_byte(struct dbf *dbf) in read_byte()
497 static void read_header(TABDCA *dca, struct dbf *dbf) in read_header()
580 static void parse_third_arg(TABDCA *dca, struct dbf *dbf) in parse_third_arg()
648 static void write_byte(struct dbf *dbf, int b) in write_byte()
655 static void write_header(TABDCA *dca, struct dbf *dbf) in write_header()
709 struct dbf *dbf; in dbf_open_file() local
770 static int dbf_read_record(TABDCA *dca, struct dbf *dbf) in dbf_read_record()
[all …]
/dports/math/glpk/glpk-5.0/src/mpl/
H A Dmpl6.c446 struct dbf struct
448 int mode;
450 char *fname;
474 static int read_byte(struct dbf *dbf) in read_byte()
497 static void read_header(TABDCA *dca, struct dbf *dbf) in read_header()
580 static void parse_third_arg(TABDCA *dca, struct dbf *dbf) in parse_third_arg()
648 static void write_byte(struct dbf *dbf, int b) in write_byte()
655 static void write_header(TABDCA *dca, struct dbf *dbf) in write_header()
709 struct dbf *dbf; in dbf_open_file() local
770 static int dbf_read_record(TABDCA *dca, struct dbf *dbf) in dbf_read_record()
[all …]
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpmpl06.c431 struct dbf struct
433 int mode;
435 char *fname;
459 static int read_byte(struct dbf *dbf) in read_byte()
478 static void read_header(TABDCA *dca, struct dbf *dbf) in read_header()
561 static void parse_third_arg(TABDCA *dca, struct dbf *dbf) in parse_third_arg()
629 static void write_byte(struct dbf *dbf, int b) in write_byte()
636 static void write_header(TABDCA *dca, struct dbf *dbf) in write_header()
690 struct dbf *dbf; in dbf_open_file() local
743 static int dbf_read_record(TABDCA *dca, struct dbf *dbf) in dbf_read_record()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/gdbm/
H A Dgdbm.c82 wrapped_gdbm_store (GDBM_FILE dbf, datum * key, datum * content, int flag) in wrapped_gdbm_store()
88 wrapped_gdbm_fetch (GDBM_FILE dbf, datum * key) in wrapped_gdbm_fetch()
104 wrapped_gdbm_delete (GDBM_FILE dbf, datum * key) in wrapped_gdbm_delete()
110 wrapped_gdbm_firstkey (GDBM_FILE dbf) in wrapped_gdbm_firstkey()
119 wrapped_gdbm_nextkey (GDBM_FILE dbf, datum * key) in wrapped_gdbm_nextkey()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/scsi/
H A Dzfcp_dbf.c72 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_fsf_res() local
118 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_fsf_fces() local
155 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_fsf_uss() local
202 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_bit_err() local
236 struct zfcp_dbf *dbf = adapter->dbf; in zfcp_dbf_hba_def_err() local
299 struct zfcp_dbf *dbf = adapter->dbf; in zfcp_dbf_rec_trig() local
360 struct zfcp_dbf *dbf = erp->adapter->dbf; in zfcp_dbf_rec_run_lvl() local
634 struct zfcp_dbf *dbf = adapter->dbf; in zfcp_dbf_scsi_common() local
714 struct zfcp_dbf *dbf = adapter->dbf; in zfcp_dbf_scsi_eh() local
776 struct zfcp_dbf *dbf; in zfcp_dbf_adapter_register() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/scsi/
H A Dzfcp_dbf.c72 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_fsf_res() local
118 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_fsf_fces() local
155 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_fsf_uss() local
202 struct zfcp_dbf *dbf = req->adapter->dbf; in zfcp_dbf_hba_bit_err() local
236 struct zfcp_dbf *dbf = adapter->dbf; in zfcp_dbf_hba_def_err() local
299 struct zfcp_dbf *dbf = adapter->dbf; in zfcp_dbf_rec_trig() local
360 struct zfcp_dbf *dbf = erp->adapter->dbf; in zfcp_dbf_rec_run_lvl() local
634 struct zfcp_dbf *dbf = adapter->dbf; in zfcp_dbf_scsi_common() local
714 struct zfcp_dbf *dbf = adapter->dbf; in zfcp_dbf_scsi_eh() local
776 struct zfcp_dbf *dbf; in zfcp_dbf_adapter_register() local
[all …]

12345678910>>...53