Searched refs:mode (Results 326 - 350 of 1589) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock.c117 list[i].obj, list[i].mode, &lp);
159 list[i].mode = lp->mode;
451 * Check that lock mode is valid.
456 "lock_get: invalid lock mode %lu\n", (u_long)lock_mode);
472 newl->mode = lock_mode;
513 if (lp->mode == lock_mode &&
529 } else if (CONFLICTS(lt, lp->mode, lock_mode))
552 if (CONFLICTS(lt, lp->mode, lock_mode) &&
655 * upgrade the mode
713 const char *mode, *status; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsem.c206 ** SM_SEMSETOWNER -- set owner/group/mode of semaphores.
212 ** mode -- mode to use
220 sm_semsetowner(semid, uid, gid, mode)
224 mode_t mode;
240 semidds.sem_perm.mode = mode;
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ioctl.h69 int mode; /* Open modes */ member in struct:nscioc_open
H A Dnsctl.c518 _nscopen(dev_t dev, intptr_t arg, int mode, int *rvp) argument
530 if (ddi_copyin((void *)arg, op, sizeof (*op), mode) < 0) {
553 mode |= (op->mode - FOPEN);
555 if (mode & (FWRITE|FEXCL)) {
717 _nscpartsize(dev_t dev, intptr_t arg, int mode) argument
746 sizeof (partsize), mode) < 0) {
757 nscioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *crp, int *rvp) argument
767 rc = _nscopen(dev, arg, mode, rvp);
779 rc = _nscpartsize(dev, arg, mode);
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c150 cpuid_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cr, int *rval) argument
159 STRUCT_INIT(h, mode);
161 STRUCT_BUF(h), STRUCT_SIZE(h), mode))
181 (void *)arg, STRUCT_SIZE(h), mode))
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_mmu.c64 prom_map_phys(int mode, size_t size, caddr_t virt, unsigned long long physaddr) argument
78 ci[5] = p1275_int2cell(mode); /* Arg3: SA1: mode */
250 * Returns *phys_hi, *phys_lo and *mode only if successful.
254 unsigned long long *physaddr, int *mode)
286 *mode = p1275_cell2int(ci[8]); /* Res3: sr2: mode, if valid */
253 prom_translate_virt(caddr_t virt, int *valid, unsigned long long *physaddr, int *mode) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dvt.h41 #define VT_SETMODE (VTIOC|2) /* set vt into auto or process mode */
43 #define VT_GETMODE (VTIOC|3) /* returns mode vt is currently in */
60 char mode; /* mode to set vt into, VT_AUTO or VT_PROCESS */ member in struct:vt_mode
67 /* vt switching mode */
112 pid_t v_pid; /* -1 if no display info (auto mode) */
H A Dlofi.h186 #define S_ISLOFIABLE(mode) \
187 (S_ISREG(mode) || S_ISBLK(mode) || S_ISCHR(mode))
/illumos-gate/usr/src/uts/common/syscall/
H A Dfdsync.c45 #include <sys/mode.h>
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_probe.c87 saved_mode = ops->mode;
88 ops->mode = TNF_ALLOC_FIXED;
180 /* supress lint warning for _KERNEL mode, really need this? */
182 ops->mode = saved_mode;
184 ops->mode = saved_mode;
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h58 (most modes can go to the BAD or MEM mode -- not shown for clarity)
80 inflate_mode mode; /* current inflate mode */ member in struct:inflate_state
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfgetm.c44 if(f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0)
H A Dsfgetu.c43 if(f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0)
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dvswprintf.c42 f.mode = SF_WRITE;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmsegment.c48 if(!(vd->mode&VM_TRUST))
H A Dvmpool.c64 if(!(local = vd->mode&VM_TRUST) )
93 else if(vd->mode&VM_AGAIN)
94 vd->mode &= ~VM_AGAIN;
116 if(!local && (vd->mode&VM_TRACE) && _Vmtrace && tp)
142 if(!(local = vd->mode&VM_TRUST))
194 if(!(local = vd->mode&VM_TRUST))
217 if(!local && (vd->mode&VM_TRACE) && _Vmtrace)
256 if(!(local = vd->mode&VM_TRUST) )
271 if((vd->mode&VM_TRACE) && _Vmtrace)
305 if(!(vd->mode
[all...]
/illumos-gate/usr/src/uts/intel/io/agpmaster/
H A Dagpmaster.c416 agpmaster_ioctl(dev_t dev, int cmd, intptr_t data, int mode, cred_t *cred, argument
433 if (!(mode & FKIOCTL)) {
439 (void *)data, sizeof (int), mode))
443 if (!(mode & FKIOCTL)) {
452 sizeof (uint32_t), mode))
460 if (!(mode & FKIOCTL)) {
478 sizeof (agp_info_t), mode))
482 if (!(mode & FKIOCTL)) {
489 if (ddi_copyin((void *)data, &base, sizeof (uint32_t), mode))
498 if (!(mode
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h43 sqlite_open(const char *filename, int mode, char **errmsg) argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c26 typedef int SItype __attribute__ ((mode (SI)));
27 typedef unsigned int USItype __attribute__ ((mode (SI)));
28 typedef int DItype __attribute__ ((mode (DI)));
29 typedef unsigned int UDItype __attribute__ ((mode (DI)));
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h82 inflate_mode mode; /* current inflate mode */ member in struct:inflate_state
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c33 int32_t mode);
35 int32_t mode);
37 int32_t mode);
39 int32_t mode);
41 int32_t mode);
43 int32_t mode);
45 int32_t mode);
47 int32_t mode);
49 int32_t mode);
51 int32_t mode);
362 emlxs_dfc_func(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
414 emlxs_dfc_copyin(emlxs_hba_t *hba, void *arg, dfc_t *dfc1, dfc_t *dfc2, int32_t mode) argument
553 emlxs_dfc_copyout(emlxs_hba_t *hba, void *arg, dfc_t *dfc2, dfc_t *dfc1, int32_t mode) argument
667 emlxs_dfc_manage(emlxs_hba_t *hba, void *arg, int32_t mode) argument
770 emlxs_fcio_func(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
802 emlxs_fcio_manage(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
868 emlxs_fcio_diag(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
908 emlxs_fcio_get_host_params(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1027 emlxs_fcio_reset_link(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1068 emlxs_fcio_reset_hard(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1096 emlxs_fcio_download_fw(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1129 emlxs_fcio_get_fw_rev(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1162 emlxs_fcio_get_fcode_rev(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1195 emlxs_fcio_download_fcode(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1230 emlxs_fcio_get_adapter_attrs(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1347 emlxs_fcio_get_adapter_port_attrs(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1661 emlxs_fcio_get_node_id(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1694 emlxs_fcio_set_node_id(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1729 emlxs_fcio_get_num_devs(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1753 emlxs_fcio_get_dev_list(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1929 emlxs_fcio_get_logi_params(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
1970 emlxs_fcio_get_state(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2011 emlxs_fcio_get_topology(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2055 emlxs_fcio_get_link_status(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2104 emlxs_fcio_get_other_adapter_ports(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2137 emlxs_fcio_get_disc_port_attrs(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2424 emlxs_fcio_get_port_attrs(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2725 emlxs_fcio_get_sym_pname(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2746 emlxs_fcio_get_sym_nname(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2767 emlxs_fcio_force_dump(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2796 emlxs_fcio_get_dump_size(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2834 emlxs_fcio_get_dump(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2898 emlxs_fcio_unsupported(emlxs_port_t *port, fcio_t *fcio, int32_t mode) argument
2912 emlxs_dfc_create_vport(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
3113 emlxs_dfc_destroy_vport(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
3225 emlxs_dfc_get_vportinfo(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
3354 emlxs_dfc_npiv_resource(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
3452 emlxs_dfc_npiv_test(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
3722 emlxs_dfc_get_rev(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
3752 emlxs_dfc_get_hbainfo(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
4056 emlxs_dfc_get_hbastats(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
4218 emlxs_dfc_get_drvstats(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
4356 emlxs_set_hba_mode(emlxs_hba_t *hba, uint32_t mode) argument
4570 emlxs_dfc_set_diag(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
4602 emlxs_dfc_send_mbox(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
5231 emlxs_dfc_read_pci(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
5328 emlxs_dfc_write_pci(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
5432 emlxs_dfc_get_cfg(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
5524 emlxs_dfc_set_cfg(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
5557 emlxs_dfc_send_ct(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
5761 emlxs_dfc_send_ct_rsp(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
5859 emlxs_dfc_send_menlo(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
6482 emlxs_dfc_write_flash(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
6567 emlxs_dfc_read_flash(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
6644 emlxs_dfc_send_els(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
6839 emlxs_dfc_get_ioinfo(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
6909 emlxs_dfc_get_linkinfo(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
6993 emlxs_dfc_get_fctstat(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
7080 emlxs_dfc_get_nodeinfo(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
7178 emlxs_dfc_read_mem(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
7260 emlxs_dfc_write_mem(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
7342 emlxs_dfc_write_ctlreg(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
7400 emlxs_dfc_read_ctlreg(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
7466 emlxs_dfc_set_event(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
7618 emlxs_dfc_get_eventinfo(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
7716 emlxs_dfc_get_event(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
8087 emlxs_dfc_get_dump_region(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
8491 emlxs_dfc_loopback_mode(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
8821 emlxs_dfc_loopback_test(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9039 emlxs_dfc_reset_port(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9212 emlxs_dfc_init_auth(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9262 emlxs_dfc_get_auth_cfg(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9297 emlxs_dfc_set_auth_cfg(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9359 emlxs_dfc_get_auth_pwd(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9394 emlxs_dfc_set_auth_pwd(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9428 emlxs_dfc_get_auth_status(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9463 emlxs_dfc_get_auth_cfg_table(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9520 emlxs_dfc_get_auth_key_table(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9581 emlxs_dfc_sd_set_bucket(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9612 emlxs_dfc_sd_destroy_bucket(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9639 emlxs_dfc_sd_get_bucket(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9665 emlxs_dfc_sd_start_collection(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9727 emlxs_dfc_sd_stop_collection(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9790 emlxs_dfc_sd_reset_collection(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9840 emlxs_dfc_sd_get_data(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
9941 emlxs_dfc_sd_set_event(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
10046 emlxs_dfc_sd_get_event(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
10120 emlxs_dfc_send_scsi_fcp(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
10300 emlxs_dfc_get_persist_linkdown(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
10331 emlxs_dfc_set_persist_linkdown(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
10357 emlxs_dfc_get_fcflist(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
10453 emlxs_dfc_send_mbox4(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
10827 emlxs_dfc_rd_be_fcf(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
10918 emlxs_dfc_set_be_dcbx(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
10974 emlxs_dfc_get_be_dcbx(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
11033 emlxs_dfc_get_qos(emlxs_hba_t *hba, dfc_t *dfc, int32_t mode) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcflow.c65 pp->mode = (**argv=='e'?SH_JMPEXIT:SH_JMPFUN);
70 pp->mode = SH_JMPEXIT;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dppkgmap.c85 if (fprintf(fp, ((ept->ainfo.mode == BADMODE) ? " ?" : " %04o"),
86 ept->ainfo.mode) < 0)
/illumos-gate/usr/src/cmd/projadd/
H A Dprojdel.pl98 # Read the project file. sysopen() is used so we can control the file mode.
102 my ($mode, $uid, $gid) = (stat($pfh))[2,4,5];
125 sysopen($pfh, $tmpprojf, O_WRONLY | O_CREAT | O_EXCL, $mode) ||
/illumos-gate/usr/src/cmd/mailx/
H A Dmyfopen.c127 my_fopen(char *file, char *mode) argument
131 if ((fp = fopen(file, mode)) == (FILE *)NULL) {

Completed in 115 milliseconds

<<11121314151617181920>>