HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 1 - 25 of 1887) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
prtelement.c 35 prtelement(FILE *fp, id_info_t *id)
75 id->id_pid,
76 id->id_uid,
77 id->id_taskid,
78 id->id_projid,
79 id->id_psetid,
80 id->id_usr,
81 id->id_sys,
82 id->id_ttime,
83 id->id_tpftime
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/crt/sparc/
_ftou.c 34 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...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/crt/
_ftou.c 38 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...]
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/crt/
_ftou.c 38 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...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
ktadd.c 33 krb5_kt_add_entry (krb5_context context, krb5_keytab id, krb5_keytab_entry *entry)
35 if (id->ops->add)
36 return (*id->ops->add)(context, id, entry);
ktremove.c 33 krb5_kt_remove_entry (krb5_context context, krb5_keytab id, krb5_keytab_entry *entry)
35 if (id->ops->remove)
36 return (*id->ops->remove)(context, id, entry);
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
_insdelln.c 49 insdelln(int id)
51 return (winsdelln(stdscr, id));
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
fru_HDD0.info 65 #ifndef id
66 #define id(s) #ident s
68 id("%Z%%M% %I% %E% SMI")
fru_HDD1.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_HDD2.info 67 #ifndef id
68 #define id(s) #ident s
70 id("%Z%%M% %I% %E% SMI")
fru_HDD3.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_HDD4.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_HDD5.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_HDD6.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_HDD7.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_SC.info 68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
fru_usb-a-1.info 68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
fru_usb-a-2.info 68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
fru_usb-a-3.info 68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
fru_usb-a-4.info 68 #ifndef id
69 #define id(s) #ident s
71 id("%Z%%M% %I% %E% SMI")
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
fru_HDD0.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_HDD1.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_HDD2.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_HDD3.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")
fru_SC.info 66 #ifndef id
67 #define id(s) #ident s
69 id("%Z%%M% %I% %E% SMI")

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>