Home
last modified time | relevance | path

Searched refs:dc (Results 26 – 50 of 157) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libm/common/R/
H A Dsincospif.c36 double ds, dc; in sincospif() local
43 sincospi((double) x, &ds, &dc); in sincospif()
45 *c = (float) dc; in sincospif()
/illumos-gate/usr/src/cmd/bart/
H A DMakefile45 DCFILE= bart.dc
74 $(COMPILE.cpp) $(SRCS) > bart.dc.i
75 $(XGETTEXT) -c TRANSLATION_NOTE_FOR_DC -t bart.dc.i
77 $(RM) bart.dc.i messages.po
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh850 dc=${DCs[0]}
851 [[ -n $dc ]] && return
856 dc=${DCs[0]}
857 [[ -n $dc ]] && return
861 dc=$DomainDnsZones
889 ldapsearch -R -T -h $dc $ldap_args \
1152 dc=$kdc
1155 if [[ -n $dc ]]; then
1156 KDC=$dc
1225 dc=$KDC
[all …]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c1558 const char *dc; in print_dependency_reasons() local
1571 dc = DC_UNKNOWN; in print_dependency_reasons()
1640 dc = DC_DEPOTHER; in print_dependency_reasons()
1741 dc = DC_UNINIT; in print_reasons()
1746 dc = DC_RSTRDEAD; in print_reasons()
1758 dc = DC_DISABLED; in print_reasons()
1779 dc = DC_DEPCYCLE; in print_reasons()
1810 dc = DC_NONE; in print_reasons()
1813 dc = DC_UNKNOWN; in print_reasons()
1820 dc = DC_STARTING; in print_reasons()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h161 v_t *dst = (v_t *)dc; in raidz_zero_abd_cb()
196 v_t *dst = (v_t *)dc; in raidz_copy_abd_cb()
235 v_t *dst = (v_t *)dc; in raidz_add_abd_cb()
274 v_t *d = (v_t *)dc; in raidz_mul_abd_cb()
394 const v_t *d = (const v_t *)dc; in raidz_gen_pq_add()
465 const v_t *d = (const v_t *)dc; in raidz_gen_pqr_add()
632 const v_t *d = (const v_t *)dc; in raidz_syn_q_abd()
723 const v_t *d = (const v_t *)dc; in raidz_syn_r_abd()
816 const v_t *d = (const v_t *)dc; in raidz_syn_pq_abd()
974 const v_t *d = (const v_t *)dc; in raidz_syn_pr_abd()
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc379 * - inf_l2_ecc1 : reported by dc on this cpu
402 * - inf_l2_eccm : reported by dc on this cpu
550 ereport.cpu.amd.dc.data_ecc1@chip/core/strand;
555 * - data_eccm : reported by dc on this cpu
562 ereport.cpu.amd.dc.data_eccm@chip/core/strand,
568 * - tag_par : reported by dc on this cpu
575 ereport.cpu.amd.dc.tag_par@chip/core/strand;
580 * - stag_par : reported by dc on this cpu
587 ereport.cpu.amd.dc.stag_par@chip/core/strand;
592 * - l1tlb_par : reported by dc on this cpu
[all …]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpowf.c57 double dx, dy, du, dv, dt, dc, ds, dp, dq, dr; in cpowf() local
114 sincospi(dt * du, &ds, &dc); in cpowf()
115 F_RE(ans) = (float)(dr * dc); in cpowf()
165 sincospi(dq, &ds, &dc); in cpowf()
166 F_RE(ans) = (float)(dr * dc); in cpowf()
/illumos-gate/usr/src/lib/libadutils/common/
H A Dldap_ping.c260 ad_disc_ds_t *dc = &cds->cds_ds; in cldap_parse() local
291 dc->flags = *cp++; in cldap_parse()
292 dc->flags |= (*cp++ << 8); in cldap_parse()
293 dc->flags |= (*cp++ << 16); in cldap_parse()
294 dc->flags |= (*cp++ << 26); in cldap_parse()
315 if (0 != strcasecmp(val, dc->host)) { in cldap_parse()
317 val, dc->host); in cldap_parse()
338 (void) strlcpy(dc->site, val, sizeof (dc->site)); in cldap_parse()
H A Daddisc.c1212 ad_disc_ds_t *dc = NULL; in validate_DomainController() local
1286 dc = ldap_ping( in validate_DomainController()
1294 if (dc == NULL) { in validate_DomainController()
1298 log_ds(ctx, dc); in validate_DomainController()
1300 update_item(&ctx->site_domain_controller, dc, in validate_DomainController()
1301 AD_STATE_AUTO, dc->ttl); in validate_DomainController()
1338 dc = ldap_ping( in validate_DomainController()
1346 if (dc == NULL) { in validate_DomainController()
1350 log_ds(ctx, dc); in validate_DomainController()
1352 update_item(&ctx->domain_controller, dc, in validate_DomainController()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dname.c639 dh_context_t dc = (dh_context_t)ctx; in __dh_gss_export_name() local
665 oid_der_len = der_length_size(dc->mech->length); in __dh_gss_export_name()
668 + dc->mech->length + namelen_len + namelen; in __dh_gss_export_name()
690 *p++ = ((mechoid_tag_len + oid_der_len + dc->mech->length) in __dh_gss_export_name()
692 *p++ = ((mechoid_tag_len + oid_der_len + dc->mech->length) in __dh_gss_export_name()
698 if (!put_der_length(dc->mech->length, &p, currlen) == 0) { in __dh_gss_export_name()
703 memcpy(p, dc->mech->elements, dc->mech->length); in __dh_gss_export_name()
704 p += dc->mech->length; in __dh_gss_export_name()
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dchem.awk8 set(dc, "up 0 right 90 down 180 left 270 ne 45 se 135 sw 225 nw 315")
9 set(dc, "0 n 30 ne 45 ne 60 ne 90 e 120 se 135 se 150 se 180 s")
10 set(dc, "300 nw 315 nw 330 nw 270 w 210 sw 225 sw 240 sw")
362 if (d in dc)
363 c1 = dc[d]
380 return dc[reduce(45 * int((dir+22.5)/45))]
408 return reduce(dc[$(cf++)])
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h938 #define SFDISC(f,dc,iof) \ argument
940 if(!(dc)) \
941 d = (dc) = (f)->disc; \
942 else d = (f->bits&SF_DCDOWN) ? ((dc) = (dc)->disc) : (dc); \
944 if(d) (dc) = d; \
946 #define SFDCRD(f,buf,n,dc,rv) \ argument
948 rv = (*dc->readf)(f,buf,n,dc); \
951 #define SFDCWR(f,buf,n,dc,rv) \ argument
953 rv = (*dc->writef)(f,buf,n,dc); \
956 #define SFDCSK(f,addr,type,dc,rv) \ argument
[all …]
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca_disp.in26 funcunit = dc
29 error = ereport.cpu.amd.dc.inf_sys_ecc1
45 error = ereport.cpu.amd.dc.inf_l2_ecc1
77 error = ereport.cpu.amd.dc.inf_l2_eccm
93 error = ereport.cpu.amd.dc.data_ecc1
126 error = ereport.cpu.amd.dc.data_eccm
143 error = ereport.cpu.amd.dc.data_eccm
159 error = ereport.cpu.amd.dc.tag_par
175 error = ereport.cpu.amd.dc.stag_par
191 error = ereport.cpu.amd.dc.l1tlb_par
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.aes.out1 libdis_test: 66 0f 38 dc c8 aesenc %xmm0,%xmm1
2 libdis_test+0x5: 66 0f 38 dc 0b aesenc (%ebx),%xmm1
H A D64.aes.out1 libdis_test: 66 0f 38 dc c8 aesenc %xmm0,%xmm1
2 libdis_test+0x5: 66 0f 38 dc 0b aesenc (%rbx),%xmm1
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c1062 lcollection_report_t dc; in report_collection_cb() local
1068 bzero(&dc, sizeof (dc)); in report_collection_cb()
1069 dc.lcol_id = lcol->lcol_id; in report_collection_cb()
1070 (void) strcpy(dc.lcol_name, lcol->lcol_name); in report_collection_cb()
1071 dc.lcol_rss = lcol->lcol_rss; in report_collection_cb()
1072 dc.lcol_image_size = lcol->lcol_image_size; in report_collection_cb()
1073 dc.lcol_rss_cap = lcol->lcol_rss_cap; in report_collection_cb()
1074 dc.lcol_stat = lcol->lcol_stat; in report_collection_cb()
1076 if (write(fd, &dc, sizeof (dc)) == sizeof (dc)) { in report_collection_cb()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c436 inline_type(declaration *dc, int *size) in inline_type() argument
442 if (dc->prefix == NULL && in inline_type()
443 (dc->rel == REL_ALIAS || dc->rel == REL_VECTOR)) { in inline_type()
444 ptr = find_type(dc->type); in inline_type()
455 arraysize(char *sz, declaration *dc, int elsize) in arraysize() argument
489 len = strlen(dc->array_max) + (elsize == 1 ? 0 : digits + 5) + 1; in arraysize()
499 plus, dc->array_max); in arraysize()
502 plus, dc->array_max, elsize); in arraysize()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c315 door_cred(door_cred_t *dc) in door_cred() argument
325 dc->dc_euid = ucred_geteuid(ucp); in door_cred()
326 dc->dc_ruid = ucred_getruid(ucp); in door_cred()
327 dc->dc_egid = ucred_getegid(ucp); in door_cred()
328 dc->dc_rgid = ucred_getrgid(ucp); in door_cred()
329 dc->dc_pid = ucred_getpid(ucp); in door_cred()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_door.c723 door_cred_t dc; in __svc_get_door_cred() local
725 if (door_cred(&dc) < 0) in __svc_get_door_cred()
727 lcred->euid = dc.dc_euid; in __svc_get_door_cred()
728 lcred->egid = dc.dc_egid; in __svc_get_door_cred()
729 lcred->ruid = dc.dc_ruid; in __svc_get_door_cred()
730 lcred->rgid = dc.dc_rgid; in __svc_get_door_cred()
731 lcred->pid = dc.dc_pid; in __svc_get_door_cred()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c882 wcat_t *dc; in glob3() local
901 dc = pathend; in glob3()
904 while (dc < pathend_last) { in glob3()
908 dc->w_at = 0; in glob3()
909 dc->w_wc = EOS; in glob3()
913 dc->w_at = 0; in glob3()
914 dc->w_wc = w; in glob3()
916 dc++; in glob3()
920 if (dc >= pathend_last) { in glob3()
921 dc->w_at = 0; in glob3()
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc80 event ereport.chassis.device.psu.dc-fail@psu;
81 event ereport.chassis.device.psu.dc-oc@psu;
82 event ereport.chassis.device.psu.dc-ov@psu;
83 event ereport.chassis.device.psu.dc-uv@psu;
260 ereport.chassis.device.psu.dc-fail@psu,
261 ereport.chassis.device.psu.dc-ov@psu,
262 ereport.chassis.device.psu.dc-uv@psu,
263 ereport.chassis.device.psu.dc-oc@psu,
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-cpL_varied_recsize.ksh180 for opts in -dc -dcp -dcL -dcpL; do
188 for opts in -dc -dL -dcp -dcL -dpL -dcpL; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh218 typeset dc=""
241 dc="/delete_child"
252 new_acl=${new_acl}${dc}
/illumos-gate/usr/src/cmd/cal/
H A DMakefile31 DCFILE= $(PROG).dc
/illumos-gate/usr/src/cmd/write/
H A DMakefile30 DCFILE= $(PROG).dc

1234567