Home
last modified time | relevance | path

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

12345678910>>...76

/illumos-gate/usr/src/pkg/manifests/
H A Dservice-network-network-servers.p5m39 file path=lib/svc/manifest/network/comsat.xml group=sys mode=0444
40 file path=lib/svc/manifest/network/finger.xml group=sys mode=0444
41 file path=lib/svc/manifest/network/login.xml group=sys mode=0444
42 file path=lib/svc/manifest/network/rexec.xml group=sys mode=0444
44 file path=lib/svc/manifest/network/rpc/rstat.xml group=sys mode=0444
45 file path=lib/svc/manifest/network/rpc/rusers.xml group=sys mode=0444
46 file path=lib/svc/manifest/network/rpc/spray.xml group=sys mode=0444
47 file path=lib/svc/manifest/network/rpc/wall.xml group=sys mode=0444
48 file path=lib/svc/manifest/network/shell.xml group=sys mode=0444
49 file path=lib/svc/manifest/network/talk.xml group=sys mode=0444
[all …]
H A Dservice-network-uucp.p5m34 file path=etc/init.d/uucp group=sys mode=0744 \
53 file path=etc/uucp/Permissions owner=uucp group=uucp mode=0600 \
59 file path=etc/uucp/Systems owner=uucp group=uucp mode=0600 \
66 file path=lib/svc/manifest/network/uucp.xml group=sys mode=0444
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
72 file path=usr/bin/uuglist 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
[all …]
H A Dsystem-security-kerberos-5.p5m47 file path=lib/svc/manifest/network/security/krb5_prop.xml group=sys mode=0444
51 file path=usr/lib/krb5/README.db2 mode=0444
54 file path=usr/lib/krb5/kadmind mode=0500
55 file path=usr/lib/krb5/kconf mode=0555
56 file path=usr/lib/krb5/kdyndns mode=0555
59 file path=usr/lib/krb5/klookup mode=0555
60 file path=usr/lib/krb5/kprop mode=0555
61 file path=usr/lib/krb5/kprop_script mode=0555
62 file path=usr/lib/krb5/kpropd mode=0555
63 file path=usr/lib/krb5/krb5kdc mode=0500
[all …]
H A Dsystem-network-nis.p5m43 file path=lib/svc/manifest/network/nis/client.xml group=sys mode=0444
47 file path=usr/bin/chkey group=sys mode=4555
48 file path=usr/bin/ldaplist mode=0555
49 file path=usr/bin/ypcat group=other mode=0555
50 file path=usr/bin/ypmatch group=other mode=0555
51 file path=usr/bin/yppasswd mode=0555
52 file path=usr/bin/ypwhich group=other mode=0555
55 file path=usr/lib/ldap/idsconfig mode=0555
56 file path=usr/lib/ldap/ldap_cachemgr mode=0555
62 file path=usr/lib/netsvc/yp/ypbind 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
49 file path=usr/lib/locale/sr_BA.UTF-8/LC_MONETARY/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
60 file path=usr/lib/locale/sr_ME.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
62 file path=usr/lib/locale/sr_ME.UTF-8/LC_MONETARY/LCL_DATA mode=0444
[all …]
H A Dsystem-file-system-nfs.p5m39 file path=etc/fs/nfs/mount mode=0555
45 file path=kernel/fs/$(ARCH64)/nfs group=sys mode=0755
48 file path=kernel/misc/$(ARCH64)/klmmod group=sys mode=0755
49 file path=kernel/misc/$(ARCH64)/klmops group=sys mode=0755
50 file path=kernel/misc/$(ARCH64)/nfs_dlboot group=sys mode=0755
59 file path=lib/svc/manifest/network/nfs/cbd.xml group=sys mode=0444
60 file path=lib/svc/manifest/network/nfs/client.xml group=sys mode=0444
61 file path=lib/svc/manifest/network/nfs/mapid.xml group=sys mode=0444
62 file path=lib/svc/manifest/network/nfs/nlockmgr.xml group=sys mode=0444
63 file path=lib/svc/manifest/network/nfs/status.xml group=sys mode=0444
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c268 Lex_t *sh_lexopen(Lex_t *lp, Shell_t *sp, int mode) in sh_lexopen() argument
281 if(!mode) in sh_lexopen()
328 register int n, c, mode=ST_BEGIN, wordflags=0; in sh_lex() local
360 mode = lp->lexd.lex_state; in sh_lex()
380 if(mode!=ST_BEGIN) in sh_lex()
389 state = sh_lexstates[mode]; in sh_lex()
420 if(mode==ST_BEGIN) in sh_lex()
422 if(mode >ST_NORM && lp->lexd.level>0) in sh_lex()
427 if(mode==ST_LIT) in sh_lex()
432 mode = oldmode(lp); in sh_lex()
[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/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()
136 if ((mode == CURR && (nflag || rflag)) || in main()
137 (mode == ALLGROUPS && rflag) || in main()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/checksum/edonr/
H A Dedonr_test.c154 #define EDONR_ALGO_TEST(_m, mode, testdigest) \ in main() argument
157 uint8_t digest[mode / 8]; \ in main()
158 EdonRInit(&ctx, mode); \ in main()
162 "\tResult: ", #mode); \ in main()
163 if (bcmp(digest, testdigest, mode / 8) == 0) { \ in main()
172 #define EDONR_PERF_TEST(mode) \ in main() argument
175 uint8_t digest[mode / 8]; \ in main()
183 EdonRInit(&ctx, mode); \ in main()
194 (void) printf("Edon-R-%-6s%llu us (%.02f CPB)\n", #mode,\ in main()
/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
593 (istermios = ioctl(fd, TCGETS, mode)) in initterm()
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
[all …]
/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/cmd-inet/usr.bin/telnet/
H A Dencrypt.c224 EncryptEnable(char *type, char *mode) in EncryptEnable() argument
233 if (EncryptType(type, mode)) in EncryptEnable()
234 return (EncryptStart(mode)); in EncryptEnable()
240 EncryptDisable(char *type, char *mode) in EncryptDisable() argument
255 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable()
261 if ((mode == 0) || (isprefix(mode, "output"))) { in EncryptDisable()
269 "%s: invalid encryption mode\n"), mode); in EncryptDisable()
275 EncryptType(char *type, char *mode) in EncryptType() argument
290 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType()
295 if ((mode == 0) || isprefix(mode, "output")) { in EncryptType()
[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/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
86 aggr_ioc_create(void *karg, intptr_t arg, int mode, cred_t *cred, int *rvalp) in aggr_ioc_create() argument
112 ports_size, mode) != 0) { in aggr_ioc_create()
132 aggr_ioc_delete(void *karg, intptr_t arg, int mode, cred_t *cred, int *rvalp) in aggr_ioc_delete() argument
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()
201 aggr_ioc_info(void *karg, intptr_t arg, int mode, cred_t *cred, int *rvalp) in aggr_ioc_info() argument
208 state.mode = mode; in aggr_ioc_info()
216 int mode) in aggr_ioc_add_remove() argument
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c63 bios_set_text_mode(int mode) in bios_set_text_mode() argument
81 v86.eax = mode; /* set VGA text mode */ in bios_set_text_mode()
115 biosvbe_get_mode_info(int mode, struct modeinfoblock *mi) in biosvbe_get_mode_info() argument
120 v86.ecx = mode; in biosvbe_get_mode_info()
129 biosvbe_set_mode(int mode, struct crtciinfoblock *ci) in biosvbe_set_mode() argument
148 v86.ebx = mode | 0x4000; /* set linear FB bit */ in biosvbe_set_mode()
166 biosvbe_get_mode(int *mode) in biosvbe_get_mode() argument
172 *mode = v86.ebx & 0x3fff; /* Bits 0-13 */ in biosvbe_get_mode()
191 biosvbe_palette_data(int mode, int reg, struct paletteentry *pe) in biosvbe_palette_data() argument
196 v86.ebx = mode; in biosvbe_palette_data()
[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/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/contrib/ast/src/lib/libpp/
H A Dppexpr.c208 if ((pp.state & STRICT) && !(pp.mode & HOSTED)) switch (index) in predicate()
226 pp.mode |= HOSTED; in predicate()
248 …if (warn && !(pp.mode & HOSTED) && (sym = ppsymref(pp.symtab, pred)) && (sym->flags & SYM_PREDICAT… in predicate()
288 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "more tokens expected"; in subexpr()
319 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "too many )'s"; in subexpr()
328 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "closing ) expected"; in subexpr()
334 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "operator expected"; in subexpr()
348 x = pp.mode; in subexpr()
349 pp.mode |= INACTIVE; in subexpr()
351 pp.mode = x; in subexpr()
[all …]
/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()
118 dlled_mode2str(mac_led_mode_t mode, char *buf, size_t len) in dlled_mode2str() argument
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()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c346 CK_ULONG mode) in template_add_default_attributes() argument
360 return (data_object_set_default_attributes(tmpl, mode)); in template_add_default_attributes()
363 return (cert_x509_set_default_attributes(tmpl, mode)); in template_add_default_attributes()
370 tmpl, mode)); in template_add_default_attributes()
379 tmpl, mode)); in template_add_default_attributes()
388 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()
[all …]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.c59 cpqary3_ioctl_driver_info(uintptr_t ioctl_reqp, int mode) in cpqary3_ioctl_driver_info() argument
75 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()
136 cpqary3_ioctl_ctlr_info(uintptr_t ioctl_reqp, cpqary3_t *cpqary3p, int mode) in cpqary3_ioctl_ctlr_info() argument
153 sizeof (cpqary3_ioctl_request_t), mode)) { in cpqary3_ioctl_ctlr_info()
188 sizeof (cpqary3_ctlr_info_t), mode)) { in cpqary3_ioctl_ctlr_info()
199 sizeof (cpqary3_ioctl_request_t), mode)) { in cpqary3_ioctl_ctlr_info()
226 cpqary3_ioctl_bmic_pass(uintptr_t ioctl_reqp, cpqary3_t *cpqary3p, int mode) in cpqary3_ioctl_bmic_pass() argument
245 sizeof (cpqary3_ioctl_request_t), mode)) { in cpqary3_ioctl_bmic_pass()
[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/cmd/ksh93/edit/
H A Dvi.c638 static void append(Vi_t *vp,int c, int mode) in append() argument
644 if( mode==APPEND || (cur_virt==last_virt && last_virt>=0)) in append()
1106 static void cdelete(Vi_t *vp,register int nchars, int mode) in cdelete() argument
1128 if( mode != 'c' ) in cdelete()
1138 if( mode != 'y' ) in cdelete()
1153 static void del_line(register Vi_t *vp, int mode) in del_line() argument
1158 if( mode == GOOD ) in del_line()
1193 static int delmotion(Vi_t *vp,int motion, int mode) in delmotion() argument
1200 if( mode != 'y' ) in delmotion()
1213 if( mode=='c' && end>begin && strchr("wW", motion) ) in delmotion()
[all …]

12345678910>>...76