Searched refs:po1 (Results 1 – 2 of 2) sorted by relevance
1940 struct _prop_object *po1; in prop_object_equals_with_error() local1954 po1 = obj1; in prop_object_equals_with_error()1957 if (po1->po_type != po2->po_type) in prop_object_equals_with_error()1961 ret = (*po1->po_type->pot_equals)(obj1, obj2, in prop_object_equals_with_error()1970 po1 = obj1; in prop_object_equals_with_error()1988 po1 = obj1; in prop_object_equals_with_error()1989 (*po1->po_type->pot_equals_finish)(obj1, obj2); in prop_object_equals_with_error()
147 sysctlfs_pathcmp(struct puffs_usermount *pu, struct puffs_pathobj *po1, in sysctlfs_pathcmp() argument151 if (memcmp(po1->po_path, po2->po_path, clen * sizeof(int)) == 0) in sysctlfs_pathcmp()