Searched refs:map_file (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/
H A Dfilemap_utils.h17 int map_file(const char *, struct filemap_t *);
H A Dfilemap_utils.c27 int map_file(const char *filename, struct filemap_t *filemap) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/
H A Dfilemap_utils.h17 int map_file(const char *, struct filemap_t *);
H A Dfilemap_utils.c27 int map_file(const char *filename, struct filemap_t *filemap) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/
H A Dfilemap_utils.h17 int map_file(const char *, struct filemap_t *);
H A Dfilemap_utils.c27 int map_file(const char *filename, struct filemap_t *filemap) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/charset/
H A Dcodepoints.c47 upcase_table = map_file(talloc_asprintf(mem_ctx, "%s/upcase.dat", dyn_DATADIR), 0x20000);
48 lowcase_table = map_file(talloc_asprintf(mem_ctx, "%s/lowcase.dat", dyn_DATADIR), 0x20000);
52 upcase_table = map_file("codepages/upcase.dat", 0x20000);
59 lowcase_table = map_file("codepages/lowcase.dat", 0x20000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/charset/
H A Dcodepoints.c47 upcase_table = map_file(talloc_asprintf(mem_ctx, "%s/upcase.dat", dyn_DATADIR), 0x20000);
48 lowcase_table = map_file(talloc_asprintf(mem_ctx, "%s/lowcase.dat", dyn_DATADIR), 0x20000);
52 upcase_table = map_file("codepages/upcase.dat", 0x20000);
59 lowcase_table = map_file("codepages/lowcase.dat", 0x20000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/charset/
H A Dcodepoints.c47 upcase_table = map_file(talloc_asprintf(mem_ctx, "%s/upcase.dat", dyn_DATADIR), 0x20000);
48 lowcase_table = map_file(talloc_asprintf(mem_ctx, "%s/lowcase.dat", dyn_DATADIR), 0x20000);
52 upcase_table = map_file("codepages/upcase.dat", 0x20000);
59 lowcase_table = map_file("codepages/lowcase.dat", 0x20000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c109 if (map_file(filename, &aliasmap)) {
110 ERROR("map_file", "Unable to map file: `%s'.", filename);
H A Dgenerate_alias.c94 if (map_file(filename, &pcimap)) {
241 if (map_file(filename, &usbmap)) {
383 if (map_file(filename, &ieee1394map)) {
463 if (map_file(filename, &isapnpmap)) {
586 if (map_file(filename, &seriomap)) {
742 if (map_file(filename, &inputmap)) {
868 if (map_file(filename, &ccwmap)) {
942 if (map_file(filename, &ofmap)) {
H A Dhotplug2-coldplug-2.4.c311 if (map_file("/proc/bus/isapnp/devices", &isapnpmap)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c109 if (map_file(filename, &aliasmap)) {
110 ERROR("map_file", "Unable to map file: `%s'.", filename);
H A Dgenerate_alias.c94 if (map_file(filename, &pcimap)) {
241 if (map_file(filename, &usbmap)) {
383 if (map_file(filename, &ieee1394map)) {
463 if (map_file(filename, &isapnpmap)) {
586 if (map_file(filename, &seriomap)) {
742 if (map_file(filename, &inputmap)) {
868 if (map_file(filename, &ccwmap)) {
942 if (map_file(filename, &ofmap)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c109 if (map_file(filename, &aliasmap)) {
110 ERROR("map_file", "Unable to map file: `%s'.", filename);
H A Dgenerate_alias.c94 if (map_file(filename, &pcimap)) {
241 if (map_file(filename, &usbmap)) {
383 if (map_file(filename, &ieee1394map)) {
463 if (map_file(filename, &isapnpmap)) {
586 if (map_file(filename, &seriomap)) {
742 if (map_file(filename, &inputmap)) {
868 if (map_file(filename, &ccwmap)) {
942 if (map_file(filename, &ofmap)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dutil_unistr.c91 upcase_table = (smb_ucs2_t *)map_file(lib_path("upcase.dat"),
95 lowcase_table = (smb_ucs2_t *)map_file(lib_path("lowcase.dat"),
233 valid_file = (uint8 *)map_file(lib_path("valid.dat"), 0x10000);
H A Dutil_file.c216 DEBUG( 1, ("map_file: Failed to unmap address %p "
232 void *map_file(char *fname, size_t size) function
240 DEBUG(2,("map_file: Failed to load %s - %s\n", fname, strerror(errno)));
246 DEBUG(1,("map_file: Failed to mmap %s - %s\n", fname, strerror(errno)));
256 DEBUG(1,("map_file: incorrect size for %s - got %lu expected %lu\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dutil_unistr.c86 upcase_table = (smb_ucs2_t *)map_file(data_path("upcase.dat"),
90 lowcase_table = (smb_ucs2_t *)map_file(data_path("lowcase.dat"),
187 valid_file = (uint8 *)map_file(data_path("valid.dat"), 0x10000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dutil_unistr.c91 upcase_table = (smb_ucs2_t *)map_file(lib_path("upcase.dat"),
95 lowcase_table = (smb_ucs2_t *)map_file(lib_path("lowcase.dat"),
233 valid_file = (uint8 *)map_file(lib_path("valid.dat"), 0x10000);
H A Dutil_file.c216 DEBUG( 1, ("map_file: Failed to unmap address %p "
232 void *map_file(char *fname, size_t size) function
240 DEBUG(2,("map_file: Failed to load %s - %s\n", fname, strerror(errno)));
246 DEBUG(1,("map_file: Failed to mmap %s - %s\n", fname, strerror(errno)));
256 DEBUG(1,("map_file: incorrect size for %s - got %lu expected %lu\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dutil_unistr.c86 upcase_table = (smb_ucs2_t *)map_file(data_path("upcase.dat"),
90 lowcase_table = (smb_ucs2_t *)map_file(data_path("lowcase.dat"),
187 valid_file = (uint8 *)map_file(data_path("valid.dat"), 0x10000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dutil_unistr.c86 upcase_table = (smb_ucs2_t *)map_file(data_path("upcase.dat"),
90 lowcase_table = (smb_ucs2_t *)map_file(data_path("lowcase.dat"),
187 valid_file = (uint8 *)map_file(data_path("valid.dat"), 0x10000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dutil_unistr.c91 upcase_table = (smb_ucs2_t *)map_file(lib_path("upcase.dat"),
95 lowcase_table = (smb_ucs2_t *)map_file(lib_path("lowcase.dat"),
233 valid_file = (uint8 *)map_file(lib_path("valid.dat"), 0x10000);
H A Dutil_file.c216 DEBUG( 1, ("map_file: Failed to unmap address %p "
232 void *map_file(char *fname, size_t size) function
240 DEBUG(2,("map_file: Failed to load %s - %s\n", fname, strerror(errno)));
246 DEBUG(1,("map_file: Failed to mmap %s - %s\n", fname, strerror(errno)));
256 DEBUG(1,("map_file: incorrect size for %s - got %lu expected %lu\n",

Completed in 197 milliseconds

12