Home
last modified time | relevance | path

Searched refs:ld (Results 101 – 125 of 461) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfminl.c44 long double ld; in __fminl() member
63 xx.ld = x; in __fminl()
64 yy.ld = y; in __fminl()
75 return (xx.ld); in __fminl()
H A Dnanl.c38 long double ld; member
45 long double ld; member
55 return (__nanl_union.ld); in __nanl()
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dprivregs.h98 ld [RP + Y_OFF], %g1; \
165 ld [SBP + (0*4)], %l0; \
166 ld [SBP + (1*4)], %l1; \
167 ld [SBP + (2*4)], %l2; \
168 ld [SBP + (3*4)], %l3; \
169 ld [SBP + (4*4)], %l4; \
170 ld [SBP + (5*4)], %l5; \
171 ld [SBP + (6*4)], %l6; \
172 ld [SBP + (7*4)], %l7; \
173 ld [SBP + (8*4)], %i0; \
[all …]
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v9.s569 /* 0x0044 111 */ ld [%o1],%f3
579 /* 0x0068 111 */ ld [%o1],%f1
620 /* 0x0104 111 */ ld [%o1],%f1
631 /* 0x012c */ ld [%o1],%f1
696 /* 0x0058 123 */ ld [%i1],%g3
785 /* 0x01a4 123 */ ld [%o1],%g3
810 /* 0x0204 */ ld [%o1],%g3
1342 /* 0x00bc 215 */ ld [%o4],%o1
1354 /* 0x00e8 215 */ ld [%o4],%o1
1357 /* 0x00f4 215 */ ld [%o2],%o5
[all …]
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest-merge-no-ctf.ksh99 ld -r -o files.o file2.o file1.o
101 ld -r -o files.o file2.o file1.o
112 ld -r -o files.o file1.o file3.o
114 ld -r -o files.o file1.o file3.o
119 ld -r -o files.o file4.o file1.o
121 ld -r -o files.o file4.o file1.o
/illumos-gate/usr/src/test/os-tests/tests/stackalign/
H A Dstack_sparc.S38 ld [%fp + STACK_BIAS + ARGPUSHSIZE], %g1
39 ld [%g1], %g1 /* func */
40 ld [%fp + STACK_BIAS + ARGPUSHSIZE], %g2
41 ld [%g2 + 4], %g2 /* text */
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c33 nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq, in nsldapi_put_controls() argument
42 LDAP_MUTEX_LOCK( ld, LDAP_CTRL_LOCK ); in nsldapi_put_controls()
44 ctrls = ld->ld_servercontrols; in nsldapi_put_controls()
57 if ( NSLDAPI_LDAP_VERSION( ld ) < LDAP_VERSION3 ) { in nsldapi_put_controls()
108 LDAP_MUTEX_UNLOCK( ld, LDAP_CTRL_LOCK ); in nsldapi_put_controls()
115 LDAP_MUTEX_UNLOCK( ld, LDAP_CTRL_LOCK ); in nsldapi_put_controls()
116 LDAP_SET_LDERRNO( ld, rc, NULL, NULL ); in nsldapi_put_controls()
337 nsldapi_dup_controls( LDAP *ld, LDAPControl ***ldctrls, LDAPControl **newctrls ) in nsldapi_dup_controls() argument
356 LDAP_SET_LDERRNO( ld, LDAP_NO_MEMORY, NULL, NULL ); in nsldapi_dup_controls()
366 LDAP_SET_LDERRNO( ld, LDAP_NO_MEMORY, NULL, NULL ); in nsldapi_dup_controls()
H A Dcharset.c43 if ( ld == NULL ) { in ldap_set_string_translators()
47 ld = &nsldapi_ld_defaults; in ldap_set_string_translators()
50 if ( NSLDAPI_VALID_LDAP_POINTER( ld )) { in ldap_set_string_translators()
51 ld->ld_lber_encode_translate_proc = encode_proc; in ldap_set_string_translators()
52 ld->ld_lber_decode_translate_proc = decode_proc; in ldap_set_string_translators()
58 ldap_enable_translation( LDAP *ld, LDAPMessage *entry, int enable ) in ldap_enable_translation() argument
62 if ( ld == NULL ) { in ldap_enable_translation()
66 ld = &nsldapi_ld_defaults; in ldap_enable_translation()
69 optionsp = ( entry == NULLMSG ) ? &ld->ld_lberoptions : in ldap_enable_translation()
86 if ( ld->ld_lber_decode_translate_proc == NULL ) { in ldap_translate_from_t61()
[all …]
H A Dspagectrl.c22 int ldap_create_page_control(LDAP *ld, unsigned int pagesize, struct berval *cookie, char isCritica… in ldap_create_page_control() argument
27 if (NULL == ld || NULL == output) in ldap_create_page_control()
45 ld->ld_errno = rc; in ldap_create_page_control()
49 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berv… in ldap_parse_page_control() argument
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c295 if (ld->ld_syndrome) { in eib_vnic_login_ack()
315 got = ld->ld_assigned_mac; in eib_vnic_login_ack()
330 ld->ld_vlan_in_packets = 1; in eib_vnic_login_ack()
331 ld->ld_vhub_id = EIB_VHUB_ID(ld->ld_gw_port_id, in eib_vnic_login_ack()
332 ld->ld_assigned_vlan); in eib_vnic_login_ack()
340 ld->ld_vhub_id = EIB_VHUB_ID(ld->ld_gw_port_id, in eib_vnic_login_ack()
341 ld->ld_assigned_vlan); in eib_vnic_login_ack()
1052 eib_login_data_t *ld; in eib_vnic_restart() local
1091 ld = &vnic->vn_login_data; in eib_vnic_restart()
1645 ld->ld_n_mac_mcgid, 0, ld->ld_vhub_id, &(mcg_attr.mc_mgid)); in eib_vnic_attach_vhub_update()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_rights.c300 LDAP *ld; local
363 st = ldap_modify_ext_s(ld,
394 st = ldap_modify_ext_s(ld,
437 st = ldap_modify_ext_s(ld,
464 st = ldap_modify_ext_s(ld,
492 st = ldap_modify_ext_s(ld,
531 st = ldap_modify_ext_s(ld,
645 LDAP *ld; local
721 st = ldap_modify_ext_s(ld,
748 st = ldap_modify_ext_s(ld,
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c4104 dp->ld.destructor = i_psvc_destructor; in i_psvc_constructor_0_0()
4105 dp->ld.get_attr = i_psvc_get_attr_0_0; in i_psvc_constructor_0_0()
4173 dp->ld.destructor = i_psvc_destructor; in i_psvc_constructor_0_1()
4174 dp->ld.get_attr = i_psvc_get_attr_0_1; in i_psvc_constructor_0_1()
4175 dp->ld.set_attr = i_psvc_set_attr_0_1; in i_psvc_constructor_0_1()
4220 dp->ld.destructor = i_psvc_destructor; in i_psvc_constructor_1_0()
4221 dp->ld.get_attr = i_psvc_get_attr_1_0; in i_psvc_constructor_1_0()
4222 dp->ld.set_attr = i_psvc_set_attr_1_0; in i_psvc_constructor_1_0()
4254 dp->ld.destructor = i_psvc_destructor; in i_psvc_constructor_2_0()
4255 dp->ld.get_attr = i_psvc_get_attr_2_0; in i_psvc_constructor_2_0()
[all …]
/illumos-gate/usr/src/boot/include/
H A Dmath.h82 #define __fp_type_select(x, f, d, ld) _Generic((x), \ argument
85 long double: ld(x), \
88 volatile long double: ld(x), \
91 volatile const long double: ld(x), \
94 const long double: ld(x))
96 #define __fp_type_select(x, f, d, ld) __builtin_choose_expr( \ argument
97 __builtin_types_compatible_p(__typeof(x), long double), ld(x), \
103 #define __fp_type_select(x, f, d, ld) \ argument
106 : ld(x))
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A DREADME.md1 This is a test that when stripping (via `ld -s`) members of a group, we do not
5 and verify that ld does not crash when processing such an object, that the
6 right member was stripped, and that ld -r outputs a group which is valid.
12 works, and the group doesn't survive ld -r.
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dprobe.win32141 ld=${cc%cc}ld
142 if [[ ! -x $ld ]]
143 then ld=${cc%/*}/ld
144 if [[ ! -x $ld ]]
146 */ncc) ld=/usr/bin/nld ;;
147 *) ld=/usr/bin/ld ;;
178 CC.LD = $ld
201 CC.SHARED.LD = $ld
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool-sasl.c41 ldaptool_set_sasl_defaults ( LDAP *ld, char *mech, char *authid, char *username, in ldaptool_set_sasl_defaults() argument
52 ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &defaults->mech); in ldaptool_set_sasl_defaults()
57 ldap_get_option(ld, LDAP_OPT_X_SASL_AUTHCID, &defaults->authid); in ldaptool_set_sasl_defaults()
62 ldap_get_option(ld, LDAP_OPT_X_SASL_AUTHZID, &defaults->username); in ldaptool_set_sasl_defaults()
69 ldap_get_option(ld, LDAP_OPT_X_SASL_REALM, &defaults->realm); in ldaptool_set_sasl_defaults()
75 ldaptool_sasl_interact( LDAP *ld, unsigned flags, void *defaults, void *prompts ) { in ldaptool_sasl_interact() argument
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S240 ld [%i1],%l0 ! ix
526 ld [%i1+4],%o5
537 ld [%fp+tmp0],%l0
565 ld [%i1],%f0
568 ld [%i1+4],%f1
576 ld [%i1+4],%o5
615 ld [%i1],%f10
618 ld [%i1+4],%f11
626 ld [%i1+4],%o5
665 ld [%i1],%f20
[all …]
H A D__vsincosf.S466 ld [%fp+n0],%o0
469 ld [%fp+n1],%o1
472 ld [%fp+n2],%o2
475 ld [%fp+n3],%o3
539 ld [%fp+n0],%o0
552 ld [%fp+n1],%o1
565 ld [%fp+n2],%o2
758 ld [%i1],%f0
799 ld [%i1],%f2
840 ld [%i1],%f4
[all …]
H A D__vrhypotf.S1008 ld [TBL+TBL_SHIFT+44],%f2
1023 ld [TBL+TBL_SHIFT+44],%f4
1041 ld [TBL+TBL_SHIFT+44],%f2
1056 ld [TBL+TBL_SHIFT+44],%f2
1071 ld [TBL+TBL_SHIFT+44],%f4
1089 ld [TBL+TBL_SHIFT+44],%f2
1104 ld [TBL+TBL_SHIFT+44],%f2
1119 ld [TBL+TBL_SHIFT+44],%f4
1137 ld [TBL+TBL_SHIFT+44],%f2
1152 ld [TBL+TBL_SHIFT+44],%f2
[all …]
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1313 struct pc_dirent *ld = &lbp; in pcfs_readdir() local
1341 bzero(ld, sizeof (*ld)); in pcfs_readdir()
1355 ld->d_ino = (ino64_t)UINT_MAX; in pcfs_readdir()
1360 (void) uiomove(ld, ld->d_reclen, UIO_READ, uiop); in pcfs_readdir()
1374 (void) uiomove(ld, ld->d_reclen, UIO_READ, uiop); in pcfs_readdir()
2337 ld->d_reclen = DIRENT64_RECLEN(strlen(ld->d_name)); in pc_read_long_fn()
2346 (void) uiomove((caddr_t)ld, ld->d_reclen, UIO_READ, uiop); in pc_read_long_fn()
2347 uiop->uio_loffset = ld->d_off; in pc_read_long_fn()
2382 ld->d_reclen = DIRENT64_RECLEN(strlen(ld->d_name)); in pc_read_short_fn()
2389 (void) uiomove((caddr_t)ld, in pc_read_short_fn()
[all …]
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers533 FILTER = /usr/lib/ld.so.1;
3449 FILTER = /usr/lib/ld.so.1;
3453 FILTER = /usr/lib/ld.so.1;
3457 FILTER = /usr/lib/ld.so.1;
3461 FILTER = /usr/lib/ld.so.1;
3465 FILTER = /usr/lib/ld.so.1;
3469 FILTER = /usr/lib/ld.so.1;
3473 FILTER = /usr/lib/ld.so.1;
3477 FILTER = /usr/lib/ld.so.1;
3481 FILTER = /usr/lib/ld.so.1;
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh42 pid\$target:ld.so.1:calloc:entry
47 pid\$target:ld.so.1:malloc:entry
53 pid\$target:ld.so.1:calloc:return
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ld/
H A DMakefile17 PROG = amd64-ld-test
21 ld-with-addend.s \
24 TESTDIR = $(ROOTOPTPKG)/tests/tls/amd64/ld
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h327 ldap_entry2text( LDAP *ld, char *buf, LDAPMessage *entry,
334 ldap_vals2text( LDAP *ld, char *buf, char **vals, char *label, int labelwidth,
340 ldap_entry2text_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry,
347 ldap_entry2html( LDAP *ld, char *buf, LDAPMessage *entry,
354 ldap_vals2html( LDAP *ld, char *buf, char **vals, char *label, int labelwidth,
360 ldap_entry2html_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry,
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c1018 const lock_descriptor_t *ld = data; in nlm_lockson_cb() local
1025 sysid = ld->l_flock.l_sysid & LM_SYSID_MAX; in nlm_lockson_cb()
1044 sysid, local ? 'L' : 'R', ld->l_vnode, in nlm_lockson_cb()
1045 ld->l_flock.l_pid, MAXCOMLEN, in nlm_lockson_cb()
1046 ld->l_flock.l_pid == 0 ? "<kernel>" in nlm_lockson_cb()
1052 switch (ld->l_status) { in nlm_lockson_cb()
1083 mdb_printf("%-5i", ld->l_status); in nlm_lockson_cb()
1087 : ld->l_type == F_WRLCK ? "WR" : "??"); in nlm_lockson_cb()
1095 switch (GET_NLM_STATE(ld)) { in nlm_lockson_cb()
1113 mdb_printf("(%5i:%-5i) %-7s ", ld->l_start, ld->l_len, s); in nlm_lockson_cb()
[all …]

12345678910>>...19