Searched defs:fdb (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dyptol_utils.c114 addpair(DBM *fdb, char *str1, char *str2) argument
124 if (dbm_store(fdb, key, content, DBM_REPLACE) != 0) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c73 DBM *fdb; local
75 if ((fdb = ypset_current_map(map, domain, &error)) != NULL) {
78 val = dbm_fetch(fdb, key);
112 ypget_map_master(char **owner, DBM *fdb) argument
119 val = dbm_fetch(fdb, key);
215 yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb) argument
252 val = dbm_fetch(fdb, key);
H A Dmakedbm.c132 DBM *fdb; local
370 if ((fdb = dbm_open(dirbuf, O_RDWR | O_CREAT, 0644)) == NULL) {
415 tmp = dbm_fetch(fdb, key);
417 if (dbm_store(fdb, key, content, 1) != 0) {
433 addpair(fdb, yp_last_modified, get_date(infile));
435 addpair(fdb, yp_input_file, infilename);
437 addpair(fdb, yp_output_file, outfilename);
439 addpair(fdb, yp_domain_name, domainname);
441 addpair(fdb, yp_secure, "");
443 addpair(fdb, yp_interdomai
575 DBM *fdb; local
[all...]
H A Dypserv_proc.c101 static void ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val,
106 SVCXPRT *xprt, DBM *fdb);
108 SVCXPRT *xprt, DBM *fdb);
199 DBM *fdb; local
214 if ((fdb = ypset_current_map(req.map, req.domain,
216 yp_map_access(transp, &resp.status, fdb)) {
219 resp.valdat = dbm_fetch(fdb, req.keydat);
244 if (multiflag == TRUE && multihomed(req, &resp, transp, fdb))
247 if (multihomed(req, &resp, transp, fdb))
262 idval = dbm_fetch(fdb, idke
307 DBM *fdb; local
347 DBM *fdb; local
395 DBM *fdb; local
516 DBM *fdb; local
597 DBM *fdb; local
641 DBM *fdb; local
741 ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val, uint_t *status, bool_t update) argument
795 DBM *fdb; local
846 multihomed(struct ypreq_key req, struct ypresp_val *resp, SVCXPRT *xprt, DBM *fdb) argument
988 DBM *fdb; local
1098 DBM *fdb; local
1162 DBM *fdb; local
1233 DBM *fdb; local
1301 DBM *fdb; local
1352 DBM *fdb; local
1400 DBM *fdb; local
1450 omultihomed(struct yprequest req, struct ypresponse *resp, SVCXPRT *xprt, DBM *fdb) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c50 static void fdb_zero_holes(fdbuffer_t *fdb);
56 fdbuffer_t *fdb = buf; local
58 mutex_init(&fdb->fd_mutex, NULL, MUTEX_DEFAULT, NULL);
67 fdbuffer_t *fdb = buf; local
69 mutex_destroy(&fdb->fd_mutex);
81 fdb_prepare(fdbuffer_t *fdb) argument
83 fdb->fd_holes = NULL;
84 fdb->fd_iofunc = NULL;
85 fdb->fd_iargp = NULL;
86 fdb
96 fdbuffer_t *fdb; local
124 fdbuffer_t *fdb; local
147 fdb_set_iofunc(fdbuffer_t *fdb, fdb_iodone_t iofunc, void *ioargp, int flag) argument
167 fdb_get_error(fdbuffer_t *fdb) argument
173 fdb_free(fdbuffer_t *fdb) argument
218 fdb_add_hole(fdbuffer_t *fdb, u_offset_t off, size_t len) argument
253 fdb_get_holes(fdbuffer_t *fdb) argument
270 fdb_zero_holes(fdbuffer_t *fdb) argument
343 fdb_iosetup(fdbuffer_t *fdb, u_offset_t off, size_t len, struct vnode *vp, int b_flags) argument
424 fdb_get_iolen(fdbuffer_t *fdb) argument
433 fdb_ioerrdone(fdbuffer_t *fdb, int error) argument
466 fdbuffer_t *fdb = (fdbuffer_t *)bp->b_forw; local
[all...]

Completed in 60 milliseconds