HomeSort by: relevance | last modified time | path
    Searched refs:adprot (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/adosfs/
adutil.c 101 adunixprot(int adprot)
103 if (adprot & 0xc000ee00) {
104 adprot = (adprot & 0xee0e) >> 1;
105 return (((adprot & 0x7) << 6) |
106 ((adprot & 0x700) >> 5) |
107 ((adprot & 0x7000) >> 12));
110 adprot = (adprot >> 1) & 0x7;
111 return((adprot << 6) | (adprot << 3) | adprot)
    [all...]
adosfs.h 96 int adprot; /* (d/f) amigados protection bits */ member in struct:anode
advfsops.c 536 ap->adprot = 15;
540 ap->adprot = adoswordn(bp, ap->nwords - 48) ^ 15;
550 (ap->adprot & 0x00000008) == 0)
551 ap->adprot &= ~0x00000002;
564 ap->adprot |= 0x40000000; /* Kludge */
advnops.c 157 vap->va_mode = adunixprot(ap->adprot) & amp->mask;
729 mode_t file_mode = adunixprot(ap->adprot) & ap->amp->mask;

Completed in 50 milliseconds