Home
last modified time | relevance | path

Searched refs:cmode (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dopen.c295 openat(int fd, char *path, int fmode, int cmode) in openat() argument
297 return (copen(fd, path, OPENMODE(fmode), cmode)); in openat()
301 open(char *path, int fmode, int cmode) in open() argument
303 return (openat(AT_FDCWD, path, fmode, cmode)); in open()
311 openat64(int fd, char *path, int fmode, int cmode) in openat64() argument
313 return (copen(fd, path, OPENMODE64(fmode), cmode)); in openat64()
317 open64(char *path, int fmode, int cmode) in open64() argument
319 return (openat64(AT_FDCWD, path, fmode, cmode)); in open64()
329 openat32(int fd, char *path, int fmode, int cmode) in openat32() argument
331 return (copen(fd, path, OPENMODE32(fmode), cmode)); in openat32()
[all …]
/titanic_41/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c681 safeopen(fn, omode, cmode, sff) in safeopen() argument
684 int cmode;
697 fn, omode, cmode, sff);
746 fd = dfopen(fn, omode, cmode, sff);
788 safefopen(fn, omode, cmode, sff) in safefopen() argument
791 int cmode;
825 fd = safeopen(fn, omode, cmode, sff);
927 dfopen(filename, omode, cmode, sff) in dfopen() argument
930 int cmode;
941 fd = open(filename, omode, cmode);
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c112 mode_t bmode, cmode; in getvfsany() local
147 ((cmode = (statb.st_mode & S_IFMT)) == S_IFBLK || in getvfsany()
148 cmode == S_IFCHR)) { in getvfsany()
158 (cstat == 1 && SDIFF(vfs_fsckdev, cmode, crdev)) || in getvfsany()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c570 const char *cmode = NULL, *rfile = NULL; in cmd_typedef() local
581 'c', MDB_OPT_STR, &cmode, in cmd_typedef()
593 if (cmode != NULL) in cmd_typedef()
602 if ((destroy || cmode != NULL || list || rfile != NULL) && argc != 0) in cmd_typedef()
608 if (cmode) in cmd_typedef()
609 return (typedef_create(cmode)); in cmd_typedef()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dbf.c71 # define OPEN(fn, omode, cmode, sff) open(fn, omode, cmode) argument
73 # define OPEN(fn, omode, cmode, sff) safeopen(fn, omode, cmode, sff) argument
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcollate.h78 unsigned char cmode[COLL_WEIGHTS_MAX];/* order mode: forward... */ member
/titanic_41/usr/src/cmd/touch/
H A Dtouch.c77 mode_t cmode = in main() local
204 } else if ((fd = creat(argv[c], cmode)) < 0) { in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1682 uint8_t cmode; in opt_format_staclzs() local
1685 GETINT8(cmode, optdata); in opt_format_staclzs()
1687 cmode &= 0x07; in opt_format_staclzs()
1690 (void) sprintf(get_line(0, 0), "Check Mode = %d", cmode); in opt_format_staclzs()
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_regd.h217 struct cmode { struct
H A Darn_regd.c439 const struct cmode *cm, in ath9k_regd_add_channel()
646 const struct cmode *cm; in ath9k_regd_init_channels()
H A Darn_regd_common.h2094 static const struct cmode modes[] = {
/titanic_41/usr/src/cmd/tar/
H A Dtar.c8486 openat64(int fd, const char *name, int oflag, mode_t cmode) in openat64() argument
8488 return (open64(name, oflag, cmode)); in openat64()
8492 openat(int fd, const char *name, int oflag, mode_t cmode) in openat() argument
8494 return (open(name, oflag, cmode)); in openat()
8537 attropen(char *file, char *attr, int omode, mode_t cmode) in attropen() argument
/titanic_41/usr/src/uts/common/c2/
H A Daudit_event.c1093 long cmode; in aui_open() member
1110 long cmode; in aus_open() member
1132 long cmode; in aui_openat() member
1158 long cmode; in aus_openat() member
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c9685 openat64(int fd, char *name, int oflag, mode_t cmode) in openat64() argument
9687 return (open64(name, oflag, cmode)); in openat64()
9691 openat(int fd, char *name, int oflag, mode_t cmode) in openat() argument
9693 return (open(name, oflag, cmode)); in openat()
9737 attropen(char *file, char *attr, int omode, mode_t cmode) in attropen() argument
/titanic_41/usr/src/uts/sun4v/io/
H A Dldc.c3560 ldc_set_cb_mode(ldc_handle_t handle, ldc_cb_mode_t cmode) in ldc_set_cb_mode() argument
3576 switch (cmode) { in ldc_set_cb_mode()