Searched refs:id (Results 1 - 25 of 1769) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A D_ftou.c34 int id; local
37 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
44 id = 0x80000000 | (int) (d - 2147483648.0);
46 id = (int) d;
47 return (unsigned) id;
56 int id; local
59 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
66 id = 0x80000000 | (int) (d - 2147483648.0);
68 id = (int) d;
69 return (unsigned) id;
[all...]
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_ftou.c38 int id; local
41 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
48 id = 0x80000000 | (int)(d - 2147483648.0);
50 id = (int)d;
51 return ((unsigned)id);
59 int id; local
61 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
68 id = 0x80000000 | (int)(d - 2147483648.0);
70 id = (int)d;
71 return ((unsigned)id);
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D_ftou.c38 int id; local
41 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
48 id = 0x80000000 | (int)(d - 2147483648.0);
50 id = (int)d;
51 return ((unsigned)id);
59 int id; local
61 * id = d is correct if 0 <= d < 2**31, and good enough if d is NaN
68 id = 0x80000000 | (int)(d - 2147483648.0);
70 id = (int)d;
71 return ((unsigned)id);
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktadd.c33 krb5_kt_add_entry (krb5_context context, krb5_keytab id, krb5_keytab_entry *entry) argument
35 if (id->ops->add)
36 return (*id->ops->add)(context, id, entry);
H A Dktremove.c33 krb5_kt_remove_entry (krb5_context context, krb5_keytab id, krb5_keytab_entry *entry) argument
35 if (id->ops->remove)
36 return (*id->ops->remove)(context, id, entry);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dfastboot_impl.h43 #define fastboot_nosup_msg(id, str) id,
44 #define fastboot_nosup_msg_end(id) id
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_insdelln.c49 insdelln(int id) argument
51 return (winsdelln(stdscr, id));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_HDD0.info65 #ifndef id
66 #define id(s) #ident s
68 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD1.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD2.info67 #ifndef id
68 #define id(s) #ident s
70 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD3.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD4.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD5.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD6.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD7.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_SC.info68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
H A Dfru_usb-a-1.info68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
H A Dfru_usb-a-2.info68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
H A Dfru_usb-a-3.info68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
H A Dfru_usb-a-4.info68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A Dfru_HDD0.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD1.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD2.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_HDD3.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
H A Dfru_SC.info66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")

Completed in 94 milliseconds

1234567891011>>