Searched defs:ap1 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c113 const thrattr_t *ap1 = attr1? attr1->__pthread_attrp : def_thrattr(); local
116 if (ap1 == NULL || ap2 == NULL)
118 return (ap1 == ap2 || memcmp(ap1, ap2, sizeof (thrattr_t)) == 0);
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c801 const cfga_ap_log_id_t ap1,
813 (void) strlcpy(apstat1, ap1, sizeof (apstat1));
840 * If both are static, then ap1 = ap2
850 if (config_get_lib(ap1, &libloc, NULL) != CFGA_OK) {
854 ret = (*libloc.libp->cfga_ap_id_cmp_p)(ap1, ap2);
800 config_ap_id_cmp( const cfga_ap_log_id_t ap1, const cfga_ap_log_id_t ap2) argument

Completed in 207 milliseconds