/titanic_41/usr/src/uts/common/fs/ |
H A D | fdbuffer.c | 50 static void fdb_zero_holes(fdbuffer_t *fdb); 56 fdbuffer_t *fdb = buf; in fdb_cache_constructor() local 58 mutex_init(&fdb->fd_mutex, NULL, MUTEX_DEFAULT, NULL); in fdb_cache_constructor() 67 fdbuffer_t *fdb = buf; in fdb_cache_destructor() local 69 mutex_destroy(&fdb->fd_mutex); in fdb_cache_destructor() 81 fdb_prepare(fdbuffer_t *fdb) in fdb_prepare() argument 83 fdb->fd_holes = NULL; in fdb_prepare() 84 fdb->fd_iofunc = NULL; in fdb_prepare() 85 fdb->fd_iargp = NULL; in fdb_prepare() 86 fdb->fd_parentbp = NULL; in fdb_prepare() [all …]
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypserv_proc.c | 101 static void ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val, 106 SVCXPRT *xprt, DBM *fdb); 108 SVCXPRT *xprt, DBM *fdb); 199 DBM *fdb; in ypmatch() local 214 if ((fdb = ypset_current_map(req.map, req.domain, in ypmatch() 216 yp_map_access(transp, &resp.status, fdb)) { in ypmatch() 219 resp.valdat = dbm_fetch(fdb, req.keydat); in ypmatch() 244 if (multiflag == TRUE && multihomed(req, &resp, transp, fdb)) in ypmatch() 247 if (multihomed(req, &resp, transp, fdb)) in ypmatch() 262 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 | 73 DBM *fdb; in ypget_map_order() local 75 if ((fdb = ypset_current_map(map, domain, &error)) != NULL) { in ypget_map_order() 78 val = dbm_fetch(fdb, key); in ypget_map_order() 112 ypget_map_master(char **owner, DBM *fdb) in ypget_map_master() argument 119 val = dbm_fetch(fdb, key); in ypget_map_master() 215 yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb) in yp_map_access() argument 252 val = dbm_fetch(fdb, key); in yp_map_access()
|
H A D | ypsym.h | 117 extern bool ypget_map_master(char **owner, DBM *fdb); 122 extern bool yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb); 146 extern int yp_oldmatchdns(DBM *fdb,
|
/titanic_41/usr/src/lib/libnisdb/yptol/ |
H A D | yptol_utils.c | 114 addpair(DBM *fdb, char *str1, char *str2) in addpair() argument 124 if (dbm_store(fdb, key, content, DBM_REPLACE) != 0) { in addpair()
|
/titanic_41/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,
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 10394 0fdb GK107M 17299 1028 1fdb Express Flash PM1725a 3.2TB SFF
|