Searched refs:mode (Results 1051 - 1075 of 1589) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfwr.c143 { if(f->mode != SF_WRITE && _sfmode(f,SF_WRITE,0) < 0 )
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.s61 ! (we know wbuf is empty since we came from user mode)
104 ! (we know wbuf is empty since we came from user mode)
197 ! (we know wbuf is empty since we came from user mode)
240 ! (we know wbuf is empty since we came from user mode)
/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/sun4u/io/
H A Dsbbc.c1123 sbbc_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, argument
1152 sizeof (struct ssc_sbbc_regio), mode)) {
1192 sizeof (struct ssc_sbbc_regio), mode)) {
1219 sbbcregs.len, mode)) {
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.s60 ! (we know wbuf is empty since we came from user mode)
103 ! (we know wbuf is empty since we came from user mode)
194 ! (we know wbuf is empty since we came from user mode)
237 ! (we know wbuf is empty since we came from user mode)
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_irq.c229 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32) {
H A Dradeon_mem.c255 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32) {
H A Dradeon_state.c1707 drm_radeon_tex_image_t *image, int mode)
1822 if (ddi_model_convert_from(mode & FMODELS) ==
2223 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32) {
2537 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32) {
2582 ret = radeon_cp_dispatch_texture(fpriv, dev, &tex, &image, mode);
2599 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32) {
2721 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32) {
3083 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32) {
3263 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32) {
3367 if (ddi_model_convert_from(mode
1705 radeon_cp_dispatch_texture(drm_file_t *fpriv, drm_device_t *dev, drm_radeon_texture_t *tex, drm_radeon_tex_image_t *image, int mode) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h329 int ioat_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cred,
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c133 "(default is: -t '$file.$n', owner/group/mode taken from log file)\n"\
139 " -m mode new empty log file mode\n"\
567 /* absurdly long buffer lengths for holding user/group/mode strings */
584 const char *mode; local
708 /* determine owner, group, mode for empty log file */
724 mode = opts_optarg(opts, "m");
728 mode = modebuf;
734 docmd(opts, NULL, Chmod, mode, fname, NULL);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c33 #include <sys/mode.h>
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c45 #include <sys/mode.h>
57 zfs_init_vattr(vattr_t *vap, uint64_t mask, uint64_t mode, argument
62 vap->va_type = IFTOVT(mode);
63 vap->va_mode = mode & MODEMASK;
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c45 #define cpr_open(path, mode, vpp) (vn_open(path, UIO_SYSSPACE, \
46 mode, 0600, vpp, CRCREAT, 0))
749 cpr_open_deffile(int mode, vnode_t **vpp) argument
753 if (error = cpr_open(cpr_default_path, mode, vpp))
811 * If the cpr default file is invalid, then we must not be in reusable mode
812 * if it is valid, it tells us our mode
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c109 * the mode it is called in.
112 checksum(label, mode)
114 int mode;
123 if (mode == CK_MAKESUM)
136 if (mode == CK_CHECKSUM)
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_join.c288 * If the security mode or domain name is being changed,
295 if (info->mode == SMB_SECMODE_WORKGRP)
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c578 * network interface) into promiscuous mode. It is then up to the application
893 * interface is in promiscuous mode. Thus an ioctl to get the interface flags
894 * of an interface that has been put in promiscuous mode by another socket
1144 datalink_id_t *linkidp, int mode)
1149 if (ddi_copyin((void *)arg, ifreqp, sizeof (*ifreqp), mode) != 0)
1169 datalink_id_t *linkidp, int mode)
1174 if (ddi_copyin((void *)arg, lifreqp, sizeof (*lifreqp), mode) != 0)
1239 * mode are vectored through pfp_set_promisc() so that the logic for
1240 * managing the promiscuous mode is in one place.
1489 * Set the promiscuous mode o
1143 pfp_ifreq_getlinkid(intptr_t arg, struct ifreq *ifreqp, datalink_id_t *linkidp, int mode) argument
1168 pfp_lifreq_getlinkid(intptr_t arg, struct lifreq *lifreqp, datalink_id_t *linkidp, int mode) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp1020rdb.dts274 mode = "cpu";
284 mode = <0>;
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c77 "Invalid mode %u\n", ic->ic_opmode);
281 * Add extended supported rates element to a frame, usually for 11g mode
429 enum ieee80211_phymode mode; local
449 mode = ieee80211_chan2mode(ic, ic->ic_curchan);
450 frm = ieee80211_add_rates(frm, &ic->ic_sup_rates[mode]);
451 frm = ieee80211_add_xrates(frm, &ic->ic_sup_rates[mode]);
474 * when in station mode). Nodes other than ic_bss have their reference
950 * Finally, if an ACM policy is setup (in station mode) it's
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c47 #include <sys/mode.h>
322 vap->va_type = IFTOVT(hp->hs_dirent.mode);
323 vap->va_mode = hp->hs_dirent.mode;
705 int mode,
710 return (hs_access(vp, (mode_t)mode, cred));
859 * create CDs in TAO mode and reserve tracks that
1808 if (vn_has_mandatory_locks(vp, VTOH(vp)->hs_dirent.mode))
1920 if (hp->hs_mapcnt > 0 && MANDLOCK(vp, hp->hs_dirent.mode))
704 hsfs_access(struct vnode *vp, int mode, int flags, cred_t *cred, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c39 #include <sys/mode.h>
613 mode_t mode; local
682 if ((mode = ip->i_type) == VDIR) {
706 if (mode == VDIR) {
735 if (mode == VDIR) {
801 if (mode == VDIR) {
845 if (mode == VDIR) {
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1123 * the "non" list is used for promiscuous mode, when all mcg traffic
1211 * If we are in late hca initialization mode, do not
1893 * initiate a RC mode connection for unicast address
1960 * If in promiscuous mode ...
2105 * 6. In promiscuous mode, acquire all non memberships.
2498 ibd_print_warn(state, "RC mode: Set #sgl = %d instead of "
2893 * Make the default link mode as RC. If this fails during connection
2894 * setup, the link mode is automatically transitioned to UD.
4310 * interrupt driven mode.
4366 * If we are in promiscuous mode o
8165 ibd_create_partition(void *karg, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
8334 ibd_delete_partition(void *karg, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
8413 ibd_get_partition_info(void *karg, intptr_t arg, int mode, cred_t *cred, int *rvalp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c402 usbprnp->usbprn_setparms.mode = ECPP_CENTRONICS;
1364 * We ignore the mode in USB printer driver because
1365 * it need not be in nibble mode in usb driver unlike
1776 if (!((xfer.mode == ECPP_CENTRONICS) ||
1777 (xfer.mode == ECPP_COMPAT_MODE) ||
1778 (xfer.mode == ECPP_NIBBLE_MODE) ||
1779 (xfer.mode == ECPP_ECP_MODE) ||
1780 (xfer.mode == ECPP_DIAG_MODE))) {
1785 if (xfer.mode != ECPP_CENTRONICS) {
1851 /* Check the transfer mode */
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c113 static void async_nstart(struct asyncline *async, int mode);
115 static int asy_program(struct asycom *asy, int mode);
117 /* Polled mode functions */
581 * can be done from BANK 0 (8250A/16450 compatable mode)
591 } else { /* Set the UART in FIFO mode if it has FIFO buffers */
1213 /* turn off the loopback mode */
1330 asy_program(struct asycom *asy, int mode) argument
1364 if (mode == ASY_INIT) {
1417 if (mode == ASY_INIT) {
1424 if (ocflags != (c_flag & ~CLOCAL) || mode
2486 async_nstart(struct asyncline *async, int mode) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c176 "\t-x led[=[fault|power|active|attn],mode=[on|off|blink]] ap_id [ap_id...]",
219 /* n */ "mode",
889 char *led, *mode; local
926 /* set mode */
965 mode = PCIEHPC_PROP_VALUE_ON;
967 mode = PCIEHPC_PROP_VALUE_OFF;
969 mode = PCIEHPC_PROP_VALUE_BLINK;
975 led, mode);
980 /* print mode */
981 DBG(1, ("Print mode\
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c39 * auto mode as programmed by OBP at boot time.
979 uint8_t mode; local
1025 * Need to reinit ADM to manual mode for Tmin range to be
1028 mode = ADM1031_MANUAL_MODE;
1029 if (ioctl(sysfd, ADM1031_SET_MONITOR_MODE, &mode) == -1) {
1072 mode = ADM1031_AUTO_MODE;
1073 if (ioctl(sysfd, ADM1031_SET_MONITOR_MODE, &mode) == -1) {

Completed in 472 milliseconds

<<41424344454647484950>>