Searched refs:ap1 (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | pthr_attr.c | 113 const thrattr_t *ap1 = attr1? attr1->__pthread_attrp : def_thrattr(); in pthread_attr_equal() local 116 if (ap1 == NULL || ap2 == NULL) in pthread_attr_equal() 118 return (ap1 == ap2 || memcmp(ap1, ap2, sizeof (thrattr_t)) == 0); in pthread_attr_equal()
|
/titanic_44/usr/src/lib/libm/common/LD/ |
H A D | __lgammal.c | 216 static const long double ap1[] = { /* 19 terms */ variable 314 case 4: return ch*s+s*poly(s, ap1, 19); in primary()
|
/titanic_44/usr/src/lib/libm/common/Q/ |
H A D | __lgammal.c | 212 static const long double ap1[] = { /* 19 terms */ variable 310 case 4: return ch*s+s*poly(s,ap1,19); in primary()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 1492 AUTH_MSG_NEGOT_1 *ap1; in emlxs_issue_auth_negotiate() local 1610 ap1 = (AUTH_MSG_NEGOT_1 *)pkt->pkt_cmd; in emlxs_issue_auth_negotiate() 1611 ap1->auth_els_code = ELS_CMD_AUTH_CODE; in emlxs_issue_auth_negotiate() 1612 ap1->auth_els_flags = 0x00; in emlxs_issue_auth_negotiate() 1613 ap1->auth_msg_code = AUTH_NEGOTIATE; in emlxs_issue_auth_negotiate() 1614 ap1->proto_version = 0x01; in emlxs_issue_auth_negotiate() 1615 ap1->msg_len = LE_SWAP32(cmdsize - in emlxs_issue_auth_negotiate() 1670 ap1->tran_id = in emlxs_issue_auth_negotiate() 1673 ap1->params.name_tag = AUTH_NAME_ID; in emlxs_issue_auth_negotiate() 1674 ap1->params.name_len = AUTH_NAME_LEN; in emlxs_issue_auth_negotiate() [all …]
|
/titanic_44/usr/src/cmd/su/ |
H A D | su.c | 1518 alloc_vsprintf(const char *fmt, va_list ap1) in alloc_vsprintf() argument 1530 va_copy(ap2, ap1); in alloc_vsprintf() 1553 (void) vsnprintf(s, n+1, fmt, ap1); in alloc_vsprintf()
|
/titanic_44/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs.c | 102 static int ldata_compare(const void *ap1, const void *ap2); 2203 ldata_compare(const void *ap1, const void *ap2) in ldata_compare() argument 2208 ap_id1 = (cfga_list_data_t *)ap1; in ldata_compare()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tl.c | 1317 tl_eqaddr(tl_addr_t *ap1, tl_addr_t *ap2) in tl_eqaddr() argument 1319 return ((ap1->ta_alen > 0) && in tl_eqaddr() 1320 (ap1->ta_alen == ap2->ta_alen) && in tl_eqaddr() 1321 (ap1->ta_zoneid == ap2->ta_zoneid) && in tl_eqaddr() 1322 (bcmp(ap1->ta_abuf, ap2->ta_abuf, ap1->ta_alen) == 0)); in tl_eqaddr() 1366 tl_addr_t *ap1 = (tl_addr_t *)key1; in tl_hash_cmp_addr() local 1372 ASSERT(ap1->ta_abuf != NULL); in tl_hash_cmp_addr() 1374 ASSERT(ap1->ta_alen > 0); in tl_hash_cmp_addr()
|
/titanic_44/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 353 static int actioncmp(ap1,ap2) in actioncmp() argument 354 struct action *ap1; in actioncmp() 358 rc = ap1->sp->index - ap2->sp->index; 359 if( rc==0 ) rc = (int)ap1->type - (int)ap2->type; 361 assert( ap1->type==REDUCE || ap1->type==RD_RESOLVED || ap1->type==CONFLICT); 363 rc = ap1->x.rp->index - ap2->x.rp->index;
|
/titanic_44/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 802 const cfga_ap_log_id_t ap1, in config_ap_id_cmp() argument 814 (void) strlcpy(apstat1, ap1, sizeof (apstat1)); in config_ap_id_cmp() 851 if (config_get_lib(ap1, &libloc, NULL) != CFGA_OK) { in config_ap_id_cmp() 855 ret = (*libloc.libp->cfga_ap_id_cmp_p)(ap1, ap2); in config_ap_id_cmp()
|