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

1 2 3 4 5 6 7 8

  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
rpc_comdata1.c 42 #include <sys/select.h>
61 #include <sys/select.h>
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
RootWindow.java 41 public void select(); method in interface:RootWindow
RWHelper.java 44 public void select(); method in interface:RWHelper
TextList.java 95 public void select(int index) { method in class:TextList
96 view.select(index);
99 public void select(String item) { method in class:TextList
100 view.select(item);
CLChoice.java 81 select(selectedIndex);
93 select(selectedItem);
108 select(selectedItem);
169 select(0);
171 select(selectedIndex-1);
189 public void select(int index) { method in class:CLChoice
190 select(index, null); method
193 public void select(String item) { method in class:CLChoice
216 select(index, selItem); method
219 private void select(int index, String selItem) method in class:CLChoice
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
RootObserver.java 56 public void select(AttributeManager mgr); method in interface:RootObserver
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/os/
os_sleep.c 20 #include <sys/select.h>
58 return (select(0, NULL, NULL, NULL, &t) == -1 ? errno : 0);
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
ArcEngine.h 30 SelectOneArcDirector(const Vector<StringC> &select, EventHandler &eh)
31 : select_(select), eh_(&eh) { }
  /onnv/onnv-gate/usr/src/uts/common/sys/
select.h 65 * of <sys/select.h> in <signal.h> under certain conditions.
90 * Select uses bit masks of file descriptors in longs.
103 #pragma redefine_extname select select_large_fdset
108 #define select select_large_fdset macro
168 extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD,
178 extern int select();
pm.h 124 int select; /* Selects the component or dependent */ member in struct:__anon8030
201 int select; /* Selects the component or dependent */ member in struct:__anon8032
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
scandir.c 27 * Scan the directory dirname calling select to make a list of selected
39 int (*select)(), int (*dcomp)())
64 if (select != NULL && !(*select)(d))
  /onnv/onnv-gate/usr/src/uts/intel/io/intel_nhm/
intel_nhm.h 74 #define MC_COR_ECC_CNT_RD(cpu, select) \
75 nhm_pci_getl(SOCKET_BUS(cpu), 3, 2, 0x80 + ((select) * 4), 0)
78 #define MC_DOD_RD(cpu, channel, select) \
79 nhm_pci_getl(SOCKET_BUS(cpu), (channel) + 4, 1, 0x48 + ((select) * 4), 0)
80 #define MC_SAG_RD(cpu, channel, select) \
81 nhm_pci_getl(SOCKET_BUS(cpu), (channel) + 4, 1, 0x80 + ((select) * 4), 0)
82 #define MC_RIR_LIMIT_RD(cpu, channel, select) \
83 nhm_pci_getl(SOCKET_BUS(cpu), (channel) + 4, 2, 0x40 + ((select) * 4), 0)
84 #define MC_RIR_WAY_RD(cpu, channel, select) \
85 nhm_pci_getl(SOCKET_BUS(cpu), (channel) + 4, 2, 0x80 + ((select) * 4), 0
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
scandir.c 47 * Scan the directory dirname calling select to make a list of selected
75 int (*select)(const struct dirent64 *),
104 if (select != NULL && !(*select)(d))
160 int (*select)(const struct dirent *),
189 if (select != NULL && !(*select)(d))
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/
scandir.c 45 * Scan the directory dirname calling select to make a list of selected
73 int (*select)(struct direct64 *),
100 if (select != NULL && !(*select)(d))
140 int (*select)(struct direct *),
170 if (select != NULL && !(*select)(d))
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
TextListShadow.java 144 list.select(index);
151 list.select(items[i]);
155 list.select(items[0]);
157 list.select(null);
  /onnv/onnv-gate/usr/src/lib/print/libhttp-core/common/
http-private.h 46 * select() for large numbers of file descriptors.
52 # include <sys/select.h>
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
ssh.h 34 # include <sys/select.h>
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
ctl_transact.c 105 while ((nready = select(32, (fd_set *)&read_mask,
140 nready = select(32, (fd_set *)&read_mask, 0, 0, &wait);
  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
version.c 143 Dbg_ver_avail_entry(Lm_list *lml, Ver_index *vip, const char *select)
148 if (select) {
151 vip->vi_name, select);
154 vip->vi_name, select);
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
ChoiceShadow.java 153 choice.select(i);
159 choice.select(0);
ListShadow.java 195 select((List)body, (String)value); method
203 select(list, items[i]); method
207 select(list, items[0]); method
209 select(list, null); method
216 private void select(List list, String s) { method in class:ListShadow
227 list.select(i);
  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tvsleep.c 32 # include <sys/select.h>
81 if (select(0, NiL, NiL, NiL, &stv) < 0)
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
util.c 1509 ushort_t select = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
disp_major_status.c 47 #define GSS_ERROR_STR(value, array, select, min, max, num) \
48 (((select(value) < (min)) || (select(value) > (max))) ? NULL : \
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
poll.c 9 * kernels < v2.1.23) try to emulate it as closely as possible using select()
33 #include <sys/select.h>
91 err = select(n+1,&rfd,&wfd,&efd,tbuf);

Completed in 2340 milliseconds

1 2 3 4 5 6 7 8