/illumos-gate/usr/src/uts/common/fs/ |
H A D | fdbuffer.c | 48 static void fdb_zero_holes(fdbuffer_t *fdb); 54 fdbuffer_t *fdb = buf; in fdb_cache_constructor() local 56 mutex_init(&fdb->fd_mutex, NULL, MUTEX_DEFAULT, NULL); in fdb_cache_constructor() 65 fdbuffer_t *fdb = buf; in fdb_cache_destructor() local 67 mutex_destroy(&fdb->fd_mutex); in fdb_cache_destructor() 79 fdb_prepare(fdbuffer_t *fdb) in fdb_prepare() argument 81 fdb->fd_holes = NULL; in fdb_prepare() 82 fdb->fd_iofunc = NULL; in fdb_prepare() 83 fdb->fd_iargp = NULL; in fdb_prepare() 84 fdb->fd_parentbp = NULL; in fdb_prepare() [all …]
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypserv_proc.c | 100 static void ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val, 105 SVCXPRT *xprt, DBM *fdb); 107 SVCXPRT *xprt, DBM *fdb); 198 DBM *fdb; in ypmatch() local 213 if ((fdb = ypset_current_map(req.map, req.domain, in ypmatch() 215 yp_map_access(transp, &resp.status, fdb)) { in ypmatch() 218 resp.valdat = dbm_fetch(fdb, req.keydat); in ypmatch() 243 if (multiflag == TRUE && multihomed(req, &resp, transp, fdb)) in ypmatch() 246 if (multihomed(req, &resp, transp, fdb)) in ypmatch() 261 idval = dbm_fetch(fdb, idkey); in ypmatch() [all …]
|
H A D | makedbm.c | 132 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_interdomain, ""); [all …]
|
H A D | ypserv_map.c | 71 DBM *fdb; in ypget_map_order() local 73 if ((fdb = ypset_current_map(map, domain, &error)) != NULL) { in ypget_map_order() 76 val = dbm_fetch(fdb, key); in ypget_map_order() 110 ypget_map_master(char **owner, DBM *fdb) in ypget_map_master() argument 117 val = dbm_fetch(fdb, key); in ypget_map_master() 213 yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb) in yp_map_access() argument 250 val = dbm_fetch(fdb, key); in yp_map_access()
|
H A D | ypsym.h | 115 extern bool ypget_map_master(char **owner, DBM *fdb); 120 extern bool yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb); 144 extern int yp_oldmatchdns(DBM *fdb,
|
/illumos-gate/usr/src/test/os-tests/tests/uccid/ |
H A D | excl-nonblock.c | 57 int fda, fdb; in main() local 70 if ((fdb = open(argv[1], O_RDWR)) < 0) { in main() 85 if (thr_create(NULL, 0, nonblock_thread, (void *)(uintptr_t)fdb, 0, in main()
|
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | yptol_utils.c | 112 addpair(DBM *fdb, char *str1, char *str2) in addpair() argument 122 if (dbm_store(fdb, key, content, DBM_REPLACE) != 0) { in addpair()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 999 int ufs_rdwr_data(vnode_t *vp, u_offset_t offset, size_t len, fdbuffer_t *fdb, 1001 int ufs_alloc_data(vnode_t *vp, u_offset_t offset, size_t *len, fdbuffer_t *fdb,
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 12011 0fdb GK107 [GK107-ESP-A1] 20283 1028 1fdb Express Flash PM1725a 3.2TB SFF
|