Searched defs:mode (Results 426 - 450 of 1040) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch.c233 av1394_isoch_ioctl(av1394_inst_t *avp, int cmd, intptr_t arg, int mode, argument
240 ret = av1394_ioctl_isoch_init(avp, (void *)arg, mode);
243 ret = av1394_ioctl_isoch_fini(avp, (void *)arg, mode);
246 ret = av1394_ioctl_start(avp, (void *)arg, mode);
249 ret = av1394_ioctl_stop(avp, (void *)arg, mode);
252 ret = av1394_ioctl_recv(avp, (void *)arg, mode);
255 ret = av1394_ioctl_xmit(avp, (void *)arg, mode);
258 ret = av1394_ioctl_plug_init(avp, (void *)arg, mode);
261 ret = av1394_ioctl_plug_fini(avp, (void *)arg, mode);
264 ret = av1394_ioctl_plug_reg_read(avp, (void *)arg, mode);
535 av1394_ioctl_isoch_init(av1394_inst_t *avp, void *arg, int mode) argument
606 av1394_ioctl_isoch_fini(av1394_inst_t *avp, void *arg, int mode) argument
622 av1394_ioctl_start(av1394_inst_t *avp, void *arg, int mode) argument
639 av1394_ioctl_stop(av1394_inst_t *avp, void *arg, int mode) argument
655 av1394_ioctl_recv(av1394_inst_t *avp, void *arg, int mode) argument
697 av1394_ioctl_xmit(av1394_inst_t *avp, void *arg, int mode) argument
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c77 57600, /* vid mode 0 */
78 153600, /* vid mode 1 */
79 460800, /* vid mode 2 */
80 614400, /* vid mode 3 */
81 921600, /* vid mode 4 */
82 307200 /* vid mode 5 */
855 dcam_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cred_p, argument
876 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32)
886 sizeof (dcam1394_reg_io_t), mode)) {
897 sizeof (dcam1394_reg_io_t), mode)) {
[all...]
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c219 ath_setcurmode(ath_t *asc, enum ieee80211_phymode mode) argument
227 rt = asc->asc_rates[mode];
235 asc->asc_curmode = mode;
242 asc->asc_protrix = (mode == IEEE80211_MODE_11G ? 1 : 0);
245 /* Set correct parameters for a certain mode */
260 "mode =%d RX filter 0x%x, MC filter %08x:%08x\n",
447 enum ieee80211_phymode mode; local
453 mode = ieee80211_chan2mode(ic, chan);
454 if (mode != asc->asc_curmode)
455 ath_setcurmode(asc, mode);
[all...]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3.c528 cpqary3_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, argument
572 return (scsi_hba_ioctl(dev, cmd, arg, mode, credp, retvaluep));
580 cpqary3_ioctl_driver_info(arg, mode);
585 cpqary3_ioctl_ctlr_info(arg, cpqary3p, mode);
590 cpqary3_ioctl_bmic_pass(arg, cpqary3p, mode);
595 cpqary3_ioctl_scsi_pass(arg, cpqary3p, mode);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c1025 int mode,
1033 (void)mode;
1022 BnxeCbIoctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t * credp, int * rvalp) argument
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_mac.c284 mac_set_ifs(struct cmac *mac, u32 mode) argument
287 MAC_REG_IFS(mac->instance->index), mode);
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c105 static int fcoet_ioctl(dev_t dev, int cmd, intptr_t data, int mode,
407 fcoet_ioctl(dev_t dev, int cmd, intptr_t data, int mode, argument
/illumos-gate/usr/src/uts/common/os/
H A Dpriv.c571 priv_proc_cred_perm(const cred_t *scr, proc_t *tp, cred_t **pcr, int mode) argument
603 if (!(mode & VWRITE)) {
620 !idsmatch && secpolicy_proc_owner(scr, tcr, mode) != 0)
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c655 xenbusdrv_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cr, argument
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c128 pcitool_set_intr(dev_info_t *dip, void *arg, int mode) argument
141 if (ddi_copyin(arg, &iset, copyinout_size, mode) != DDI_SUCCESS)
150 if (ddi_copyin(arg, &iset, copyinout_size, mode) != DDI_SUCCESS)
257 if (ddi_copyout(&iset, arg, copyinout_size, mode) != DDI_SUCCESS)
275 pcitool_get_intr(dev_info_t *dip, void *arg, int mode) argument
292 if (ddi_copyin(arg, &partial_iget, PCITOOL_IGET_SIZE(0), mode) !=
362 if (ddi_copyin(arg, iget, iget_kmem_alloc_size, mode) !=
435 PCITOOL_IGET_SIZE(num_devs_ret), mode);
448 pcitool_intr_info(dev_info_t *dip, void *arg, int mode) argument
456 if (ddi_copyin(arg, &intr_info, sizeof (pcitool_intr_info_t), mode) !
509 pcitool_intr_admn(dev_info_t *dip, void *arg, int cmd, int mode) argument
542 pcitool_bus_reg_ops(dev_info_t *dip, void *arg, int cmd, int mode) argument
933 pcitool_dev_reg_ops(dev_info_t *dip, void *arg, int cmd, int mode) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_gld.c181 * Enable or disable promiscuous mode
187 int mode; local
197 mode = 1;
198 QL_PRINT(DBG_GLD, ("%s(%d) enable promiscuous mode\n",
201 mode = 0;
202 QL_PRINT(DBG_GLD, ("%s(%d) disable promiscuous mode\n",
207 ql_set_promiscuous(qlge, mode);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_ioctl.c50 iscsi_ioctl_copyin(caddr_t arg, int mode, size_t size) argument
59 if (ddi_copyin(arg, data, size, mode) != 0) {
70 iscsi_ioctl_copyout(void *data, size_t size, caddr_t arg, int mode) argument
75 if (ddi_copyout(data, arg, size, mode) == 0) {
86 iscsi_ioctl_conn_oid_list_get_copyin(caddr_t arg, int mode) argument
96 if (ddi_copyin(arg, cl_tmp, sizeof (*cl_tmp), mode) == 0) {
119 int mode)
133 if (ddi_copyout(cl, arg, alloc_len, mode) == 0) {
118 iscsi_ioctl_conn_oid_list_get_copyout(iscsi_conn_list_t *cl, caddr_t arg, int mode) argument
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c106 usbvc_v4l2_ioctl(usbvc_state_t *usbvcp, int cmd, intptr_t arg, int mode) argument
422 if ((rv = usbvc_v4l2_dequeue_buffer(usbvcp, &buf, mode)) != 0) {
1214 int mode)
1228 if ((mode & (O_NDELAY|O_NONBLOCK)) &&
1758 parm->parm.capture.capturemode = 0; /* no high quality imaging mode */
1213 usbvc_v4l2_dequeue_buffer(usbvc_state_t *usbvcp, struct v4l2_buffer *buf, int mode) argument
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c95 static int ehci_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
622 int mode,
629 dev, cmd, arg, mode, credp, rvalp));
619 ehci_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c358 flowacct_del_obj(list_head_t *tophdr, list_hdr_t *hdr, uint_t mode) argument
384 if (mode == FLOWACCT_DEL_OBJ) {
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h43 * Variations to Sequential Access device mode header
50 bufm :3, /* buffered mode */
54 bufm :3, /* buffered mode */
74 struct mode_page mode_page; /* common mode page header */
119 struct mode_page mode_page; /* common mode page header */
148 struct mode_page mode_page; /* common mode page header */
149 uchar_t mode; /* Cache control and size */ member in struct:mode_cache_ccs
165 struct mode_page mode_page; /* common mode page header */
203 * The medium_type in the mode header must be 0x80
207 * appropriately in the mode heade
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtar.h80 * bits used in mode field
104 char mode[TMODLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtar.h80 * bits used in mode field
104 char mode[TMODLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtar.h80 * bits used in mode field
104 char mode[TMODLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtar.h80 * bits used in mode field
104 char mode[TMODLEN]; member in struct:header
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp_ioctl.c144 * mode - pass-through to ddi_copyin.
157 sp_setstatus(void *d, int mode, IOLOCK *lockp) argument
180 if (err = ddi_copyin((void *)(uintptr_t)msp->minors, minors, sz, mode))
213 * mode - pass-through to ddi_copyin.
221 sp_update_watermarks(void *d, int mode) argument
271 if (ddi_copyin((void *)(uintptr_t)mup->wmp, watermarks, wsz, mode)) {
276 if (ddi_copyin((void *)(uintptr_t)mup->osp, offsets, osz, mode)) {
363 * mode - pass-through to ddi_copyin.
370 sp_read_watermark(void *d, int mode) argument
422 sizeof (mp_watermark_t), mode)) {
446 sp_set(void *d, int mode) argument
591 sp_get(void *d, int mode, IOLOCK *lock) argument
741 sp_grow(void *d, int mode, IOLOCK *lockp) argument
911 sp_getdevs( void *d, int mode, IOLOCK *lockp ) argument
1029 sp_admin_ioctl(int cmd, void *data, int mode, IOLOCK *lockp) argument
1238 md_sp_ioctl(dev_t dev, int cmd, void *data, int mode, IOLOCK *lockp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211.c195 return; /* Not running on WPA mode */
374 * Set the current phy mode and recalculate the active channel
376 * this mode. Also select a new BSS channel if the current one
377 * is inappropriate for this mode.
382 ieee80211_setmode(ieee80211com_t *ic, enum ieee80211_phymode mode) argument
401 /* validate new mode */
402 if ((ic->ic_modecaps & (1 << mode)) == 0) {
403 ieee80211_err("ieee80211_setmode(): mode %u not supported"
404 " (caps 0x%x)\n", mode, ic->ic_modecaps);
410 * channel list before committing to the new mode
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c468 ntwdt_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, argument
494 sizeof (lom_dogstate_t), mode) != 0) {
501 sizeof (lom_dogctl_t), mode) != 0) {
569 sizeof (uint32_t), mode) != 0) {
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h45 /* LDC transport mode */
47 LDC_MODE_RAW, /* Raw mode */
48 LDC_MODE_UNRELIABLE, /* Unreliable packet mode */
50 LDC_MODE_RELIABLE /* Reliable packet mode */
72 /* LDC callback mode */
109 ldc_mode_t mode; /* channel mode */ member in struct:ldc_attr
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c421 fc_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
443 return (fc_get_parameters(dev, arg, mode, credp, rvalp));
450 return (fc_get_my_args(dev, arg, mode, credp, rvalp));
457 return (fc_run_priv(dev, arg, mode, credp, rvalp));
464 return (fc_validate(dev, arg, mode, credp, rvalp));
470 return (fc_get_fcode(dev, arg, mode, credp, rvalp));
477 return (fc_set_fcode_error(dev, arg, mode, credp, rvalp));
494 fc_get_parameters(dev_t dev, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
567 fc_get_my_args(dev_t dev, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
613 fc_run_priv(dev_t dev, intptr_t arg, int mode, cred_ argument
776 fc_validate(dev_t dev, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
828 fc_get_fcode(dev_t dev, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
891 fc_set_fcode_error(dev_t dev, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
[all...]

Completed in 109 milliseconds

<<11121314151617181920>>