Home
last modified time | relevance | path

Searched refs:tptr (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dsymbols.c45 const u8 *tptr, *data; in symbols_expand_symbol() local
59 tptr = &symbols_token_table[ symbols_token_index[*data] ]; in symbols_expand_symbol()
63 while (*tptr) { in symbols_expand_symbol()
65 *result = *tptr; in symbols_expand_symbol()
69 tptr++; in symbols_expand_symbol()
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dfsys_zfs.c751 char *tptr; in is_top_dataset_file() local
753 if ((tptr = grub_strstr(str, "menu.lst")) && in is_top_dataset_file()
754 (tptr[8] == '\0' || tptr[8] == ' ') && in is_top_dataset_file()
755 *(tptr-1) == '/') in is_top_dataset_file()

Completed in 5 milliseconds