/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 1665 char pmode[32], uname[32], gname[32], fsize[32], ftime[32]; local 1698 pmode[0] = 'd'; 1703 pmode[0] = 'c'; 1708 pmode[0] = 'b'; 1713 pmode[0] = 'p'; 1718 pmode[0] = 'l'; 1723 pmode[0] = 's'; 1728 pmode[0] = 'D'; 1733 pmode[0] = '-'; 1737 pmode[0] = '?'; [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | vcons.c | 633 vt_setmode(vc_state_t *pvc, struct vt_mode *pmode) in vt_setmode() argument 635 if ((pmode->mode != VT_PROCESS) && (pmode->mode != VT_AUTO)) in vt_setmode() 638 if (!SIG_VALID(pmode->relsig) || !SIG_VALID(pmode->acqsig)) in vt_setmode() 641 if (pmode->mode == VT_PROCESS) { in vt_setmode() 648 pvc->vc_switch_mode = pmode->mode; in vt_setmode() 649 pvc->vc_waitv = pmode->waitv; in vt_setmode() 650 pvc->vc_relsig = pmode->relsig; in vt_setmode() 651 pvc->vc_acqsig = pmode->acqsig; in vt_setmode() 1142 struct vt_mode *pmode; in vt_miocdata() local 1153 pmode = (struct vt_mode *)(void *)mp->b_cont->b_rptr; in vt_miocdata() [all …]
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 939 if ((un->un_suspend_pos.pmode != invalid) && in st_attach() 960 un->un_suspend_pos.pmode = invalid; in st_attach() 1281 ((un->un_pos.pmode == legacy) && in st_detach() 1284 ((un->un_pos.pmode == logical) && in st_detach() 1314 ((((un->un_pos.pmode == legacy) && in st_detach() 1317 ((un->un_pos.pmode == logical) && in st_detach() 1324 " lgclblkno=0x%"PRIx64"\n", un->un_pos.pmode, in st_detach() 1729 un->un_pos.pmode = invalid; in st_doattach() 1741 un->un_suspend_pos.pmode = invalid; in st_doattach() 2859 switch (un->un_pos.pmode) { in st_open() [all …]
|
/titanic_41/usr/src/lib/libcryptoutil/common/ |
H A D | random.c | 63 mode_t pmode; in open_nointr() local 67 pmode = va_arg(alist, mode_t); in open_nointr() 71 if ((fd = open(path, oflag, pmode)) >= 0) { in open_nointr()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
H A D | piclenvmond.c | 145 env_create_property(int ptype, int pmode, size_t psize, char *pname, in env_create_property() argument 160 ptype, pmode, psize, pname, readfn, writefn); in env_create_property()
|
H A D | picldr.c | 69 extern picl_errno_t env_create_property(int ptype, int pmode,
|
H A D | piclsensors.c | 65 extern picl_errno_t env_create_property(int ptype, int pmode,
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 912 int pmode = 0; in update_mode() local 935 pmode |= RTLD_NOW; in update_mode() 938 pmode |= ((~omode & nmode) & in update_mode() 940 if (pmode) { in update_mode() 941 DBG_CALL(Dbg_file_mode_promote(lmp, pmode)); in update_mode() 942 MODE(lmp) |= pmode; in update_mode() 952 if ((pmode & RTLD_NOW) && in update_mode() 977 ((lml->lm_flags & LML_FLG_OBJADDED) || ((pmode & RTLD_NOW) && in update_mode() 984 return (pmode); in update_mode()
|
/titanic_41/usr/src/lib/libpicltree/ |
H A D | picltree.h | 119 int ptype, int pmode, size_t psize, char *pname,
|
H A D | llib-lpicltree | 70 int pmode, size_t psize, char *pname,
|
H A D | picltree.c | 2980 ptree_init_propinfo(ptree_propinfo_t *infop, int version, int ptype, int pmode, in ptree_init_propinfo() argument 2990 infop->piclinfo.accessmode = pmode; in ptree_init_propinfo()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/ |
H A D | piclwatchdog.c | 1229 int pmode, /* PICL access mode */ in wd_create_property() argument 1242 ptype, pmode, psize, pname, readfn, writefn); in wd_create_property()
|
/titanic_41/usr/src/cmd/ls/ |
H A D | ls.c | 244 static void pmode(mode_t aflag); 1286 pmode(p->lflags); in pentry() 1446 pmode(mode_t aflag) in pmode() function
|
/titanic_41/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 737 posmode pmode; member
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 3109 uint64_t pmode = zp->z_mode; in zfs_setattr() local 3111 new_mode = (pmode & S_IFMT) | (vap->va_mode & ~S_IFMT); in zfs_setattr()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 1606 create_property(int ptype, int pmode, size_t psize, char *pname, in create_property() argument 1632 ptype, pmode, psize, pname, readfn, writefn); in create_property()
|