Home
last modified time | relevance | path

Searched refs:mode (Results 126 – 150 of 1890) sorted by relevance

12345678910>>...76

/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_tools.c53 static int niumx_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
82 static int niumxtool_intr(dev_info_t *dip, void *arg, int cmd, int mode);
161 niumx_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, in niumx_ioctl() argument
202 rv = niumxtool_intr(dip, (void *)arg, cmd, mode); in niumx_ioctl()
254 niumxtool_intr_info(dev_info_t *dip, void *arg, int mode) in niumxtool_intr_info() argument
260 if (ddi_copyin(arg, &intr_info, sizeof (pcitool_intr_info_t), mode) != in niumxtool_intr_info()
273 if (ddi_copyout(&intr_info, arg, sizeof (pcitool_intr_info_t), mode) != in niumxtool_intr_info()
292 niumxtool_get_intr(dev_info_t *dip, void *arg, int mode) in niumxtool_get_intr() argument
310 if (ddi_copyin(arg, &partial_iget, PCITOOL_IGET_SIZE(0), mode) != in niumxtool_get_intr()
341 if (ddi_copyin(arg, iget_p, iget_kmem_alloc_size, mode) != in niumxtool_get_intr()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c56 intptr_t arg, int mode);
58 intptr_t arg, int mode);
60 intptr_t arg, int mode);
62 intptr_t arg, int mode);
68 int mode);
70 int mode);
73 intptr_t arg, int mode);
75 intptr_t arg, int mode);
77 int mode);
79 int mode);
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dchmod.c50 fchmodat(int fd, char *path, int mode, int flag) in fchmodat() argument
58 vattr.va_mode = mode & MODEMASK; in fchmodat()
70 chmod(char *path, int mode) in chmod() argument
72 return (fchmodat(AT_FDCWD, path, mode, 0)); in chmod()
79 fchmod(int fd, int mode) in fchmod() argument
81 return (fchmodat(fd, NULL, mode, 0)); in fchmod()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfstrtod.c77 reg int mode, fexp, sign, expsign; local
95 mode = IPART;
111 if(mode == IPART)
117 else if(mode == FPART)
137 if(mode != IPART)
139 mode = FPART;
143 { if(mode == EPART)
145 mode = EPART;
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_cmds.c184 cmd_run_send(const inj_mode_ops_t *mode, void *hdl, inj_defn_t *ev) in cmd_run_send() argument
204 mode->mo_send(hdl, ev->defn_nvl); in cmd_run_send()
211 cmd_run_random(const inj_mode_ops_t *mode, void *hdl, inj_cmd_t *cmd) in cmd_run_random() argument
221 cmd_run_send(mode, hdl, cmd->cmd_rand[i - 1]->re_event); in cmd_run_random()
225 cmd_run(const inj_mode_ops_t *mode, void *hdl, inj_cmd_t *cmd) in cmd_run() argument
229 cmd_run_send(mode, hdl, cmd->cmd_event); in cmd_run()
241 cmd_run_random(mode, hdl, cmd); in cmd_run()
250 inj_program_run(inj_list_t *prog, const inj_mode_ops_t *mode, void *mode_arg) in inj_program_run() argument
252 void *hdl = mode->mo_open(mode_arg); in inj_program_run()
263 cmd_run(mode, hdl, cmd->cmd_subcmd); in inj_program_run()
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dlocale-bn.p5m26 file path=usr/lib/locale/bn_BD.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/bn_BD.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/bn_BD.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/bn_BD.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/bn_BD.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/bn_BD.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/bn_IN.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/bn_IN.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/bn_IN.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/bn_IN.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-bo.p5m26 file path=usr/lib/locale/bo_CN.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/bo_CN.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/bo_CN.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/bo_CN.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/bo_CN.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/bo_CN.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/bo_IN.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/bo_IN.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/bo_IN.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/bo_IN.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-el.p5m26 file path=usr/lib/locale/el_CY.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/el_CY.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/el_CY.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/el_CY.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/el_CY.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/el_CY.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/el_GR.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/el_GR.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/el_GR.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/el_GR.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-it.p5m26 file path=usr/lib/locale/it_CH.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/it_CH.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/it_CH.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/it_CH.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/it_CH.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/it_CH.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/it_IT.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/it_IT.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/it_IT.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/it_IT.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-mn.p5m26 file path=usr/lib/locale/mn_CN.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/mn_CN.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/mn_CN.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/mn_CN.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/mn_CN.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/mn_CN.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/mn_MN.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/mn_MN.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/mn_MN.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/mn_MN.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-ne.p5m26 file path=usr/lib/locale/ne_IN.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/ne_IN.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/ne_IN.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/ne_IN.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/ne_IN.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/ne_IN.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/ne_NP.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/ne_NP.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/ne_NP.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/ne_NP.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-nl.p5m26 file path=usr/lib/locale/nl_BE.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/nl_BE.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/nl_BE.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/nl_BE.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/nl_BE.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/nl_BE.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/nl_NL.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/nl_NL.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/nl_NL.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/nl_NL.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-pa.p5m26 file path=usr/lib/locale/pa_IN.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/pa_IN.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/pa_IN.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/pa_IN.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/pa_IN.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/pa_IN.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/pa_PK.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/pa_PK.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/pa_PK.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/pa_PK.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-ro.p5m26 file path=usr/lib/locale/ro_MD.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/ro_MD.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/ro_MD.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/ro_MD.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/ro_MD.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/ro_MD.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/ro_RO.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/ro_RO.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/ro_RO.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/ro_RO.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-sv.p5m26 file path=usr/lib/locale/sv_FI.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/sv_FI.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/sv_FI.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/sv_FI.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/sv_FI.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/sv_FI.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/sv_SE.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/sv_SE.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/sv_SE.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/sv_SE.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-ta.p5m26 file path=usr/lib/locale/ta_IN.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/ta_IN.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/ta_IN.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/ta_IN.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/ta_IN.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/ta_IN.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/ta_LK.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/ta_LK.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/ta_LK.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/ta_LK.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dlocale-ur.p5m26 file path=usr/lib/locale/ur_IN.UTF-8/LC_COLLATE/LCL_DATA mode=0444
28 file path=usr/lib/locale/ur_IN.UTF-8/LC_CTYPE/LCL_DATA mode=0444
30 file path=usr/lib/locale/ur_IN.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
32 file path=usr/lib/locale/ur_IN.UTF-8/LC_MONETARY/LCL_DATA mode=0444
34 file path=usr/lib/locale/ur_IN.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
36 file path=usr/lib/locale/ur_IN.UTF-8/LC_TIME/LCL_DATA mode=0444
39 file path=usr/lib/locale/ur_PK.UTF-8/LC_COLLATE/LCL_DATA mode=0444
41 file path=usr/lib/locale/ur_PK.UTF-8/LC_CTYPE/LCL_DATA mode=0444
43 file path=usr/lib/locale/ur_PK.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
45 file path=usr/lib/locale/ur_PK.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dsystem-zones.p5m35 file path=etc/zones/SUNWblank.xml mode=0444 variant.opensolaris.zone=global
42 file path=etc/zones/SUNWdefault.xml mode=0444 dehydrate=false \
50 file path=lib/svc/manifest/system/resource-mgmt.xml group=sys mode=0444 \
52 file path=lib/svc/manifest/system/zones.xml group=sys mode=0444 \
54 file path=lib/svc/manifest/system/zonestat.xml group=sys mode=0444 \
57 file path=lib/svc/method/svc-resource-mgmt mode=0555 \
59 file path=lib/svc/method/svc-zones mode=0555 variant.opensolaris.zone=global
60 file path=lib/svc/method/svc-zonestat mode=0555 variant.opensolaris.zone=global
64 file path=usr/bin/zonestat mode=0555
76 file path=usr/lib/brand/ipkg/config.xml mode=0444
[all …]
H A Ddeveloper-object-file.p5m37 file path=usr/bin/$(ARCH64)/ar mode=0555
40 file path=usr/bin/$(ARCH64)/elfedit mode=0555
41 file path=usr/bin/$(ARCH64)/mcs mode=0555
42 file path=usr/bin/$(ARCH64)/nm mode=0555
45 file path=usr/bin/ar mode=0555
46 file path=usr/bin/demangle mode=0555
47 file path=usr/bin/dis mode=0555
48 file path=usr/bin/dump mode=0555
49 file path=usr/bin/elfdump mode=0555
50 file path=usr/bin/elfedit mode=0555
[all …]
H A Dsystem-trusted-global-zone.p5m43 file path=etc/security/lib/disk_clean group=sys mode=0555
46 file path=etc/security/lib/wdwmsg group=sys mode=0555
47 file path=etc/security/lib/wdwwrapper group=sys mode=0555
51 file path=etc/security/tsol/label_encodings group=sys mode=0400 \
53 file path=etc/security/tsol/label_encodings.example group=sys mode=0444
54 file path=etc/security/tsol/label_encodings.gfi.multi group=sys mode=0444
55 file path=etc/security/tsol/label_encodings.gfi.single group=sys mode=0444
56 file path=etc/security/tsol/label_encodings.multi group=sys mode=0444
57 file path=etc/security/tsol/label_encodings.single group=sys mode=0444
58 file path=etc/security/tsol/relabel group=sys mode=0755 \
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmstat.c72 st->mode = vd->mode;
74 if(vd->mode&VM_MTLAST)
76 else if((vd->mode&VM_MTPOOL) && (s = vd->pool) > 0)
89 if(vd->mode&(VM_MTDEBUG|VM_MTBEST|VM_MTPROFILE))
100 if(vd->mode&VM_MTDEBUG)
102 else if(vd->mode&VM_MTPROFILE)
114 else if(vd->mode&VM_MTLAST)
124 else if((vd->mode&VM_MTPOOL) && s > 0)
131 if((vd->mode&VM_MTPOOL) && s > 0)
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dpathchk.c103 static int pathchk(char* path, int mode) in pathchk() argument
112 if (mode & PATH) in pathchk()
116 if(mode & COMPONENTS) in pathchk()
199 if((mode & PATH) && *cp == '-') in pathchk()
205 if((mode & COMPONENTS) && !isport(c)) in pathchk()
233 register int mode = 0; in b_pathchk() local
242 mode |= COMPONENTS|PATH; in b_pathchk()
245 mode |= COMPONENTS; in b_pathchk()
248 mode |= PATH; in b_pathchk()
263 pathchk(s, mode); in b_pathchk()
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h47 int mode; member
50 int mode; member
56 int mode; member
65 int mode; member
68 char *name; int mode; member
71 int flags; int mode; member
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c262 unixex(opt, up, newstdin, mode) in unixex() argument
264 int newstdin, mode;
276 if ((mode & 1) && pipe(pvec) < 0) {
288 if (mode & 1) {
298 if (mode & 2) {
303 if (mode & 1) {
328 if (mode & 1) {
371 vi_filter(int mode) in vi_filter() argument
379 mode++; in vi_filter()
380 if (mode & 2) { in vi_filter()
[all …]
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.h52 #define IsActiveMode(mode) (active_mode & (mode)) argument
53 #define SetActiveMode(mode) (active_mode |= (mode)) argument
54 #define ResetActiveMode(mode) (active_mode &= ~(mode)) argument

12345678910>>...76