Searched defs:select (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dscandir.c27 * Scan the directory dirname calling select to make a list of selected
39 int (*select)(), int (*dcomp)())
64 if (select != NULL && !(*select)(d))
38 scandir(char *dirname, struct direct *(*namelist[]), int (*select)(), int (*dcomp)()) argument
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c33 * Emulation of select() system call using poll() system call.
44 #pragma weak _select = select
52 #include <sys/select.h>
175 * select will return EBADF immediately if any fd's
180 * doing more work than select would've done.
187 * We would like to make POLLHUP available to select,
190 * dependencies on select's existing features...
285 select(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, struct timeval *tv) function
301 * when select was built upon poll(2), which has a
/illumos-gate/usr/src/uts/common/sys/
H A Dselect.h67 * of <sys/select.h> in <signal.h> under certain conditions.
95 #pragma redefine_extname select select_large_fdset
100 #define select select_large_fdset macro
159 extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD,
H A Dpm.h124 int select; /* Selects the component or dependent */ member in struct:__anon8826
201 int select; /* Selects the component or dependent */ member in struct:__anon8828
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dversion.c143 Dbg_ver_avail_entry(Lm_list *lml, Ver_index *vip, const char *select) argument
148 if (select) {
151 vip->vi_name, select);
154 vip->vi_name, select);
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py73 import re, resource, select, shutil, signal, string, struct, sys, tempfile namespace
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c226 int select; local
244 select = 1;
248 select = 0;
253 return (select);
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c406 int i, svnodes, choice, select; local
410 select = 0;
417 select++; /* we need to place at least one object */
428 if (!select)
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c82 int select; local
121 select = 0;
132 select = 1;
166 if (select) {
180 if (select)
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h286 uchar_t select : 1, member in struct:bp_element_status
357 uchar_t select : 1, member in struct:device_element
/illumos-gate/usr/src/man/man3head/
H A DMakefile68 select.h.3head \
157 select.3head \
246 select.3head := LINKSRC = select.h.3head
/illumos-gate/usr/src/man/man1/
H A DMakefile509 select.1 \
694 select.1 := LINKSRC = shell_builtins.1
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c1264 * we select the right one input for the selector.
3386 * We select the wid which has maxium gain range in
3583 * "select connection"
4019 * by w can be a pin widget or select/mixer widget. If it
4020 * is a pin widget, we already finish "select connection"
4784 * "select connection"
5478 * as the sumwidget. We select the external MIC if it is plugged into the
5483 uint8_t id, int select)
5514 if (select && pin->wid == id &&
5528 } else if (!select
5482 audiohd_select_mic(audiohd_state_t *statep, uint8_t index, uint8_t id, int select) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c233 /* bit patterns to select voltage levels */
2735 int select; local
2930 select = win * PCIC_MEM_1_OFFSET;
2933 cmn_err(CE_CONT, "\tselect=%x\n", select);
2940 * the window mapping and the offset used to select
2951 /* need to select register set */
2952 select = PCIC_MEM_1_OFFSET * win;
2955 PCIC_SYSMEM_0_STARTLOW + select,
2958 PCIC_SYSMEM_0_STARTHI + select,
3067 pcic_putb(pcic, socket, PCIC_SYSMEM_0_STOPLOW + select,
3558 int select; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c1336 * the following infrastructure exists to allow this variety and to select the
1453 ushort_t select = 0; local
1466 select |= SEL_PERMANT;
1468 select |= SEL_REPLACE;
1481 select |= SEL_ACT_STR;
1482 str = (select & SEL_REPLACE) ? &rpl_audit : &prm_audit;
1491 select |= SEL_ACT_SPEC_2;
1502 select |= SEL_ACT_RT2;
1507 select |= SEL_ACT_RT2;
1517 select |
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c375 * VOTE Compare votes and select one.
1042 idn_master_select_t select; local
1077 select = master_select_table[lindex][rindex];
1083 * and GLOCK if it doesn't select a master, unless a
1086 switch (select) {
1237 proc, (int)select);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3289 * Description: This routine attempts to select descriptor sense format
3295 * presumably the mode select will fail. Everything will
3380 "sd_enable_descr_sense: mode select ctrl page failed\n");
9428 * we get all of the mode sense data otherwise, the mode select
9490 * Construct select buffer length based on the
9517 /* Clear reserved bits before mode select. */
9521 * Clear out mode header for mode select.
9536 /* Issue mode select to change the cache settings */
9583 * do mode select to clear wce
9590 * do mode select t
26896 uchar_t *select = NULL; local
27083 uchar_t *select = NULL; local
28436 uchar_t *select; local
29022 uchar_t *select; local
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1664 __u32 select:1; member in struct:cpl_rte_read_rpl
1666 __u32 select:1; member in struct:cpl_rte_read_rpl

Completed in 178 milliseconds