Home
last modified time | relevance | path

Searched refs:mode (Results 101 – 125 of 1887) sorted by relevance

12345678910>>...76

/illumos-gate/usr/src/pkg/manifests/
H A Dservice-network-network-servers.p5m52 file path=usr/bin/finger mode=0555
53 file path=usr/bin/rwho mode=0555
54 file path=usr/bin/talk mode=0555
58 file path=usr/lib/netsvc/rstat/rpc.rstatd mode=0555
66 file path=usr/sbin/in.comsat mode=0555
67 file path=usr/sbin/in.fingerd mode=0555
68 file path=usr/sbin/in.rexecd mode=0555
69 file path=usr/sbin/in.rlogind mode=0555
70 file path=usr/sbin/in.rshd mode=0555
71 file path=usr/sbin/in.rwhod mode=0555
[all …]
H A Dservice-network-uucp.p5m34 file path=etc/init.d/uucp group=sys mode=0744 \
69 file path=usr/bin/ct group=uucp mode=4511
70 file path=usr/bin/cu owner=uucp group=uucp mode=4511
71 file path=usr/bin/uucp owner=uucp group=uucp mode=4511
73 file path=usr/bin/uulog group=uucp mode=0555
74 file path=usr/bin/uuname owner=uucp group=uucp mode=4511
75 file path=usr/bin/uupick group=uucp mode=0555
77 file path=usr/bin/uuto group=uucp mode=0555
78 file path=usr/bin/uux owner=uucp group=uucp mode=4511
81 file path=usr/lib/uucp/Uutry group=uucp mode=0555
[all …]
H A Dsystem-security-kerberos-5.p5m55 file path=usr/lib/krb5/kconf mode=0555
60 file path=usr/lib/krb5/kprop mode=0555
62 file path=usr/lib/krb5/kpropd mode=0555
64 file path=usr/lib/krb5/ksetpw mode=0555
65 file path=usr/lib/krb5/ksmb mode=0555
81 file path=usr/sbin/k5srvutil mode=0555
82 file path=usr/sbin/kadmin mode=0555
84 file path=usr/sbin/kclient mode=0555
86 file path=usr/sbin/kdb5_util mode=0555
87 file path=usr/sbin/kdcmgr mode=0555
[all …]
H A Dsystem-network-nis.p5m47 file path=usr/bin/chkey group=sys mode=4555
48 file path=usr/bin/ldaplist mode=0555
51 file path=usr/bin/yppasswd mode=0555
55 file path=usr/lib/ldap/idsconfig mode=0555
65 file path=usr/lib/netsvc/yp/ypxfr mode=0555
67 file path=usr/sbin/ldapaddent mode=0555
68 file path=usr/sbin/ldapclient mode=0555
70 file path=usr/sbin/ypalias mode=0555
71 file path=usr/sbin/ypinit mode=0555
72 file path=usr/sbin/yppoll mode=0555
[all …]
H A Dlocale-sr.p5m43 file path=usr/lib/locale/sr_BA.UTF-8/LC_COLLATE/LCL_DATA mode=0444
45 file path=usr/lib/locale/sr_BA.UTF-8/LC_CTYPE/LCL_DATA mode=0444
47 file path=usr/lib/locale/sr_BA.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
51 file path=usr/lib/locale/sr_BA.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
53 file path=usr/lib/locale/sr_BA.UTF-8/LC_TIME/LCL_DATA mode=0444
56 file path=usr/lib/locale/sr_ME.UTF-8/LC_COLLATE/LCL_DATA mode=0444
58 file path=usr/lib/locale/sr_ME.UTF-8/LC_CTYPE/LCL_DATA mode=0444
64 file path=usr/lib/locale/sr_ME.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
66 file path=usr/lib/locale/sr_ME.UTF-8/LC_TIME/LCL_DATA mode=0444
71 file path=usr/lib/locale/sr_RS.UTF-8/LC_CTYPE/LCL_DATA mode=0444
[all …]
H A Dsystem-file-system-nfs.p5m39 file path=etc/fs/nfs/mount mode=0555
66 file path=lib/svc/method/nlockmgr mode=0555
69 file path=usr/bin/nfsstat mode=0555
73 file path=usr/lib/fs/nfs/dfmounts mode=0555
74 file path=usr/lib/fs/nfs/dfshares mode=0555
77 file path=usr/lib/fs/nfs/showmount mode=0555
78 file path=usr/lib/fs/nfs/umount mode=0555
82 file path=usr/lib/nfs/lockd mode=0555
83 file path=usr/lib/nfs/nfs4cbd mode=0555
84 file path=usr/lib/nfs/nfsmapid mode=0555
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h444 #define S_ISFIFO(mode) (((mode)&0xF000) == 0x1000) argument
445 #define S_ISCHR(mode) (((mode)&0xF000) == 0x2000) argument
446 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) argument
447 #define S_ISBLK(mode) (((mode)&0xF000) == 0x6000) argument
448 #define S_ISREG(mode) (((mode)&0xF000) == 0x8000) argument
449 #define S_ISLNK(mode) (((mode)&0xF000) == 0xa000) argument
450 #define S_ISSOCK(mode) (((mode)&0xF000) == 0xc000) argument
451 #define S_ISDOOR(mode) (((mode)&0xF000) == 0xd000) argument
452 #define S_ISPORT(mode) (((mode)&0xF000) == 0xe000) argument
/illumos-gate/usr/src/cmd/mknod/
H A Dmknod.c59 static int domk(const char *path, const mode_t mode, const dev_t arg);
66 mode_t mode; in main() local
80 mode = S_IFIFO; in main()
90 mode = S_IFBLK; in main()
93 mode = S_IFCHR; in main()
114 return (domk(argv[1], (mode | ACC), arg) ? 2 : 0); in main()
118 domk(const char *path, const mode_t mode, const dev_t arg) in domk() argument
122 if ((ec = mknod(path, mode, arg)) == -1) { in domk()
/illumos-gate/usr/src/cmd/id/
H A Did.c54 static PRINT mode = CURR; variable
89 if (mode != CURR) in main()
91 mode = ALLGROUPS; in main()
95 if (mode != CURR) in main()
97 mode = GROUP; in main()
113 if (mode != CURR) in main()
115 mode = USER; in main()
119 if (mode != CURR) in main()
158 if (mode != CURR) { in main()
163 if (mode == USER) in main()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c281 if(!mode) in sh_lexopen()
684 mode = 0; in sh_lex()
1180 if(c==RBRACE && (mode==ST_NAME||mode==ST_NORM)) in sh_lex()
2254 if(mode<0) in sh_endword()
2262 if(mode<=0) in sh_endword()
2272 if(mode==0 || (mode<0 && bracket)) in sh_endword()
2290 if(mode<=0) in sh_endword()
2296 if(mode==2) in sh_endword()
2343 if((mode==0||(mode<0&&bracket)) || (inquote&1)) in sh_endword()
2361 if(mode<0) in sh_endword()
[all …]
/illumos-gate/usr/src/lib/libgen/common/
H A Dpathfind.c98 pathfind(const char *path, const char *name, const char *mode) in pathfind() argument
112 if (mode == ((char *)0)) in pathfind()
113 mode = ""; in pathfind()
114 for (cp = (char *)mode; *cp; cp++) { in pathfind()
182 fullck(char *name, mode_t mode, int nzflag) in fullck() argument
187 if ((mode & 0177000) == 0 && nzflag == 0) /* no special info wanted */ in fullck()
191 xor = (sbuf.st_mode ^ mode) & 077000; /* see mknod(2) */ in fullck()
192 if ((mode & 0170000) == 0) in fullck()
194 if ((mode & 07000) == 0) in fullck()
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c591 #define GTTY(fd, mode) ioctl(fd, TCGETA, mode) in initterm() argument
592 #define GTTYS(fd, mode) \ in initterm() argument
594 #define STTY(fd, mode) ioctl(fd, TCSETAW, mode) in initterm() argument
595 #define STTYS(fd, mode) ioctl(fd, TCSETSW, mode) in initterm() argument
596 #define SPEED(mode) (mode.c_cflag & CBAUD) in initterm() argument
597 #define SPEEDS(mode) (cfgetospeed(&mode)) in initterm() argument
598 #define OFLAG(mode) mode.c_oflag in initterm() argument
601 #define GTTY(fd, mode) gtty(fd, mode) in initterm() argument
602 #define STTY(fd, mode) stty(fd, mode) in initterm() argument
603 #define SPEED(mode) (mode.sg_ospeed & 017) in initterm() argument
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c255 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable()
261 if ((mode == 0) || (isprefix(mode, "output"))) { in EncryptDisable()
290 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType()
295 if ((mode == 0) || isprefix(mode, "output")) { in EncryptType()
308 EncryptStart(char *mode) in EncryptStart() argument
311 if (mode) { in EncryptStart()
316 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStart()
323 "for help\n"), mode); in EncryptStart()
356 EncryptStop(char *mode) in EncryptStop() argument
359 if (mode) { in EncryptStop()
[all …]
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_ctl.c39 aggr_ioc_modify(void *karg, intptr_t arg, int mode, cred_t *cred, int *rvalp) in aggr_ioc_modify() argument
112 ports_size, mode) != 0) { in aggr_ioc_create()
142 int mode; member
166 if (ddi_copyout(&grp, state->where, sizeof (grp), state->mode) != 0) in aggr_ioc_info_new_grp()
190 if (ddi_copyout(&port, state->where, sizeof (port), state->mode) != 0) in aggr_ioc_info_new_port()
208 state.mode = mode; in aggr_ioc_info()
216 int mode) in aggr_ioc_add_remove() argument
230 ports_size, mode) != 0) { in aggr_ioc_add_remove()
255 aggr_ioc_add(void *karg, intptr_t arg, int mode, cred_t *cred, int *rvalp) in aggr_ioc_add() argument
257 return (aggr_ioc_add_remove(karg, arg, LAIOC_ADD, mode)); in aggr_ioc_add()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpeek.c43 reg int mode; local
47 { if(f->mode&SF_INIT)
65 if(!(mode = f->flags&SF_READ) )
66 mode = SF_WRITE;
67 if((int)f->mode != mode && _sfmode(f,mode,0) < 0)
78 { f->mode |= SF_PEEK;
H A Dsfsetfd.c74 if((f->mode&SF_INIT) && f->file < 0)
81 if((f->mode&SF_RDWR) != f->mode && _sfmode(f,0,0) < 0)
96 if(((f->mode&SF_WRITE) && f->next > f->data) ||
97 (f->mode&SF_READ) || f->disc == _Sfudisc)
104 if(((f->mode&SF_WRITE) && f->next > f->data) ||
105 ((f->mode&SF_READ) && f->extent < 0 &&
121 f->mode = (f->mode&SF_RDWR)|SF_INIT;
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c120 v86.ecx = mode; in biosvbe_get_mode_info()
196 v86.ebx = mode; in biosvbe_palette_data()
367 int mode, ret; in vbe_set_palette() local
386 mode = 0x80; in vbe_set_palette()
388 mode = 0; in vbe_set_palette()
529 uint16_t mode; in vbe_find_mode_xydm() local
562 if (m == mode) in vbe_find_mode_xydm()
563 return (mode); in vbe_find_mode_xydm()
571 return (mode); in vbe_find_mode_xydm()
696 uint16_t mode; in vbe_modelist() local
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dtest-dissect.c16 static inline const char *show_mode(unsigned mode) in show_mode() argument
20 if (mode == -1) in show_mode()
23 #define U(u_r) "-rwm"[(mode / u_r) & 3] in show_mode()
32 static void print_usage(struct position *pos, struct symbol *sym, unsigned mode) in print_usage() argument
42 pos->line, pos->pos, storage(sym), show_mode(mode)); in print_usage()
45 static void r_symbol(unsigned mode, struct position *pos, struct symbol *sym) in r_symbol() argument
47 print_usage(pos, sym, mode); in r_symbol()
57 static void r_member(unsigned mode, struct position *pos, struct symbol *sym, struct symbol *mem) in r_member() argument
61 print_usage(pos, sym, mode); in r_member()
/illumos-gate/usr/src/cmd/dlutil/
H A Ddlled.c77 char *mode; in dlled_parse_mode() local
81 mode = strdup(orig); in dlled_parse_mode()
82 if (mode == NULL) { in dlled_parse_mode()
88 part = strtok(mode, ","); in dlled_parse_mode()
107 free(mode); in dlled_parse_mode()
122 mac_led_mode_t orig = mode; in dlled_mode2str()
125 if ((mode & dlled_map[i].dlm_bits) != 0) { in dlled_mode2str()
132 mode &= ~dlled_map[i].dlm_bits; in dlled_mode2str()
136 if (mode != 0) { in dlled_mode2str()
143 dlled_set(const char *link, mac_led_mode_t mode) in dlled_set() argument
[all …]
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_main.c120 const inj_mode_ops_t *mode = NULL; in main() local
131 if (mode != NULL || mode_arg != NULL) in main()
134 mode = &sysevent_ops; in main()
139 if (mode != NULL) in main()
142 mode = &simulate_ops; in main()
158 if (mode == NULL) in main()
159 mode = &sysevent_ops; in main()
178 inj_program_run(program, mode, mode_arg); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppexpr.c226 pp.mode |= HOSTED; in predicate()
348 x = pp.mode; in subexpr()
349 pp.mode |= INACTIVE; in subexpr()
351 pp.mode = x; in subexpr()
382 x = pp.mode; in subexpr()
383 pp.mode |= INACTIVE; in subexpr()
385 pp.mode = x; in subexpr()
536 if (!(pp.mode & HOSTED)) in subexpr()
628 return pp.mode & BUILTIN; in ppoption()
640 return pp.mode & HOSTED; in ppoption()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c346 CK_ULONG mode) in template_add_default_attributes() argument
370 tmpl, mode)); in template_add_default_attributes()
473 CK_ULONG mode) in template_check_required_attributes() argument
477 tmpl, mode)); in template_check_required_attributes()
481 tmpl, mode)); in template_check_required_attributes()
484 tmpl, mode)); in template_check_required_attributes()
542 CK_ULONG mode) in template_check_required_base_attributes() argument
1109 CK_ULONG mode) in template_validate_attribute() argument
1118 attr, mode)); in template_validate_attribute()
1170 CK_ULONG mode) in template_validate_attributes() argument
[all …]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.c75 sizeof (cpqary3_ioctl_request_t), mode)) { in cpqary3_ioctl_driver_info()
99 sizeof (cpqary3_driver_info_t), mode)) { in cpqary3_ioctl_driver_info()
109 sizeof (cpqary3_ioctl_request_t), mode)) { in cpqary3_ioctl_driver_info()
188 sizeof (cpqary3_ctlr_info_t), mode)) { in cpqary3_ioctl_ctlr_info()
264 sizeof (cpqary3_bmic_pass_t), mode)) { in cpqary3_ioctl_bmic_pass()
282 sizeof (cpqary3_bmic_pass_t), mode)) { in cpqary3_ioctl_bmic_pass()
321 cpqary3_bmic_pass_t *bmic_pass, int mode) in cpqary3_ioctl_send_bmiccmd() argument
391 bmic_pass->buf_len, mode)) { in cpqary3_ioctl_send_bmiccmd()
537 sizeof (cpqary3_scsi_pass_t), mode)) { in cpqary3_ioctl_scsi_pass()
555 sizeof (cpqary3_scsi_pass_t), mode)) { in cpqary3_ioctl_scsi_pass()
[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/uts/sun4v/io/niumx/
H A Dniumx_tools.c53 static int niumx_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
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
292 niumxtool_get_intr(dev_info_t *dip, void *arg, int mode) in niumxtool_get_intr() argument
341 if (ddi_copyin(arg, iget_p, iget_kmem_alloc_size, mode) != in niumxtool_get_intr()
387 mode); in niumxtool_get_intr()
405 niumxtool_set_intr(dev_info_t *dip, void *arg, int mode) in niumxtool_set_intr() argument
494 niumxtool_intr(dev_info_t *dip, void *arg, int cmd, int mode) in niumxtool_intr() argument
503 rval = niumxtool_intr_info(dip, arg, mode); in niumxtool_intr()
508 rval = niumxtool_get_intr(dip, arg, mode); in niumxtool_intr()
[all …]

12345678910>>...76