Searched refs:mode (Results 876 - 900 of 1589) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h175 uint16_t setuplen, uint16_t mode,
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.h125 uint32_t mode:2; member in struct:each_logical_lun_data
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h112 unsigned int mode; /* selects MC5 width */ member in struct:mc5_params
/illumos-gate/usr/src/uts/common/os/
H A Ddriver.c562 cdev_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, struct cred *cred, argument
568 return ((*cb->cb_ioctl)(dev, cmd, arg, mode, cred, rvalp));
573 size_t *maplen, uint_t mode)
578 return ((*cb->cb_devmap)(dev, dhp, off, len, maplen, mode));
572 cdev_devmap(dev_t dev, devmap_cookie_t dhp, offset_t off, size_t len, size_t *maplen, uint_t mode) argument
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dniu.c306 /* set mii mode */
321 /* set gmii mode */
399 /* Set promiscuous mode for a GbE interface */
402 unm_niu_prom_mode_t mode)
438 /* now set promiscuous mode */
440 if (mode == UNM_NIU_PROMISCOUS_MODE)
550 unm_niu_prom_mode_t mode)
603 /* now set promiscuous mode */
607 if (mode == UNM_NIU_PROMISCOUS_MODE) {
609 } else { /* FIXME use the correct mode valu
401 unm_niu_set_promiscuous_mode(struct unm_adapter_s *adapter, unm_niu_prom_mode_t mode) argument
549 unm_niu_xg_set_promiscuous_mode(struct unm_adapter_s *adapter, unm_niu_prom_mode_t mode) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c446 ppm_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cred_p, argument
456 PPMD(D_IOCTL, ("%s: dev 0x%lx, cmd 0x%x, mode 0x%x\n",
457 str, dev, cmd, mode))
466 STRUCT_INIT(dpwr, mode);
468 STRUCT_SIZE(dpwr), mode);
527 STRUCT_SIZE(dpwr), mode);
545 STRUCT_INIT(bydev, mode);
547 STRUCT_SIZE(bydev), mode);
597 STRUCT_INIT(bydom, mode);
599 STRUCT_SIZE(bydom), mode);
765 int mode; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_ioctl.h44 int hermon_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp,
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_ioctl.h44 int tavor_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp,
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h164 static int umad_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h147 int dcam_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.h44 int db_lock_mode; /* Last lock mode, e.g. greatest*/
165 int mode );
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_pri.c591 ds_pri_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, argument
605 if (!(mode & FREAD))
638 if (ddi_copyout(&info, (void *)arg, sizeof (info), mode) != 0)
647 mode) != 0)
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/sun4u/io/i2c/clients/
H A Dpca9556.c38 #include <sys/mode.h>
212 * been suspended, perform the following i2c transfers in poll-mode.
460 * resumed yet, perform the following i2c transfers in poll-mode.
601 pca9556_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, argument
638 sizeof (i2c_gpio_t), mode) != DDI_SUCCESS) {
718 sizeof (i2c_gpio_t), mode);
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c98 static int write_temp_file(char *text, mode_t mode, char **file);
1254 * @param mode
1266 mode_t mode,
1298 if (mode != 0) {
1299 if (chmod(*file, mode)) {
1264 write_temp_file( char *text, mode_t mode, char **file) argument
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c28 #include <sys/mode.h>
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c616 acpi_video_ioctl(void *p, int cmd, intptr_t arg, int mode, cred_t *cr, argument
714 acpi_drv_hotkey_ioctl(int cmd, intptr_t arg, int mode, cred_t *cr, argument
721 return (acpi_video_ioctl(htkp->acpi_video, cmd, arg, mode,
725 return (htkp->vendor_ioctl(htkp, cmd, arg, mode, cr, rval));
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c58 /* True when the debug mode is turned on, and false
788 grub_printf (" Debug mode is turned off\n");
793 grub_printf (" Debug mode is turned on\n");
805 "Turn on/off the debug mode."
1138 * This call does not explicitly initialize graphics mode, but rather
1139 * simply sets the terminal type unless we're in command line mode and
1140 * call this function while in terminal mode.
1155 "Load FILE as the background image when in graphics mode."
1185 "Sets the foreground color when in graphics mode."
1215 "Sets the background color when in graphics mode
5209 struct vbe_mode mode; local
5477 struct vbe_mode mode; local
[all...]
H A Dfsys_iso9660.c245 file_type = ((rr_ptr.rr->u.px.mode.l & POSIX_S_IFMT)
248 : ((rr_ptr.rr->u.px.mode.l & POSIX_S_IFMT)
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-388-gp.dts134 phy-mode = "rgmii-id";
153 phy-mode = "rgmii-id";
H A Dvybrid.dtsi268 phy-mode = "rmii";
288 phy-mode = "rmii";
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1427 * fork and exec cmd(argv) according to mode:
1443 cmdopen(cmd, argv, mode, fp)
1446 char *mode;
1454 switch (*mode) {
1515 return (cmdproc[proc].fp = fdopen(pio[usrfd], mode));
1927 static uint_t nowho; /* No who for this mode (DOS kludge) */
1930 * Read an ASCII string containing the symbolic/octal mode and
1946 int mode; local
1948 mode = 0;
1950 mode
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c552 int (*mf)() = match, mode = 0; local
556 mode = 1;
565 pfa = makedfa(t, mode);
1606 int mode; /* '|', 'a', 'w' */ member in struct:__anon36
1636 if (a == files[i].mode ||
1637 a == APPEND && files[i].mode == GT) {
1667 files[i].mode = m;
1688 if (files[i].mode == '|' || files[i].mode == LE)
1717 if (files[i].mode
[all...]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c686 nge_mode_cntl mode; local
708 mode.mode_val = nge_reg_get32(ngep, NGE_MODE_CNTL);
709 mode.mode_bits.dma_dis = NGE_SET;
710 mode.mode_bits.desc_type = ngep->desc_mode;
711 nge_reg_put32(ngep, NGE_MODE_CNTL, mode.mode_val);
715 mode.mode_val = nge_reg_get32(ngep, NGE_MODE_CNTL);
716 if (mode.mode_bits.dma_status == NGE_SET)
781 mode.mode_val = nge_reg_get32(ngep, NGE_MODE_CNTL);
782 mode.mode_bits.bm_reset = NGE_SET;
783 mode
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c213 HBA_ADAPTERATTRIBUTES *attrs, int mode) {
220 (mode == INITIATOR_MODE) ? "Initiator" : "Target");
212 printHBAPortInfo(HBA_PORTATTRIBUTES *port, HBA_ADAPTERATTRIBUTES *attrs, int mode) argument

Completed in 232 milliseconds

<<31323334353637383940>>