Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dsymtab.c17 const char *p, *keyp; in symhash() local
22 keyp = key; in symhash()
23 size = strlen(keyp); in symhash()
24 for ( p = keyp; (p - keyp) < size; p++ ) in symhash()
A Davtab.c31 static inline int avtab_hash(struct avtab_key *keyp, u16 mask) in avtab_hash() argument
33 return ((keyp->target_class + (keyp->target_type << 2) + in avtab_hash()
34 (keyp->source_type << 9)) & mask); in avtab_hash()
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-scan.c309 struct vhd_image *image, **parentp, *parent, *keyp, key; in vhd_util_scan_pretty_print_images() local
324 keyp = &key; in vhd_util_scan_pretty_print_images()
326 parentp = bsearch(&keyp, scan.images, scan.cur, in vhd_util_scan_pretty_print_images()

Completed in 13 milliseconds