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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dnet_idmap.c60 TDB_CONTEXT *idmap_tdb; local
65 idmap_tdb = tdb_open_log(argv[0], 0, TDB_DEFAULT, O_RDONLY, 0);
67 if (idmap_tdb == NULL) {
72 tdb_traverse(idmap_tdb, net_idmap_dump_one_entry, NULL);
74 tdb_close(idmap_tdb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnet_idmap.c61 TDB_CONTEXT *idmap_tdb; local
72 idmap_tdb = tdb_open_log(argv[0], 0, TDB_DEFAULT, O_RDONLY, 0);
74 if (idmap_tdb == NULL) {
79 tdb_traverse(idmap_tdb, net_idmap_dump_one_entry, NULL);
81 tdb_close(idmap_tdb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dnet_idmap.c60 TDB_CONTEXT *idmap_tdb; local
65 idmap_tdb = tdb_open_log(argv[0], 0, TDB_DEFAULT, O_RDONLY, 0);
67 if (idmap_tdb == NULL) {
72 tdb_traverse(idmap_tdb, net_idmap_dump_one_entry, NULL);
74 tdb_close(idmap_tdb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnet_idmap.c61 TDB_CONTEXT *idmap_tdb; local
72 idmap_tdb = tdb_open_log(argv[0], 0, TDB_DEFAULT, O_RDONLY, 0);
74 if (idmap_tdb == NULL) {
79 tdb_traverse(idmap_tdb, net_idmap_dump_one_entry, NULL);
81 tdb_close(idmap_tdb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnet_idmap.c61 TDB_CONTEXT *idmap_tdb; local
72 idmap_tdb = tdb_open_log(argv[0], 0, TDB_DEFAULT, O_RDONLY, 0);
74 if (idmap_tdb == NULL) {
79 tdb_traverse(idmap_tdb, net_idmap_dump_one_entry, NULL);
81 tdb_close(idmap_tdb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dnet_idmap.c60 TDB_CONTEXT *idmap_tdb; local
65 idmap_tdb = tdb_open_log(argv[0], 0, TDB_DEFAULT, O_RDONLY, 0);
67 if (idmap_tdb == NULL) {
72 tdb_traverse(idmap_tdb, net_idmap_dump_one_entry, NULL);
74 tdb_close(idmap_tdb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Didmap_tdb.c124 TDB_CONTEXT *idmap_tdb; local
126 if (!(idmap_tdb = tdb_open_log(idmap_name, 0,
133 bigendianheader = (tdb_get_flags(idmap_tdb) & TDB_BIGENDIAN) ? True : False;
135 vers = tdb_fetch_int32(idmap_tdb, "IDMAP_VERSION");
146 wm = tdb_fetch_int32(idmap_tdb, HWM_USER);
154 if (tdb_store_int32(idmap_tdb, HWM_USER, wm) == -1) {
156 tdb_close(idmap_tdb);
160 wm = tdb_fetch_int32(idmap_tdb, HWM_GROUP);
167 if (tdb_store_int32(idmap_tdb, HWM_GROUP, wm) == -1) {
169 tdb_close(idmap_tdb);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Didmap_tdb.c124 TDB_CONTEXT *idmap_tdb; local
126 if (!(idmap_tdb = tdb_open_log(idmap_name, 0,
133 bigendianheader = (tdb_get_flags(idmap_tdb) & TDB_BIGENDIAN) ? True : False;
135 vers = tdb_fetch_int32(idmap_tdb, "IDMAP_VERSION");
146 wm = tdb_fetch_int32(idmap_tdb, HWM_USER);
154 if (tdb_store_int32(idmap_tdb, HWM_USER, wm) == -1) {
156 tdb_close(idmap_tdb);
160 wm = tdb_fetch_int32(idmap_tdb, HWM_GROUP);
167 if (tdb_store_int32(idmap_tdb, HWM_GROUP, wm) == -1) {
169 tdb_close(idmap_tdb);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Didmap_tdb.c124 TDB_CONTEXT *idmap_tdb; local
126 if (!(idmap_tdb = tdb_open_log(idmap_name, 0,
133 bigendianheader = (tdb_get_flags(idmap_tdb) & TDB_BIGENDIAN) ? True : False;
135 vers = tdb_fetch_int32(idmap_tdb, "IDMAP_VERSION");
146 wm = tdb_fetch_int32(idmap_tdb, HWM_USER);
154 if (tdb_store_int32(idmap_tdb, HWM_USER, wm) == -1) {
156 tdb_close(idmap_tdb);
160 wm = tdb_fetch_int32(idmap_tdb, HWM_GROUP);
167 if (tdb_store_int32(idmap_tdb, HWM_GROUP, wm) == -1) {
169 tdb_close(idmap_tdb);
[all...]

Completed in 77 milliseconds