Searched refs:sr (Results 1 – 5 of 5) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_save_msgs_gen.pl | 213 foreach my $sr (qw(save restore)) { 215 "const ".cbtype($sr)." *", 228 f_more("${receiveds}_${sr}", 240 $cbs{$sr} = "typedef struct ".cbtype($sr)." {\n"; 251 $sr =~ m/^./; 317 my ($sr) = @_; 367 foreach my $sr (qw(save restore)) { 368 f_more("${enumcallbacks}_${sr}", 370 f_more("${receiveds}_${sr}", 374 $cbs{$sr} .= "} ".cbtype($sr).";\n\n"; [all …]
|
| /tools/xl/ |
| A D | xl_migrate.c | 93 int status, sr; in migration_child_report() local 134 sr = select(recv_fd+1, &readfds,0,&exceptfds, &timeout); in migration_child_report() 138 sr = select(0,0,0,0, &timeout); in migration_child_report() 140 if (sr > 0) { in migration_child_report() 142 } else if (sr == 0) { in migration_child_report() 143 } else if (sr == -1) { in migration_child_report()
|
| /tools/golang/xenlight/ |
| A D | xenlight.go | 550 func (sr ShutdownReason) String() (str string) { 551 cstr := C.libxl_shutdown_reason_to_string(C.libxl_shutdown_reason(sr))
|
| /tools/ |
| A D | configure | 1208 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1210 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
| /tools/firmware/rombios/ |
| A D | rombios.c | 573 ;; sr function
|
Completed in 41 milliseconds