Searched refs:g_mode (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/ |
H A D | dtrace.c | 93 static int g_mode = DMODE_EXEC; variable 1193 * affect our behavior mode (g_mode) and flags used for dtrace_open(). 1227 g_mode = DMODE_ANON; 1238 g_mode = DMODE_HEADER; 1246 g_mode = DMODE_LINK; 1254 g_mode = DMODE_LIST; 1260 g_mode = DMODE_VERS; 1280 if (g_mode == DMODE_VERS) 1289 if (g_mode == DMODE_LINK && 1357 if (g_mode [all...] |
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 241 g_mode, /* Mode of file */ member in struct:gen_hdr 1704 Gen.g_mode = SrcSt.st_mode; 1861 if (fchmod(dirfd, G_p->g_mode) != 0) { 1973 result = mkdir(nam_p, G_p->g_mode); 1982 result = mknod(nam_p, (int)G_p->g_mode, 2119 (G_p->g_mode & (ulong_t)Ftype) == S_IFREG) { 2685 if (((G_p->g_mode & Ftype) == S_IFLNK && proc_mode != P_SKIP) || 2712 if (S_ISSPARSE(G_p->g_mode) && G_p->g_holes != NULL) { 3002 if ((G_p->g_mode & Ftype) == S_IFLNK && (Hdr_type != 3034 } else if ((G_p->g_mode [all...] |
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 391 ulong_t g_mode; /* Mode of file */ member in struct:gen_hdr 1518 (void) sscanf(dblock.dbuf.mode, "%8lo", &Gen.g_mode); 1529 sp->st_mode = Gen.g_mode; 3230 if (mknod(namep, (int)(Gen.g_mode|S_IFIFO), 3271 if (mknod(namep, (int)(Gen.g_mode|S_IFCHR), 3320 if (mknod(namep, (int)(Gen.g_mode|S_IFBLK), 4378 if ((S_ISUID & Gen.g_mode) == S_ISUID) 4380 if ((S_ISVTX & Gen.g_mode) == S_ISVTX) 4382 if ((S_ISGID & Gen.g_mode) == S_ISGID && modestr[6] == 'x') 4384 else if ((S_ENFMT & Gen.g_mode) [all...] |
Completed in 78 milliseconds