Home
last modified time | relevance | path

Searched defs:d (Results 226 – 250 of 993) sorted by relevance

12345678910>>...40

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-array.c24 int d[4][5]; variable
H A Dtest-int.c24 short d; variable
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dlround.c48 double d; in lround() member
H A Dfmax.c47 double d; in __fmax() member
H A Dround.c38 double d; in round() member
H A Dtrunc.c38 double d; in trunc() member
H A Dfmin.c50 double d; in __fmin() member
H A Dllrint.c57 double d; in llrint() member
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dunexamined-base-type.c12 static void bar(struct s *d, struct s *s1, struct s *s2) in bar()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_switch.c10 struct foo *d; variable
H A Dsm_switch2.c8 struct foo *d; variable
H A Dsizeof-incomplete-type.c5 char d[sizeof(struct s)]; member
H A Dsm_compare12.c15 int d = frob(); in options_write() local
H A Dsm_select.c9 struct foo *d; variable
H A Dinit-char-array1.c17 char d[1/(sizeof(x) == 5)]; in f() local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drecallocarray.c57 size_t d = oldsize - newsize; in recallocarray() local
H A Dpriv_str_xlate.c54 priv_data_t *d; in priv_basic() local
172 priv_data_t *d, in __priv_set_to_str()
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c274 char *d; in __nis_nextsep_of() local
321 char *d; in nis_domain_of() local
346 const char *d = __nis_nextsep_of((char *)s); in nis_leaf_of_r() local
390 char *d; in nis_name_of_r() local
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java61 ProbeDescription d = p.getEnabledProbeDescription(); in getString() local
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.bitfield.d34 int d:2; member
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dstrptr.c39 Elf_Data *d; in elf_strptr() local
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c1550 uint8_t *h, *d; in pci_config_rep_rd8() local
1586 uint16_t *h, *d; in pci_config_rep_rd16() local
1622 uint32_t *h, *d; in pci_config_rep_rd32() local
1656 uint8_t *h, *d; in pci_config_rep_wr8() local
1689 uint16_t *h, *d; in pci_config_rep_wr16() local
1722 uint32_t *h, *d; in pci_config_rep_wr32() local
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h567 #define DEV_IS_ALLUNIT(d) (((d) & SBD_DEV_UNITMASK) == 0) argument
568 #define _DEV_IS_ALLTYPE(d) (((d) & SBD_DEV_TYPEMASK) == 0) argument
569 #define DEV_IS_ALLBOARD(d) (DEV_IS_ALLUNIT(d) && _DEV_IS_ALLTYPE(d)) argument
570 #define DEV_IS_CPU(d) ((d) & SBD_DEV_CPU) argument
571 #define DEV_IS_MEM(d) ((d) & SBD_DEV_MEM) argument
572 #define DEV_IS_IO(d) ((d) & SBD_DEV_IO) argument
573 #define DEV_IS_ALLCPU(d) (DEV_IS_ALLUNIT(d) && DEV_IS_CPU(d)) argument
574 #define DEV_IS_ALLMEM(d) (DEV_IS_ALLUNIT(d) && DEV_IS_MEM(d)) argument
575 #define DEV_IS_ALLIO(d) (DEV_IS_ALLUNIT(d) && DEV_IS_IO(d)) argument
576 #define DEV2UNIT(d) \ argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfcvt.c282 { Sfdouble_t d; local
454 { reg double d; local
/illumos-gate/usr/src/boot/libsa/
H A Dnetif.c76 int d, i; in netif_init() local
105 int d, u, s; in netif_select() local

12345678910>>...40