Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 3 of 3) sorted by relevance

/xen/tools/hotplug/Linux/
A Dexternal-device-migrate56 local step host domname typ recover filename func stype
57 stype=""
64 -subtype) stype=$2; shift; shift;;
81 filename="$dir/$typ$stype-migration.sh"
/xen/xen/tools/
A Dsymbols.c86 char *sym, stype; in read_symbol() local
93 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, str); in read_symbol()
99 str, &s->addr, &stype); in read_symbol()
119 input_format == fmt_sysv && !*type && stype == '?' && sym && in read_symbol()
159 else if (toupper((uint8_t)stype) == 'A') in read_symbol()
165 else if (toupper((uint8_t)stype) == 'U' || in read_symbol()
166 toupper((uint8_t)stype) == 'N' || in read_symbol()
176 if (islower(stype) && filename) in read_symbol()
180 if (islower(stype) && filename) { in read_symbol()
187 s->type = stype; /* As s->sym[0] ends mangled. */ in read_symbol()
[all …]
/xen/xen/tools/kconfig/
A Dgconf.c1041 int stype; in fill_row() local
1109 stype = sym_get_type(sym); in fill_row()
1110 switch (stype) { in fill_row()

Completed in 6 milliseconds