Searched refs:selection (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_devdb.h35 char *selection; member in struct:usba_configrec
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c192 cfgrec->selection =
300 if (rec->selection) {
301 kobj_free_string(rec->selection, strlen(rec->selection) + 1);
498 if ((user_rec->selection == NULL) ||
499 (strcasecmp(user_rec->selection,
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c47 char *selection; member in struct:usb_configrec
65 { "selection", USB_SELECTION },
540 user_rec->selection =
716 free(rec->selection);
725 add_entry(char *selection, int vid, int pid, int cfgndx, char *srno, argument
750 cfgrec.selection = selection;
822 (void) snprintf(str, MAXLINESIZE, "selection=%s idVendor=0x%x "
824 (cfgrec.selection) ? cfgrec.selection
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dmsg_impl.h64 msgq_wakeup_t *(*selection)(); member in struct:msg_select
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h276 static void writemsg(int selection, struct filed *f);
H A Dsyslogd.c1737 writemsg(int selection, struct filed *f) argument
1759 switch (selection) {
/illumos-gate/usr/src/cmd/ls/
H A Dls.c245 static void selection(int *);
1473 selection(*mp);
1477 selection(int *pairp) function
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c220 * for that type of message. This selection process rotates between
1269 wakeup = walker->selection(qp, msg_hash, type);
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh392 file=$(zenity --file-selection \
1155 # User picked cancel or no selection

Completed in 115 milliseconds