Searched refs:dba (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/usr.bin/mandoc/
H A Ddba.h1 /* $OpenBSD: dba.h,v 1.2 2016/08/17 20:46:06 schwarze Exp $ */
19 * To be used by dba.c, dba_read.c, and makewhatis(8).
31 struct dba { struct
37 struct dba *dba_new(int32_t);
38 void dba_free(struct dba *);
39 struct dba *dba_read(const char *);
40 int dba_write(const char *, struct dba *);
47 void dba_macro_new(struct dba *, int32_t,
H A Ddba_read.c19 * The interface is defined in "dba.h".
20 * This file is separate from dba.c because this also uses "dbm.h".
31 #include "dba.h"
35 struct dba *
38 struct dba *dba; local
48 dba = dba_new(npages < 128 ? 128 : npages);
51 page = dba_page_new(dba->pages, pdata->arch,
67 dba_macro_new(dba, im, mdata->value, mdata->pp);
71 return dba;
[all...]
H A Ddba.c1 /* $OpenBSD: dba.c,v 1.7 2017/02/09 18:26:17 schwarze Exp $ */
18 * The interface is defined in "dba.h".
34 #include "dba.h"
55 struct dba *
58 struct dba *dba; local
62 dba = mandoc_malloc(sizeof(*dba));
63 dba->pages = dba_array_new(npages, DBA_GROW);
64 dba
75 dba_free(struct dba *dba) argument
116 dba_write(const char *fname, struct dba *dba) argument
356 dba_macro_new(struct dba *dba, int32_t im, const char *value, const int32_t *pp) argument
[all...]
H A Dmandocdb.c50 #include "dba.h"
75 struct dba_array *dba; member in struct:mpage
111 static void dbadd(struct dba *, struct mpage *);
113 static void dbprune(struct dba *);
114 static void dbwrite(struct dba *);
122 static void mpages_merge(struct dba *, struct mparse *);
306 struct dba *dba; local
416 dba = nodb ? dba_new(128) : dba_read(MANDOC_DB);
417 if (dba !
1132 mpages_merge(struct dba *dba, struct mparse *mp) argument
2050 dbadd(struct dba *dba, struct mpage *mpage) argument
2133 dbprune(struct dba *dba) argument
2158 dbwrite(struct dba *dba) argument
[all...]
H A DMakefile22 SRCS+= dbm_map.c dbm.c dba_write.c dba_array.c dba.c dba_read.c
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Ddma-buf.h75 dma_buf_detach(struct dma_buf *buf, struct dma_buf_attachment *dba) argument
/openbsd-current/libexec/getty/
H A Dsubr.c58 char *dba[2]; local
59 dba[0] = _PATH_GETTYTAB;
60 dba[1] = NULL;
62 if (cgetent(&buf, dba, name) != 0)
/openbsd-current/sys/dev/ic/
H A Dahcireg.h275 u_int64_t dba; member in struct:ahci_prdt
H A Dahci.c1752 htolem64(&prd->dba, addr);

Completed in 251 milliseconds