Home
last modified time | relevance | path

Searched refs:res2 (Results 1 – 25 of 55) sorted by relevance

123

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma_hw.h196 uint32_t res2:3; member
204 uint32_t res2:3;
212 uint32_t res2:6; member
214 uint32_t res2:6;
222 uint32_t res2:3; member
230 uint32_t res2:3;
252 uint32_t res2:3; member
254 uint32_t res2:3;
281 uint32_t res2:3; member
283 uint32_t res2:3;
[all …]
H A Dnxge_n2_esr_hw.h106 uint16_t res2 : 6; member
116 uint16_t res2 : 6;
170 uint16_t res2 : 6; member
182 uint16_t res2 : 6;
366 uint16_t res2 : 1; member
382 uint16_t res2 : 1;
411 uint16_t res2 : 12; member
419 uint16_t res2 : 12;
486 uint16_t res2 : 1; member
502 uint16_t res2 : 1;
[all …]
H A Dnxge_sr_hw.h191 uint16_t res2 : 2; member
195 uint16_t res2 : 2;
424 uint16_t res2 : 4; member
426 uint16_t res2 : 4;
495 uint16_t res2 : 4; member
497 uint16_t res2 : 4;
541 uint16_t res2 : 1; member
549 uint16_t res2 : 1;
568 uint16_t res2 : 4; member
570 uint16_t res2 : 4;
[all …]
H A Dnxge_hw.h95 uint32_t res2:13; member
101 uint32_t res2:13;
170 uint32_t res2:2; member
176 uint32_t res2:2;
355 uint32_t res2:25; member
359 uint32_t res2:25;
466 uint32_t res2:7; member
474 uint32_t res2:7;
595 uint32_t res2:6; member
605 uint32_t res2:6;
[all …]
H A Dnxge_phy_hw.h374 uint16_t res2 : 1; member
382 uint16_t res2 : 1;
614 uint16_t res2 : 1; member
626 uint16_t res2 : 1;
707 uint16_t res2 : 1; member
715 uint16_t res2 : 1;
772 uint16_t res2 : 1; member
784 uint16_t res2 : 1;
800 uint16_t res2 : 1; member
812 uint16_t res2 : 1;
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetprofattr.c68 char **name, **res1, **res2, **des, **attr; in _nss_ldap_prof2str() local
90 res2 = __ns_ldap_getAttr(result->entry, _PROF_RES2); in _nss_ldap_prof2str()
91 if (res2 == NULL || res2[0] == NULL || (strlen(res2[0]) < 1)) in _nss_ldap_prof2str()
94 res2_str = res2[0]; in _nss_ldap_prof2str()
H A Dgetuserattr.c68 char **name, **res1, **res2, **qu, **attr; in _nss_ldap_user2str() local
97 res2 = __ns_ldap_getAttr(result->entry, _USER_RES2); in _nss_ldap_user2str()
98 if (res2 == NULL || res2[0] == NULL || (strlen(res2[0]) < 1)) in _nss_ldap_user2str()
101 res2_str = res2[0]; in _nss_ldap_user2str()
H A Dgetauthattr.c69 char **name, **res1, **res2, **sdes, **ldes, **attr; in _nss_ldap_auth2str() local
92 res2 = __ns_ldap_getAttr(result->entry, _AUTH_RES2); in _nss_ldap_auth2str()
93 if (res2 == NULL || res2[0] == NULL || (strlen(res2[0]) < 1)) in _nss_ldap_auth2str()
96 res2_str = res2[0]; in _nss_ldap_auth2str()
H A Dgetexecattr.c98 if (exec->res2 != (char *)NULL) { in _print_execstr()
99 (void) fprintf(stdout, " res2: [%s]\n", exec->res2); in _print_execstr()
138 exec->res2 = (char *)NULL; in _exec_ldap_exec2ent()
208 exec->res2 = nullstring; in _exec_ldap_exec2ent()
210 exec->res2 = buffer; in _exec_ldap_exec2ent()
215 (void) strcpy(exec->res2, in _exec_ldap_exec2ent()
273 char **res1, **res2, **id, **attr; in _nss_ldap_exec2str() local
308 res2 = __ns_ldap_getAttr(result->entry, _EXEC_RES2); in _nss_ldap_exec2str()
309 if (res2 == NULL || res2[0] == NULL) in _nss_ldap_exec2str()
312 res2_str = res2[0]; in _nss_ldap_exec2str()
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetauthattr.c96 free(auth->res2); in free_authattr()
118 newauth->res2 = _do_unescape(auth->res2); in authstr2attr()
140 printf("res2=%s\n", auth->res2 ? auth->res2 : empty); in print_authattr()
H A Dgetprofattr.c93 free(prof->res2); in free_profattr()
114 newprof->res2 = _do_unescape(prof->res2); in profstr2attr()
163 printf("res2=%s\n", prof->res2 ? prof->res2 : empty); in print_profattr()
H A Dgetuserattr.c123 free(user->res2); in free_userattr()
144 newuser->res2 = _do_unescape(user->res2); in userstr2attr()
165 printf("res2=%s\n", user->res2 ? user->res2 : empty); in print_userattr()
H A Dgetexecattr.c214 free(exec->res2); in free_execattr()
324 newexec->res2 = _do_unescape(es->res2); in execstr2attr()
347 printf("res2=%s\n", exec->res2 ? exec->res2 : empty); in print_execattr()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypot.c219 double x2, y2, res2, dd2; in __vrhypot() local
327 HI(&res2) = HI(&dres2) & 0xffffff00; in __vrhypot()
330 LO(&res2) = 0; in __vrhypot()
333 res2 += (DONE - res2_hi * res2 - res2_lo * res2) * dres2; in __vrhypot()
336 res2 = sqrt (res2); in __vrhypot()
340 res2 = scl2 * res2; in __vrhypot()
344 *pz2 = res2; in __vrhypot()
H A D__vrsqrt.c291 double res2, res_c2, dsqrt_exp2; in __vrsqrt_n() local
320 LO(&res2) = LO(px); in __vrsqrt_n()
338 HI(&res2) = resh2; in __vrsqrt_n()
354 xx2 = (res2 - res_c2) * xx2; in __vrsqrt_n()
357 res2 = (((((K6 * xx2 + K5) * xx2 + K4) * xx2 + K3) * xx2 + K2) * xx2 + K1) * xx2; in __vrsqrt_n()
361 res2 = dexp_hi2 * res2 + dexp_lo2 + dexp_hi2; in __vrsqrt_n()
368 res2 *= dsqrt_exp2; in __vrsqrt_n()
376 *py = res2; in __vrsqrt_n()
H A D__vrhypotf.c356 double xx2, res2, hyp2, h_hi2 = 0, dbase2 = 0; in __vrhypotf_n() local
417 res2 = ((double*)((char*)__vlibm_TBL_rhypotf + si2))[1]; in __vrhypotf_n()
420 res2 *= (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0); in __vrhypotf_n()
423 res2 *= dbase2; in __vrhypotf_n()
428 *pz = res2; in __vrhypotf_n()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_generic_init.c264 int res2 = 0; in dwarf_init_b() local
266 res2 = _dwarf_elf_nlsetup(fd,"", in dwarf_init_b()
269 if (res2 != DW_DLV_OK) { in dwarf_init_b()
270 return res2; in dwarf_init_b()
273 return res2; in dwarf_init_b()
H A Ddwarf_query.c922 int res2 = 0; in _dwarf_look_in_local_and_tied_by_index() local
924 res2 = _dwarf_extract_address_from_debug_addr(dbg, in _dwarf_look_in_local_and_tied_by_index()
926 if (res2 != DW_DLV_OK) { in _dwarf_look_in_local_and_tied_by_index()
927 if (res2 == DW_DLV_ERROR && in _dwarf_look_in_local_and_tied_by_index()
942 return res2; in _dwarf_look_in_local_and_tied_by_index()
983 int res2 = 0; in _dwarf_look_in_local_and_tied() local
990 res2 = _dwarf_get_addr_index_itself(attr_form, in _dwarf_look_in_local_and_tied()
992 if(res2 != DW_DLV_OK) { in _dwarf_look_in_local_and_tied()
993 return res2; in _dwarf_look_in_local_and_tied()
996 res2 = _dwarf_look_in_local_and_tied_by_index( in _dwarf_look_in_local_and_tied()
[all …]
/illumos-gate/usr/src/head/
H A Dauth_attr.h74 char *res2; /* reserved for future use */ member
86 char *res2; /* reserved for future use */ member
H A Dprof_attr.h79 char *res2; /* RESERVED */ member
87 char *res2; /* RESERVED */ member
H A Dexec_attr.h106 char *res2; /* reserved for future use */ member
117 char *res2; /* reserved for future use */ member
H A Duser_attr.h118 char *res2; /* reserved for future use */ member
129 char *res2; /* reserved for future use */ member
/illumos-gate/usr/src/cmd/getent/
H A Ddogetprofattr.c46 prof->res2 != NULL ? prof->res2 : "", in putprofattr()
H A Ddogetauthattr.c46 auth->res2 != NULL ? auth->res2 : "", in putauthattr()
H A Ddogetexecattr.c48 exec->res2 != NULL ? exec->res2 : "", in putexecattr()

123