Home
last modified time | relevance | path

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

/netbsd/src/common/lib/libprop/
Dprop_object.c1940 struct _prop_object *po1; in prop_object_equals_with_error() local
1954 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()
/netbsd/src/usr.sbin/puffs/mount_sysctlfs/
Dsysctlfs.c147 sysctlfs_pathcmp(struct puffs_usermount *pu, struct puffs_pathobj *po1, in sysctlfs_pathcmp() argument
151 if (memcmp(po1->po_path, po2->po_path, clen * sizeof(int)) == 0) in sysctlfs_pathcmp()