Searched defs:db (Results 101 - 125 of 139) sorted by relevance

123456

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c67 #include <db.h>
247 DB *db; local
277 db = dbopen(fname, flags, mode,
280 if (db != NULL) {
282 return db;
289 db = dbopen(fname, flags, mode,
292 if (db != NULL)
296 return db;
336 db_ctx->db = NULL;
372 gettext("Failed to initialize db, \"
471 DB *db; local
603 DB *db; local
716 DB *db; local
756 DB *db; local
966 DB *db; local
1056 DB *db; local
1188 DB *db; local
1308 DB *db; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c54 #define SMB_NIC_DB_NAME "/var/smb/smbhosts.db"
319 * the associations will be stored in /var/smb/smbhosts.db, which is sqlite
395 * Creates a NIC list either based on /var/smb/smbhosts.db or
731 sqlite *db; local
743 db = smb_nic_dbopen(SMB_NIC_DB_ORD);
744 if (db == NULL) {
749 rc = sqlite_compile(db, sql, NULL, &vm, &errmsg);
753 smb_nic_dbclose(db);
795 smb_nic_dbclose(db);
895 sqlite *db local
955 sqlite *db; local
974 smb_nic_dbclose(sqlite *db) argument
990 sqlite *db; local
1068 sqlite *db; local
1101 sqlite *db; local
1136 smb_nic_dbsetinfo(sqlite *db) argument
[all...]
H A Dsmb_lgrp.c51 #define SMB_LGRP_DB_NAME "/var/smb/smbgroup.db"
275 sqlite *db; local
352 db = smb_lgrp_db_open(SMB_LGRP_DB_ORW);
353 rc = smb_lgrp_gtbl_insert(db, &grp);
354 smb_lgrp_db_close(db);
370 sqlite *db; local
407 db = smb_lgrp_db_open(SMB_LGRP_DB_ORW);
408 rc = smb_lgrp_gtbl_update(db, gname, &grp, SMB_LGRP_GTBL_NAME);
409 smb_lgrp_db_close(db);
423 sqlite *db; local
457 sqlite *db; local
488 sqlite *db; local
524 sqlite *db; local
560 sqlite *db; local
595 sqlite *db; local
630 sqlite *db; local
669 sqlite *db; local
707 sqlite *db; local
737 sqlite *db; local
1187 sqlite *db; local
1206 smb_lgrp_db_close(sqlite *db) argument
1224 sqlite *db = NULL; local
1314 smb_lgrp_gtbl_lookup(sqlite *db, int key, smb_group_t *grp, int infolvl, ...) argument
1398 smb_lgrp_gtbl_exists(sqlite *db, char *gname) argument
1432 smb_lgrp_gtbl_count(sqlite *db, int dom_idx, int *count) argument
1472 smb_lgrp_gtbl_insert(sqlite *db, smb_group_t *grp) argument
1523 smb_lgrp_gtbl_delete(sqlite *db, char *gname) argument
1558 smb_lgrp_gtbl_update(sqlite *db, char *gname, smb_group_t *grp, int col_id) argument
1613 smb_lgrp_gtbl_update_mlist(sqlite *db, char *gname, smb_gsid_t *member, int flags) argument
1712 smb_lgrp_gtbl_update_plist(sqlite *db, char *gname, uint8_t priv_id, boolean_t enable) argument
1797 smb_lgrp_dtbl_insert(sqlite *db, char *dom_sid, uint32_t *dom_idx) argument
1832 smb_lgrp_dtbl_getidx(sqlite *db, smb_sid_t *sid, uint16_t sid_type, uint32_t *dom_idx, uint32_t *rid) argument
1901 smb_lgrp_dtbl_getsid(sqlite *db, uint32_t dom_idx, smb_sid_t **sid) argument
1950 smb_lgrp_db_setinfo(sqlite *db) argument
2243 smb_lgrp_decode_members(smb_group_t *grp, char *nmembers, char *members, sqlite *db) argument
2305 smb_lgrp_decode(smb_group_t *grp, char **values, int infolvl, sqlite *db) argument
2411 smb_lgrp_getsid(int dom_idx, uint32_t *rid, uint16_t sid_type, sqlite *db, smb_sid_t **sid) argument
2499 sqlite *db; local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h102 int new_eph_db; /* was the ephem ID db [re-]created? */
150 sqlite *db; member in struct:lookup_state
247 #define IDMAP_DBNAME IDMAP_DBDIR "/idmap.db"
248 #define IDMAP_CACHENAME IDMAP_CACHEDIR "/idmap.db"
H A Ddbutils.c217 static int sql_exec_tran_no_cb(sqlite *db, char *sql, const char *dbname,
233 sqlite *db = NULL; local
244 idmapdlog(LOG_ERR, "Failed to initialize db %s", dbname);
251 db = sqlite_open(dbname, 0600, &errmsg);
252 if (db == NULL) {
261 sqlite_busy_timeout(db, 3000);
263 /* Detect current version of schema in the db, if any */
273 rc = sqlite_get_table(db, detect_version_sql, &results,
277 "Error detecting schema version of db %s (%s)",
281 sqlite_close(db);
369 get_db_handle(sqlite **db) argument
521 sql_exec_tran_no_cb(sqlite *db, char *sql, const char *dbname, const char *while_doing) argument
572 sql_exec_no_cb(sqlite *db, const char *dbname, char *sql) argument
691 process_list_svc_sql(sqlite *db, const char *dbname, char *sql, uint64_t limit, int flag, list_svc_cb cb, void *result) argument
874 add_namerule(sqlite *db, idmap_namerule *rule) argument
949 flush_namerules(sqlite *db) argument
962 rm_namerule(sqlite *db, idmap_namerule *rule) argument
1015 sql_compile_n_step_once(sqlite *db, char *sql, sqlite_vm **vm, int *ncol, int reqcol, const char ***values) argument
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c108 DBM *db; variable
1022 db = dbm_open(tmp_name, O_RDWR + O_CREAT + O_TRUNC, 0644);
1023 if (db == NULL) {
1030 if (defwrite) dbm_setdefwrite(db);
1051 val = dbm_fetch(db, key);
1057 if (dbm_close_status(db) < 0) {
1086 db = dbm_open(tmp_name, 2, 0644);
1087 if (db == NULL) {
1110 val = dbm_fetch(db, key);
1116 if (dbm_close_status(db) <
1189 DBM *db; local
1400 DBM *db; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c576 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl)
586 VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp,
624 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz, argument
648 zp->z_id = db->db_object;
656 zfs_znode_sa_init(zfsvfs, zp, db, obj_type, hdl);
771 dmu_buf_t *db; local
829 VERIFY(0 == sa_buf_hold(zfsvfs->z_os, obj, NULL, &db));
892 VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, NULL, SA_HDL_SHARED,
981 *zpp = zfs_znode_alloc(zfsvfs, db, 0, obj_type, sa_hdl);
1105 dmu_buf_t *db; local
575 zfs_znode_sa_init(zfsvfs_t *zfsvfs, znode_t *zp, dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl) argument
1185 dmu_buf_t *db; local
1893 zfs_grab_sa_handle(objset_t *osp, uint64_t obj, sa_handle_t **hdlp, dmu_buf_t **db, void *tag) argument
1921 zfs_release_sa_handle(sa_handle_t *hdl, dmu_buf_t *db, void *tag) argument
2083 dmu_buf_t *db; local
2107 dmu_buf_t *db; local
[all...]
H A Ddmu_tx.c165 dmu_buf_impl_t *db; local
168 db = dbuf_hold_level(dn, level, blkid, FTAG);
170 if (db == NULL)
172 err = dbuf_read(db, zio, DB_RF_CANFAIL | DB_RF_NOPREFETCH);
173 dbuf_rele(db, FTAG);
178 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, argument
195 if (db == NULL || db == dn->dn_dbuf) {
197 db = NULL;
199 ASSERT(DB_DNODE(db)
328 dmu_buf_impl_t *db; local
900 dmu_tx_dirty_buf(dmu_tx_t *tx, dmu_buf_impl_t *db) argument
1703 dmu_buf_impl_t *db = (dmu_buf_impl_t *)hdl->sa_bonus; local
[all...]
H A Ddnode.c274 (dnode_phys_t *)dn->dn_dbuf->db.db_data +
275 (dn->dn_object % (dn->dn_dbuf->db.db_size >> DNODE_SHIFT)));
402 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db, argument
416 dn->dn_dbuf = db;
679 dn->dn_bonus->db.db_size =
681 ASSERT(dn->dn_bonuslen <= dn->dn_bonus->db.db_size);
993 dmu_buf_get_user(&dn->dn_dbuf->db) == NULL);
1065 dmu_buf_impl_t *db; local
1110 db = dbuf_hold(mdn, blk, FTAG);
1113 if (db
1229 dmu_buf_impl_t *db = dn->dn_dbuf; local
1369 dmu_buf_impl_t *db; local
1474 dmu_buf_impl_t *db; local
1516 dmu_buf_impl_t *db = dbuf_hold_level(dn, 1, l1blkid, FTAG); local
1526 dmu_buf_impl_t *db; local
1848 dmu_buf_impl_t *db = NULL; local
[all...]
H A Dzap.c76 dmu_buf_t *db; local
116 1<<FZAP_BLOCK_SHIFT(zap), FTAG, &db, DMU_READ_NO_PREFETCH));
117 dmu_buf_will_dirty(db, tx);
120 l->l_dbuf = db;
125 dmu_buf_rele(db, FTAG);
227 dmu_buf_t *db; local
238 (tbl->zt_blk + blk) << bs, FTAG, &db, DMU_READ_NO_PREFETCH);
241 dmu_buf_will_dirty(db, tx);
253 dmu_buf_rele(db, FTAG);
262 ((uint64_t *)db
273 dmu_buf_t *db; local
461 zap_open_leaf(uint64_t blkid, dmu_buf_t *db) argument
512 dmu_buf_t *db; local
1320 dmu_buf_t *db; local
[all...]
H A Dzap_micro.c366 mzap_open(objset_t *os, uint64_t obj, dmu_buf_t *db) argument
371 uint64_t *zap_hdr = (uint64_t *)db->db_data;
382 zap->zap_dbuf = db;
386 zap->zap_f.zap_block_shift = highbit64(db->db_size) - 1;
401 winner = dmu_buf_set_user(db, &zap->zap_dbu);
409 zap->zap_m.zap_num_chunks = db->db_size / MZAP_ENT_LEN - 1;
462 zap_lockdir_impl(dmu_buf_t *db, void *tag, dmu_tx_t *tx, argument
468 ASSERT0(db->db_offset);
469 objset_t *os = dmu_buf_get_objset(db);
470 uint64_t obj = db
546 dmu_buf_t *db; local
564 dmu_buf_t *db; local
638 dmu_buf_t *db; local
[all...]
H A Ddbuf.c52 static boolean_t dbuf_undirty(dmu_buf_impl_t *db, dmu_tx_t *tx);
139 dmu_buf_impl_t *db = vdb; local
140 bzero(db, sizeof (dmu_buf_impl_t));
142 mutex_init(&db->db_mtx, NULL, MUTEX_DEFAULT, NULL);
143 cv_init(&db->db_changed, NULL, CV_DEFAULT, NULL);
144 multilist_link_init(&db->db_cache_link);
145 refcount_create(&db->db_holds);
154 dmu_buf_impl_t *db = vdb; local
155 mutex_destroy(&db->db_mtx);
156 cv_destroy(&db
199 dmu_buf_impl_t *db; local
220 dmu_buf_impl_t *db = NULL; local
241 dbuf_hash_insert(dmu_buf_impl_t *db) argument
277 dbuf_hash_remove(dmu_buf_impl_t *db) argument
311 dbuf_verify_user(dmu_buf_impl_t *db, dbvu_verify_type_t verify_type) argument
348 dbuf_evict_user(dmu_buf_impl_t *db) argument
387 dbuf_is_metadata(dmu_buf_impl_t *db) argument
412 dmu_buf_impl_t *db = obj; local
470 dmu_buf_impl_t *db = multilist_sublist_tail(mls); local
672 dbuf_verify(dmu_buf_impl_t *db) argument
817 dbuf_clear_data(dmu_buf_impl_t *db) argument
828 dbuf_set_data(dmu_buf_impl_t *db, arc_buf_t *buf) argument
842 dbuf_loan_arcbuf(dmu_buf_impl_t *db) argument
903 dmu_buf_impl_t *db = vdb; local
935 dbuf_read_impl(dmu_buf_impl_t *db, zio_t *zio, uint32_t flags) argument
1040 dbuf_fix_old_data(dmu_buf_impl_t *db, uint64_t txg) argument
1089 dbuf_read(dmu_buf_impl_t *db, zio_t *zio, uint32_t flags) argument
1190 dbuf_noread(dmu_buf_impl_t *db) argument
1216 dmu_buf_impl_t *db = dr->dr_dbuf; local
1258 dmu_buf_impl_t *db, *db_next; local
1350 dbuf_block_freeable(dmu_buf_impl_t *db) argument
1385 dbuf_new_size(dmu_buf_impl_t *db, int size, dmu_tx_t *tx) argument
1438 dbuf_release_bp(dmu_buf_impl_t *db) argument
1457 dmu_buf_impl_t *db = dr->dr_dbuf; local
1477 dbuf_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1784 dbuf_undirty(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1873 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
1914 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
1924 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
1941 dbuf_fill_done(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1966 dmu_buf_impl_t *db = (dmu_buf_impl_t *)dbuf; local
2002 dbuf_assign_arcbuf(dmu_buf_impl_t *db, arc_buf_t *buf, dmu_tx_t *tx) argument
2061 dbuf_destroy(dmu_buf_impl_t *db) argument
2232 dmu_buf_impl_t *db, *odb; local
2378 dmu_buf_impl_t *db = dbuf_hold_level(dpa->dpa_dnode, local
2471 dmu_buf_impl_t *db; local
2548 dmu_buf_impl_t *db, *parent = NULL; local
2644 dmu_buf_impl_t *db; local
2661 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
2689 dbuf_add_ref(dmu_buf_impl_t *db, void *tag) argument
2700 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
2727 dbuf_rele(dmu_buf_impl_t *db, void *tag) argument
2734 dmu_buf_rele(dmu_buf_t *db, void *tag) argument
2744 dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag) argument
2853 dbuf_refcount(dmu_buf_impl_t *db) argument
2862 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
2885 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
2900 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
2916 dmu_buf_impl_t *db = (dmu_buf_impl_t *)dbuf; local
2926 dmu_buf_get_blkptr(dmu_buf_t *db) argument
2933 dmu_buf_get_objset(dmu_buf_t *db) argument
2940 dmu_buf_dnode_enter(dmu_buf_t *db) argument
2948 dmu_buf_dnode_exit(dmu_buf_t *db) argument
2955 dbuf_check_blkptr(dnode_t *dn, dmu_buf_impl_t *db) argument
3002 dmu_buf_impl_t *db = dr->dr_dbuf; local
3049 dmu_buf_impl_t *db = dr->dr_dbuf; local
3223 dmu_buf_impl_t *db = vdb; local
3313 dmu_buf_impl_t *db = vdb; local
3360 dmu_buf_impl_t *db = arg; local
3383 dmu_buf_impl_t *db = vdb; local
3481 dmu_buf_impl_t *db = dr->dr_dbuf; local
3490 dmu_buf_impl_t *db = dr->dr_dbuf; local
3508 dmu_buf_impl_t *db = dr->dr_dbuf; local
[all...]
H A Ddmu.c134 dmu_buf_impl_t *db; local
138 db = dbuf_hold(dn, blkid, tag);
141 if (db == NULL) {
146 *dbp = &db->db;
155 dmu_buf_impl_t *db; local
163 db = dbuf_hold(dn, blkid, tag);
167 if (db == NULL) {
172 *dbp = &db->db;
188 dmu_buf_impl_t *db = (dmu_buf_impl_t *)(*dbp); local
211 dmu_buf_impl_t *db = (dmu_buf_impl_t *)(*dbp); local
231 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
254 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
277 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
311 dmu_buf_impl_t *db; local
360 dmu_buf_impl_t *db = NULL; local
383 dmu_buf_impl_t *db = (dmu_buf_impl_t *)bonus; local
412 dmu_buf_impl_t *db = (dmu_buf_impl_t *)bonus; local
473 dmu_buf_impl_t *db = dbuf_hold(dn, blkid + i, tag); local
504 dmu_buf_impl_t *db = (dmu_buf_impl_t *)dbp[i]; local
548 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
869 dmu_buf_t *db = dbp[i]; local
904 dmu_buf_t *db = dbp[i]; local
944 dmu_buf_t *db = dbp[i]; local
956 dmu_buf_t *db; local
1116 dmu_buf_t *db = dbp[i]; local
1163 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb; local
1219 dmu_buf_t *db = dbp[i]; local
1268 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zdb; local
1328 dmu_buf_t *db = dbp[i]; local
1371 dmu_buf_impl_t *db = (dmu_buf_impl_t *)handle; local
1397 dmu_buf_impl_t *db; local
1449 dmu_buf_t *db = dsa->dsa_zgd->zgd_db; local
1478 dmu_buf_impl_t *db = dr->dr_dbuf; local
1611 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zgd->zgd_db; local
2034 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
2049 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; local
[all...]
H A Ddmu_objset.c1377 dmu_objset_userquota_find_data(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1382 if (db->db_dirtycnt == 0)
1383 return (db->db.db_data); /* Nothing is changing */
1385 for (drp = &db->db_last_dirty; (dr = *drp) != NULL; drp = &dr->dr_next)
1414 dmu_buf_impl_t *db = NULL; local
1432 db = dn->dn_bonus;
1433 mutex_enter(&db->db_mtx);
1434 data = dmu_objset_userquota_find_data(db, tx);
1445 FTAG, (dmu_buf_t **)&db);
1541 dmu_buf_t *db; local
[all...]
H A Dsa.c546 dmu_buf_t *db, sa_buf_type_t buftype, int *index, int *total,
567 hdrsize = (SA_BONUSTYPE_FROM_DB(db) == DMU_OT_ZNODE) ? 0 :
570 full_space = (buftype == SA_BONUS) ? DN_MAX_BONUSLEN : db->db_size;
1227 dmu_buf_impl_t *db; local
1236 db = SA_GET_DB(hdl, buftype);
1239 arc_release(db->db_buf, NULL);
1240 arc_buf_thaw(db->db_buf);
1268 dmu_buf_impl_t *db = SA_GET_DB(hdl, buftype); local
1269 dmu_object_type_t bonustype = SA_BONUSTYPE_FROM_DB(db);
1340 dmu_buf_t *db local
545 sa_find_sizes(sa_os_t *sa, sa_bulk_attr_t *attr_desc, int attr_count, dmu_buf_t *db, sa_buf_type_t buftype, int *index, int *total, boolean_t *will_spill) argument
1361 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, sa_handle_type_t hdl_type, sa_handle_t **handlepp) argument
1414 dmu_buf_t *db; local
1425 sa_buf_hold(objset_t *objset, uint64_t obj_num, void *tag, dmu_buf_t **db) argument
1431 sa_buf_rele(dmu_buf_t *db, void *tag) argument
1646 dmu_buf_impl_t *db = (dmu_buf_impl_t *)hdl->sa_bonus; local
[all...]
H A Dzvol.c995 dmu_buf_t *db; local
1019 error = dmu_buf_hold(os, object, offset, zgd, &db,
1022 blkptr_t *obp = dmu_buf_get_blkptr(db);
1028 zgd->zgd_db = db;
1031 ASSERT(db->db_offset == offset);
1032 ASSERT(db->db_size == size);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c1721 char db[DEV_BSIZE]; local
1725 mddb_db_t *dbp = (mddb_db_t *)&db;
1733 dbp, sizeof (db))) <= 0)
1761 * If db timestamp is more recent than the previously recorded
1771 /* Creates dep list of all directory entries in the db */
H A Dmeta_import.c1522 char db[DEV_BSIZE]; local
1525 mddb_db_t *dbp = (mddb_db_t *)&db;
1534 sizeof (db))) <= 0)
2520 char db[DEV_BSIZE]; local
2522 mddb_db_t *dbp = (mddb_db_t *)db;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c4902 stmf_data_buf_t *db; local
4908 db = MODSYM(stmf_alloc) (STMF_STRUCT_DATA_BUF, 0, 0);
4913 db, mp->tag, mp->phys, mp->virt, mp->size);
4916 if (db == NULL) {
4922 db->db_port_private = (void*)mp;
4923 db->db_sglist[0].seg_addr = mp->virt;
4924 db->db_sglist[0].seg_length = mp->size;
4925 db->db_buf_size = mp->size;
4926 db->db_sglist_length = 1;
4928 mp->fct_private = (void*)db;
4942 stmf_data_buf_t *db; local
5270 stmf_data_buf_t *db; local
5345 emlxs_fct_dbuf_free(fct_dbuf_store_t *fds, stmf_data_buf_t *db) argument
5370 emlxs_fct_dbuf_dma_sync(emlxs_hba_t *hba, stmf_data_buf_t *db, uint_t sync_type) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohcireg.h114 } db; member in struct:fwohcidb
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h913 sqlite *db; /* The main database structure */ member in struct:Parse
934 const char *zAuthContext; /* The 6th parameter to db->xAuth callbacks */
951 #define OPFLAG_NCHANGE 1 /* Set to update db->nChange */
952 #define OPFLAG_LASTROWID 2 /* Set to update db->lastRowid */
953 #define OPFLAG_CSCHANGE 4 /* Set to update db->csChange */
1263 int sqliteBtreeFactory(const sqlite *db, const char *zFilename,
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c587 /* Failover case, try hosts db for v4 address */
1021 /* Failover case, try hosts db for v4 address */
1897 rule_reachable(const struct dstinforeq *da, const struct dstinforeq *db) argument
1899 if (da->dir_dreachable == db->dir_dreachable)
1908 rule_matchscope(const struct dstinforeq *da, const struct dstinforeq *db) argument
1913 db_scope_match = db->dir_dscope == db->dir_sscope;
1924 rule_avoidlinklocal(const struct dstinforeq *da, const struct dstinforeq *db) argument
1928 db->dir_sscope != IP6_SCOPE_LINKLOCAL)
1930 if (db
1939 rule_deprecated(const struct dstinforeq *da, const struct dstinforeq *db) argument
1950 rule_label(const struct dstinforeq *da, const struct dstinforeq *db) argument
1961 rule_precedence(const struct dstinforeq *da, const struct dstinforeq *db) argument
1972 rule_native(const struct dstinforeq *da, const struct dstinforeq *db) argument
1992 rule_scope(const struct dstinforeq *da, const struct dstinforeq *db) argument
2006 rule_prefix(const struct dstinforeq *da, const struct dstinforeq *db) argument
2038 dstcmp(const void *da, const void *db) argument
[all...]
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c4453 mp_digit da = 0, db = 0; local
4455 #define CMP_AB(n) if ((da = pa[n]) != (db = pb[n])) goto done
4468 while (used_a-- > 0 && ((da = *--pa) == (db = *--pb)))
4471 if (da > db)
4473 if (da < db)
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c104 const char *be_path; /* path to db */
105 const char *be_ppath; /* saved path to persistent db when */
110 backend_type_t be_type; /* type of db */
474 backend_is_readonly(struct sqlite *db, const char *path) argument
482 r = sqlite_exec(db,
486 (void) sqlite_exec(db, "ROLLBACK TRANSACTION", NULL, NULL, NULL);
619 backend_panic("%s: db error: %s", be->be_path, errmsg);
787 * removes the ".db" (or whatever) extension, and, if name is non-NULL,
801 * for paths of the form /path/to/foo.db, we truncate at the final
1306 * swap the db handle
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h993 emlxs_rqdb_t db; member in union:emlxs_rqdbu
1020 emlxs_wqdb_t db; member in union:emlxs_wqdbu
1053 emlxs_cqdb_t db; member in union:emlxs_cqdbu
1085 emlxs_eqdb_t db; member in union:emlxs_eqdbu
1112 emlxs_mqdb_t db; member in union:emlxs_mqdbu

Completed in 157 milliseconds

123456