Searched refs:f_type (Results 1 - 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/cmd/filesync/
H A Drename.c100 btype = np->f_info[OPT_BASE].f_type;
101 stype = np->f_info[OPT_SRC].f_type;
102 dtype = np->f_info[OPT_DST].f_type;
161 if (fp->f_info[side].f_type != 0)
165 if (fp->f_info[otherside].f_type == 0)
169 if (fp->f_info[OPT_BASE].f_type != new->f_info[side].f_type)
225 dir = new->f_info[side].f_type == S_IFDIR;
H A Drecon.c484 fp->f_info[ OPT_BASE ].f_type = S_IFDIR;
581 if (sp->f_type != dp->f_type)
585 if (sp->f_type == S_IFDIR)
589 if ((sp->f_type == S_IFBLK) || (sp->f_type == S_IFCHR)) {
598 if (sp->f_type == S_IFLNK)
736 if (fp->f_info[OPT_BASE].f_type != S_IFREG)
738 if (fp->f_info[OPT_SRC].f_type != S_IFREG)
740 if (fp->f_info[OPT_DST].f_type !
[all...]
H A Daction.c435 type = sp->f_type; /* type of the new file */
452 if ((dp->f_type == S_IFREG && sp->f_type == S_IFREG) &&
466 if (dp->f_type)
486 if (dp->f_type == S_IFDIR) {
516 dp->f_type = 0;
558 dp->f_type = S_IFDIR;
591 dp->f_type = S_IFLNK;
613 dp->f_type = type;
638 if (dp->f_type) {
[all...]
H A Danal.c478 type = np->f_type;
479 if (type != rp->f_type) {
482 else if (rp->f_type == 0)
791 if (fcp->f_type != basp->f_type)
929 lp->f_info[which].f_type = fp->f_info[which].f_type;
991 } else if (fp->f_info[OPT_SRC].f_type != S_IFDIR &&
992 fp->f_info[OPT_DST].f_type != S_IFDIR) {
H A Dbase.c461 ip->f_type = gettype(type); /* note file type */
840 fprintf(file, "FILE %d %c %-20s 0%04o", depth, showtype(ip->f_type),
861 if (S_ISBLK(ip->f_type) || S_ISCHR(ip->f_type))
H A Ddatabase.h128 int f_type; /* file/dir/special ... */ member in struct:fileinfo
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c198 fp->f_type = t->f_type; /* file type */
255 empty.f_type = NULL;
310 sm_free(fp->f_type);
311 fp->f_type = sm_strdup_x(v->f_type);
384 v->f_type = fp->f_type;
393 valp = sm_strdup_x(fp->f_type);
402 return strcmp(fp->f_type, val
[all...]
H A Dsnprintf.c83 fake.f_type = "sm_snprintf:fake";
H A Dsscanf.c95 fake.f_type = "sm_io_sscanf:fake";
H A Dvasprintf.c81 fake.f_type = "sm_vasprintf:fake";
H A Dvsnprintf.c76 fake.f_type = "sm_vsnprintf:fake";
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h30 short f_type; /* descriptor type */ member in struct:file
H A Dvfs.h113 long f_type; /* type of info, zero for now */ member in struct:statfs
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c29 buf->f_type = 0;
71 buf->f_type = 0;
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h229 int f_type; /* type of info, zero for now */ member in struct:statfs
241 long f_type; /* type of info, zero for now */ member in struct:statfs
254 long f_type; /* type of info, zero for now */ member in struct:statfs64
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_statfs.c84 bsdbuf->f_type = (long) 0; /* type of info, zero for now */
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox_priv.h81 sbbc_msg_type_t f_type; /* msg_type */ member in struct:sbbc_fragment
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Delf_freebsd.c60 if (!strcmp((*result)->f_type, "elf kernel"))
H A Dppc64_elf_freebsd.c61 if (!strcmp((*result)->f_type, "elf kernel"))
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Delf_freebsd.c64 if (!strcmp((*result)->f_type, "elf kernel"))
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.c212 fp->f_type = strdup("aout multiboot kernel");
464 if (mfp->f_type != NULL && strcmp(mfp->f_type, "rootfs") == 0)
466 if (mfp->f_type != NULL && strcmp(mfp->f_type, "kernel") == 0)
491 if (strcmp(mfp->f_type, "kernel") == 0) {
499 len += strlen(mfp->f_type) + 5 + 1;
511 mfp->f_name, mfp->f_type, mfp->f_args);
514 mfp->f_name, mfp->f_type);
H A Dlinux.c236 fp->f_type = strdup("Linux bzImage");
238 fp->f_type = strdup("Linux zImage");
290 if (strcmp(fp->f_type, "Linux bzImage") == 0)
292 else if (strcmp(fp->f_type, "Linux zImage") == 0)
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1309 if (f->f_type == F_UNUSED) {
1408 * Need to grab filed_mutex before testing the f_type.
1415 if (f->f_type == F_UNUSED ||
1416 (f->f_type == F_FILE && (mp->flags & IGN_FILE)) ||
1417 (f->f_type == F_CONSOLE &&
1470 while (f->f_type != F_UNUSED) {
1497 if (f->f_type != F_FILE)
1503 f->f_type = F_UNUSED;
1516 if (f->f_type == F_FILE) {
1547 if (f->f_type
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c719 char f_type[BUFSIZ]; /* The function. */ local
776 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs);
777 (void) sprintf(buf, "%s", strnormalize(f_type));
778 (void) strcpy(f_type, buf);
787 errlog(VERBOSE, "f_name=%s, f_basetype=%s, f_type=%s\n",
788 f_name, f_basetype, f_type);
790 symtab_set_function(f_name, line, file, f_type, f_basetype, levels);
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h133 char *f_type; /* for by-type lookups */ member in struct:sm_file
212 (f).f_type = (name);

Completed in 92 milliseconds

12