HomeSort by: relevance | last modified time | path
    Searched defs:readonly (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.sbin/mscdlabel/
main.c 132 int readonly = 0; local in function:main
143 readonly = 1;
162 readonly = 1;
194 readonly = 1;
196 if (!readonly) {
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_vma_manager.h 58 bool readonly:1; member in struct:drm_vma_offset_node
  /src/sys/external/bsd/drm2/include/drm/
drm_vma_manager.h 67 bool readonly; member in struct:drm_vma_offset_node
  /src/usr.sbin/quotaon/
quotaon.c 74 static int readonly(struct fstab *, const char *);
222 if (strcmp(fs->fs_file, "/") && readonly(fs, fsspec)) {
252 * Verify file system is mounted and not readonly.
255 readonly(struct fstab *fs, const char *fsspec) function in typeref:typename:int
  /src/lib/libc/gen/
utmpx.c 58 static int readonly = 0; variable in typeref:typename:int
112 readonly = 0;
129 readonly = 1;
253 if (fp != NULL && readonly)
256 if (fp == NULL || readonly)
266 if (fp == NULL || readonly)
  /src/usr.bin/mail/
glob.h 52 EXTERN int readonly; /* Will be unable to rewrite file */ variable in typeref:typename:EXTERN int
  /src/usr.sbin/vnconfig/
vnconfig.c 100 static int readonly = 0; variable in typeref:typename:int
142 readonly = 1;
158 readonly = 1;
322 if (readonly)
353 ffd = open(file, readonly ? O_RDONLY : O_RDWR);
  /src/sys/fs/v7fs/
v7fs.h 109 int8_t readonly; member in struct:v7fs_superblock
  /src/sys/uvm/
uvm_fault.c 1371 vaddr_t currva, struct vm_page *pg, bool readonly)
1406 readonly ? (flt->enter_prot & ~VM_PROT_WRITE) :
2058 const bool readonly = uvm_pagereadonly_p(pg) || pg->loan_count > 0; local in function:uvm_fault_lower_neighbor
2098 readonly ? (flt->enter_prot & ~VM_PROT_WRITE) :
2325 /* read fault: cap the protection at readonly */
2464 const bool readonly = uvm_pagereadonly_p(pg); local in function:uvm_fault_lower_enter
2502 KASSERTMSG((flt->access_type & VM_PROT_WRITE) == 0 || !readonly,
2508 KASSERT((flt->access_type & VM_PROT_WRITE) == 0 || !readonly);
2511 readonly ? flt->enter_prot & ~VM_PROT_WRITE : flt->enter_prot,
  /src/usr.sbin/sunlabel/
sunlabel.c 169 static int readonly; /* true iff it's open RO */ variable in typeref:typename:int
244 warnx("No write access, label is readonly");
245 readonly = ro;
606 if (readonly) {
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 2251 int error = 0, haslock = 0, ret, readonly = 0, getfhret = 0; local in function:nfsrv_opencheck
2254 readonly = 1;
2459 if ((readonly && stp->ls_clp != clp &&
2461 (!readonly && (stp->ls_clp != clp ||
2505 int readonly = 0, cbret = 1, getfhret = 0; local in function:nfsrv_openctrl
2508 readonly = 1;
2753 if ((readonly && stp->ls_clp != clp &&
2755 (!readonly && (stp->ls_clp != clp ||
3003 NFSVNO_EXRDONLY(exp) || (readonly != 0 &&
3064 if (delegate == 0 || (writedeleg == 0 && readonly == 0) |
    [all...]
  /src/sys/fs/hfs/
libhfs.h 467 int readonly; /* 0 if mounted r/w, 1 if mounted r/o */ member in struct:__anon46ade0a12408
  /src/usr.sbin/sysinst/
partman.c 105 int readonly; member in struct:vnd_desc
153 int readonly; member in struct:lv_t
1000 dev_ptr->readonly?
1075 dev_ptr->readonly = !dev_ptr->readonly;
1130 .readonly = 0,
1215 strcpy(r_o, vnds[i].readonly?"-r":"");
1818 dev_ptr->readonly? msg_string(MSG_Yes) : msg_string(MSG_No));
1902 dev_ptr->readonly = !dev_ptr->readonly;
    [all...]

Completed in 21 milliseconds