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

1 2 3 4 5 6 7 8 91011>>

  /systemz/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
ProcessDataModel.java 164 keyValTab.put(WAITCPUTIME_KEY,
166 keyValTab.put(USERMODETIME_KEY,
168 keyValTab.put(SYSTEMMODETIME_KEY,
170 keyValTab.put(SYSTEMTRAPTIME_KEY,
172 keyValTab.put(TEXTPAGEFAULTSLEEPTIME_KEY,
174 keyValTab.put(DATAPAGEFAULTSLEEPTIME_KEY,
176 keyValTab.put(SYSTEMPAGEFAULTSLEEPTIME_KEY,
178 keyValTab.put(USERLOCKWAITSLEEPTIME_KEY,
180 keyValTab.put(OTHERSLEEPTIME_KEY,
182 keyValTab.put(STOPPEDTIME_KEY
    [all...]
  /systemz/sirius/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
ProcessDataModel.java 164 keyValTab.put(WAITCPUTIME_KEY,
166 keyValTab.put(USERMODETIME_KEY,
168 keyValTab.put(SYSTEMMODETIME_KEY,
170 keyValTab.put(SYSTEMTRAPTIME_KEY,
172 keyValTab.put(TEXTPAGEFAULTSLEEPTIME_KEY,
174 keyValTab.put(DATAPAGEFAULTSLEEPTIME_KEY,
176 keyValTab.put(SYSTEMPAGEFAULTSLEEPTIME_KEY,
178 keyValTab.put(USERLOCKWAITSLEEPTIME_KEY,
180 keyValTab.put(OTHERSLEEPTIME_KEY,
182 keyValTab.put(STOPPEDTIME_KEY
    [all...]
  /systemz/systemz/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
ProcessDataModel.java 160 keyValTab.put(WAITCPUTIME_KEY,
162 keyValTab.put(USERMODETIME_KEY,
164 keyValTab.put(SYSTEMMODETIME_KEY,
166 keyValTab.put(SYSTEMTRAPTIME_KEY,
168 keyValTab.put(TEXTPAGEFAULTSLEEPTIME_KEY,
170 keyValTab.put(DATAPAGEFAULTSLEEPTIME_KEY,
172 keyValTab.put(SYSTEMPAGEFAULTSLEEPTIME_KEY,
174 keyValTab.put(USERLOCKWAITSLEEPTIME_KEY,
176 keyValTab.put(OTHERSLEEPTIME_KEY,
178 keyValTab.put(STOPPEDTIME_KEY
    [all...]
  /systemz/betelgeuse/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
ProcessDataModel.java 160 keyValTab.put(WAITCPUTIME_KEY,
162 keyValTab.put(USERMODETIME_KEY,
164 keyValTab.put(SYSTEMMODETIME_KEY,
166 keyValTab.put(SYSTEMTRAPTIME_KEY,
168 keyValTab.put(TEXTPAGEFAULTSLEEPTIME_KEY,
170 keyValTab.put(DATAPAGEFAULTSLEEPTIME_KEY,
172 keyValTab.put(SYSTEMPAGEFAULTSLEEPTIME_KEY,
174 keyValTab.put(USERLOCKWAITSLEEPTIME_KEY,
176 keyValTab.put(OTHERSLEEPTIME_KEY,
178 keyValTab.put(STOPPEDTIME_KEY
    [all...]
  /systemz/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
QualifierImpl.java 68 attributes.put(KEYWORD, keyword);
69 attributes.put(READONLY, new Boolean(readOnly));
70 attributes.put(HIDDEN, new Boolean(hidden));
71 attributes.put(TYPE, type);
84 attributes.put(attribute, value);
  /systemz/sirius/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
QualifierImpl.java 68 attributes.put(KEYWORD, keyword);
69 attributes.put(READONLY, new Boolean(readOnly));
70 attributes.put(HIDDEN, new Boolean(hidden));
71 attributes.put(TYPE, type);
84 attributes.put(attribute, value);
  /systemz/systemz/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
QualifierImpl.java 68 attributes.put(KEYWORD, keyword);
69 attributes.put(READONLY, new Boolean(readOnly));
70 attributes.put(HIDDEN, new Boolean(hidden));
71 attributes.put(TYPE, type);
84 attributes.put(attribute, value);
  /systemz/betelgeuse/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
QualifierImpl.java 68 attributes.put(KEYWORD, keyword);
69 attributes.put(READONLY, new Boolean(readOnly));
70 attributes.put(HIDDEN, new Boolean(hidden));
71 attributes.put(TYPE, type);
84 attributes.put(attribute, value);
  /systemz/usr/src/lib/libxcurses2/src/libc/wide/
wio_put.c 54 * The function referenced by "put" is passed a byte value and the
64 if (wio == NULL || wio->put == (int (*)(int, void *)) NULL) {
88 if ((*wio->put)(*ptr, wio->object) == EOF)
  /systemz/sirius/usr/src/lib/libxcurses2/src/libc/wide/
wio_put.c 54 * The function referenced by "put" is passed a byte value and the
64 if (wio == NULL || wio->put == (int (*)(int, void *)) NULL) {
88 if ((*wio->put)(*ptr, wio->object) == EOF)
  /systemz/systemz/usr/src/lib/libxcurses2/src/libc/wide/
wio_put.c 54 * The function referenced by "put" is passed a byte value and the
64 if (wio == NULL || wio->put == (int (*)(int, void *)) NULL) {
88 if ((*wio->put)(*ptr, wio->object) == EOF)
  /systemz/betelgeuse/usr/src/lib/libxcurses2/src/libc/wide/
wio_put.c 54 * The function referenced by "put" is passed a byte value and the
64 if (wio == NULL || wio->put == (int (*)(int, void *)) NULL) {
88 if ((*wio->put)(*ptr, wio->object) == EOF)
  /systemz/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
Mod_EUCJP.pm 20 sub put { print shift->{str}; } subroutine
  /systemz/usr/src/lib/libxcurses/h/
m_wio.h 49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon12519
  /systemz/usr/src/lib/libxcurses2/h/
m_wio.h 49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon12533
  /systemz/usr/src/uts/common/sys/hotplug/pci/
pciehpc.h 44 uint_t (*put)(void *cookie, off_t offset, uint_t val); member in struct:pciehpc_regops
  /systemz/sirius/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
Mod_EUCJP.pm 20 sub put { print shift->{str}; } subroutine
  /systemz/sirius/usr/src/lib/libxcurses/h/
m_wio.h 49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon3979
  /systemz/sirius/usr/src/lib/libxcurses2/h/
m_wio.h 49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon3993
  /systemz/sirius/usr/src/uts/common/sys/hotplug/pci/
pciehpc.h 44 uint_t (*put)(void *cookie, off_t offset, uint_t val); member in struct:pciehpc_regops
  /systemz/systemz/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
Mod_EUCJP.pm 20 sub put { print shift->{str}; } subroutine
  /systemz/systemz/usr/src/lib/libxcurses/h/
m_wio.h 49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon4299
  /systemz/systemz/usr/src/lib/libxcurses2/h/
m_wio.h 49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon4313
  /systemz/systemz/usr/src/uts/common/sys/hotplug/pci/
pciehpc.h 44 uint_t (*put)(void *cookie, off_t offset, uint_t val); member in struct:pciehpc_regops
  /systemz/betelgeuse/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
Mod_EUCJP.pm 20 sub put { print shift->{str}; } subroutine

Completed in 3420 milliseconds

1 2 3 4 5 6 7 8 91011>>