Searched refs:maptype (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | conf.c | 725 char *maptype[MAXMAPSTACK]; in inithostmaps() local 748 nmaps = switch_map_find("aliases", maptype, mapreturn); in inithostmaps() 751 if (strcmp(maptype[i], "files") == 0 && in inithostmaps() 759 else if (strcmp(maptype[i], "nisplus") == 0 && in inithostmaps() 768 else if (strcmp(maptype[i], "nis") == 0 && in inithostmaps() 777 else if (strcmp(maptype[i], "netinfo") == 0 && in inithostmaps() 786 else if (strcmp(maptype[i], "hesiod") == 0 && in inithostmaps() 796 else if (strcmp(maptype[i], "ldap") == 0 && in inithostmaps() 855 switch_map_find(service, maptype, mapreturn) in switch_map_find() argument 857 char *maptype[MAXMAPSTACK]; [all …]
|
| D | map.c | 736 char *maptype[MAXMAPSTACK]; local 743 nmaps = switch_map_find("hosts", maptype, mapreturn); 752 host, maptype[mapno]); 753 if (strcmp("files", maptype[mapno]) == 0) 758 else if (strcmp("nis", maptype[mapno]) == 0) 768 else if (strcmp("nisplus", maptype[mapno]) == 0) 778 else if (strcmp("dns", maptype[mapno]) == 0) 784 else if (strcmp("netinfo", maptype[mapno]) == 0) 6519 char *maptype[MAXMAPSTACK]; local 6526 nmaps = switch_map_find(map->map_file, maptype, map->map_return); [all …]
|
| D | readcf.c | 742 char *maptype[MAXMAPSTACK]; local 745 nmaps = switch_map_find("hosts", maptype, mapreturn); 754 if (strcmp(maptype[mapno], "dns") == 0)
|
| /mirbsd/src/sys/arch/sparc/stand/common/ |
| D | promdev.c | 785 int maptype; member 806 prom_mapin(physaddr, length, maptype) in prom_mapin() argument 808 int length, maptype; 816 if (prom_mapinfo[i].maptype == maptype) 818 panic("prom_mapin: invalid maptype %d", maptype);
|
| /mirbsd/src/usr.bin/vi/docs/interp/ |
| D | spell.ok | 36 maptype
|
| D | interp | 122 enum maptype {NONE, INPUT, COMMAND} mapt); 129 size_t *lenp, enum maptype {NONE, INPUT, COMMAND} mapt);
|
| /mirbsd/src/sys/dev/pci/ |
| D | pciide.c | 967 pcireg_t maptype; in pciide_mapregs_native() local 996 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, in pciide_mapregs_native() 1000 (maptype == PCI_MAPREG_TYPE_IO ? "I/O" : "memory")), DEBUG_PROBE); in pciide_mapregs_native() 1002 maptype, 0, in pciide_mapregs_native() 1009 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, in pciide_mapregs_native() 1013 (maptype == PCI_MAPREG_TYPE_IO ? "I/O": "memory")), DEBUG_PROBE); in pciide_mapregs_native() 1015 maptype, 0, in pciide_mapregs_native() 1041 pcireg_t maptype; in pciide_mapreg_dma() local 1060 maptype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, in pciide_mapreg_dma() 1063 switch (maptype) { in pciide_mapreg_dma() [all …]
|