Searched refs:virt (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/contrib/ |
| D | buildvirtuser | 106 my $virt = "$maildir/virtusertable.db"; 107 my %virt = (); 129 $virt = "$maildir/virtusertable"; 177 $virt{$key} = $value; 183 my $st = stat($virt); 187 print STDOUT "Rebuilding $virt\n"; 198 foreach $key (keys %virt) 200 print MAKEMAP "$key\t\t$virt{$key}\n"; 203 preserve_perms($virt, $newvirt); 204 rename($newvirt, $virt) || die "Could not rename $newvirt to $virt: $!\n";
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_log.c | 185 server_rec *virt, *q; in ap_open_logs() local 211 for (virt = s_main->next; virt; virt = virt->next) { in ap_open_logs() 212 if (virt->error_fname) in ap_open_logs() 214 for (q=s_main; q != virt; q = q->next) in ap_open_logs() 216 strcmp(q->error_fname, virt->error_fname) == 0) in ap_open_logs() 218 if (q == virt) in ap_open_logs() 219 open_error_log(virt, p); in ap_open_logs() 221 virt->error_log = q->error_log; in ap_open_logs() 224 virt->error_log = s_main->error_log; in ap_open_logs()
|
| D | http_config.c | 199 static void merge_server_configs(pool *p, void *base, void *virt) in merge_server_configs() argument 206 void **virt_vector = (void **) virt; in merge_server_configs() 1492 server_rec *virt; in fixup_virtual_hosts() local 1494 for (virt = main_server->next; virt; virt = virt->next) { in fixup_virtual_hosts() 1496 virt->module_config); in fixup_virtual_hosts() 1498 virt->lookup_defaults = in fixup_virtual_hosts() 1500 virt->lookup_defaults); in fixup_virtual_hosts() 1502 if (virt->server_admin == NULL) in fixup_virtual_hosts() 1503 virt->server_admin = main_server->server_admin; in fixup_virtual_hosts() 1505 if (virt->srm_confname == NULL) in fixup_virtual_hosts() [all …]
|
| D | http_core.c | 350 core_server_config *virt = (core_server_config *)virtv; in merge_core_server_configs() local 354 *conf = *virt; in merge_core_server_configs() 361 conf->sec = ap_append_arrays(p, base->sec, virt->sec); in merge_core_server_configs() 362 conf->sec_url = ap_append_arrays(p, base->sec_url, virt->sec_url); in merge_core_server_configs() 364 conf->redirect_limit = virt->recursion_limit_set in merge_core_server_configs() 365 ? virt->redirect_limit in merge_core_server_configs() 368 conf->subreq_limit = virt->recursion_limit_set in merge_core_server_configs() 369 ? virt->subreq_limit in merge_core_server_configs()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/t/ |
| D | HiRes.t | 326 my $virt = getitimer(&ITIMER_VIRTUAL); 327 print "not " unless defined $virt && abs($virt / 0.5) - 1 < $limit; 339 $virt = getitimer(&ITIMER_VIRTUAL); 340 print "not " unless defined $virt && $virt == 0;
|
| /mirbsd/src/sys/arch/sparc/sparc/ |
| D | machdep.c | 942 mapdev(phys, virt, offset, size) in mapdev() argument 944 int offset, virt, size; 959 if (virt) 960 va = trunc_page(virt);
|
| D | locore.s | 1743 ld [%o0], %o2 ! memerr virt addr 1814 lda [%o0] ASI_CONTROL, %o2 ! sync virt addr 1830 lda [%o0] ASI_CONTROL, %o4 ! async virt addr 2557 lda [%o0] ASI_CONTROL, %o2 ! sync virt addr 2565 lda [%o0] ASI_CONTROL, %o4 ! async virt addr 5602 lda [%l5] ASI_SRMMU, %l5 ! sync virt addr; must be read first 5619 lda [%l5] ASI_SRMMU, %l5 ! sync virt addr; must be read first
|
| /mirbsd/src/share/doc/smm/18.net/ |
| D | spell.ok | 296 virt
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | stabs.texinfo | 2881 returning(char);:arg(char);protection(public)modifier(volatile)virt(no) 2963 field_name(A virt func ptr):type_def(21)=type_desc(ptr to)type_def(22)=
|