Home
last modified time | relevance | path

Searched refs:f_type (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/filesync/
H A Drename.c100 btype = np->f_info[OPT_BASE].f_type; in find_renames()
101 stype = np->f_info[OPT_SRC].f_type; in find_renames()
102 dtype = np->f_info[OPT_DST].f_type; in find_renames()
161 if (fp->f_info[side].f_type != 0) in find_oldname()
165 if (fp->f_info[otherside].f_type == 0) in find_oldname()
169 if (fp->f_info[OPT_BASE].f_type != new->f_info[side].f_type) in find_oldname()
225 dir = new->f_info[side].f_type == S_IFDIR; in note_rename()
H A Drecon.c484 fp->f_info[ OPT_BASE ].f_type = S_IFDIR; in reconcile()
581 if (sp->f_type != dp->f_type) in samedata()
585 if (sp->f_type == S_IFDIR) in samedata()
589 if ((sp->f_type == S_IFBLK) || (sp->f_type == S_IFCHR)) { in samedata()
598 if (sp->f_type == S_IFLNK) in samedata()
736 if (fp->f_info[OPT_BASE].f_type != S_IFREG) in truncated()
738 if (fp->f_info[OPT_SRC].f_type != S_IFREG) in truncated()
740 if (fp->f_info[OPT_DST].f_type != S_IFREG) in truncated()
H A Daction.c453 if ((dp->f_type == S_IFREG && sp->f_type == S_IFREG) && in do_copy()
467 if (dp->f_type) in do_copy()
487 if (dp->f_type == S_IFDIR) { in do_copy()
517 dp->f_type = 0; in do_copy()
559 dp->f_type = S_IFDIR; in do_copy()
592 dp->f_type = S_IFLNK; in do_copy()
614 dp->f_type = type; in do_copy()
639 if (dp->f_type) { in do_copy()
687 dp->f_type = type; in do_copy()
734 dp->f_type = S_IFREG; in do_copy()
[all …]
H A Danal.c477 type = np->f_type; in check_changes()
478 if (type != rp->f_type) { in check_changes()
481 else if (rp->f_type == 0) in check_changes()
790 if (fcp->f_type != basp->f_type) in find_link()
928 lp->f_info[which].f_type = fp->f_info[which].f_type; in link_update()
990 } else if (fp->f_info[OPT_SRC].f_type != S_IFDIR && in queue_file()
991 fp->f_info[OPT_DST].f_type != S_IFDIR) { in queue_file()
H A Dbase.c461 ip->f_type = gettype(type); /* note file type */ in read_baseline()
840 fprintf(file, "FILE %d %c %-20s 0%04o", depth, showtype(ip->f_type), in bw_file()
861 if (S_ISBLK(ip->f_type) || S_ISCHR(ip->f_type)) in bw_file()
H A Deval.c668 ip->f_type = sp->st_mode & S_IFMT; in note_info()
713 np->f_type = ip->f_type; in do_update()
H A Ddatabase.h126 int f_type; /* file/dir/special ... */ member
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c196 fp->f_type = t->f_type; /* file type */
253 empty.f_type = NULL; in sm_init()
308 sm_free(fp->f_type);
309 fp->f_type = sm_strdup_x(v->f_type);
382 v->f_type = fp->f_type;
391 valp = sm_strdup_x(fp->f_type);
400 return strcmp(fp->f_type, valp) == 0;
H A Dvsnprintf.c74 fake.f_type = "sm_vsnprintf:fake";
H A Dsnprintf.c81 fake.f_type = "sm_snprintf:fake";
H A Dsscanf.c93 fake.f_type = "sm_io_sscanf:fake";
H A Dvasprintf.c79 fake.f_type = "sm_vasprintf:fake";
/illumos-gate/usr/src/boot/i386/libi386/
H A Dmultiboot.c189 fp->f_type = strdup("aout multiboot kernel"); in multiboot_loadfile()
288 if (mfp->f_type != NULL && strcmp(mfp->f_type, "rootfs") == 0) in multiboot_exec()
290 if (mfp->f_type != NULL && strcmp(mfp->f_type, "kernel") == 0) in multiboot_exec()
315 if (strcmp(mfp->f_type, "kernel") == 0) { in multiboot_exec()
322 len += strlen(mfp->f_type) + 5 + 1; in multiboot_exec()
334 mfp->f_name, mfp->f_type, mfp->f_args); in multiboot_exec()
337 mfp->f_name, mfp->f_type); in multiboot_exec()
H A Dlinux.c230 fp->f_type = strdup("Linux bzImage"); in linux_loadkernel()
232 fp->f_type = strdup("Linux zImage"); in linux_loadkernel()
288 if (strcmp(fp->f_type, "Linux bzImage") == 0) in linux_exec()
290 else if (strcmp(fp->f_type, "Linux zImage") == 0) in linux_exec()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1670 if (f->f_type != F_USERS && f->f_type != F_WALL && in logit()
1686 f->f_type = F_UNUSED; in logit()
1790 switch (f->f_type) { in writemsg()
1860 ((f->f_type == F_USERS) || (f->f_type == F_WALL)) ? in writemsg()
1895 if ((f->f_type == F_USERS) || (f->f_type == F_WALL)) { in writemsg()
3107 switch (f->f_type) { in dumpstats()
3153 switch (f->f_type) { in dumpstats()
3484 f->f_type = F_FORW; in cfline()
3523 f->f_type = F_TTY; in cfline()
3533 f->f_type = F_WALL; in cfline()
[all …]
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h227 int f_type; /* type of info, zero for now */ member
239 long f_type; /* type of info, zero for now */ member
252 long f_type; /* type of info, zero for now */ member
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c27 buf->f_type = 0; in cnvtvfs64()
69 buf->f_type = 0; in cnvtvfs()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c717 char f_type[BUFSIZ]; /* The function. */ in collect_prototype() local
774 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs); in collect_prototype()
775 (void) sprintf(buf, "%s", strnormalize(f_type)); in collect_prototype()
776 (void) strcpy(f_type, buf); in collect_prototype()
786 f_name, f_basetype, f_type); in collect_prototype()
788 symtab_set_function(f_name, line, file, f_type, f_basetype, levels); in collect_prototype()
H A Dparseproto.y2066 char f_type[BUFSIZ]; in decl_PrintTraceInfo() local
2083 decl_GetTraceInfo(dp, f_type, f_print, &funargs); in decl_PrintTraceInfo()
2087 fprintf(stderr, "return type = %s\n", f_type); in decl_PrintTraceInfo()
2138 decl_GetTraceInfo(decl_t *dp, char *f_type, char *f_print, decl_t **funargs) in decl_GetTraceInfo() argument
2146 snprintf(f_type, BUFSIZ, "%s ", in decl_GetTraceInfo()
2153 strcat(f_type, "*"); in decl_GetTraceInfo()
2159 strcat(f_type, "%s"); in decl_GetTraceInfo()
/illumos-gate/usr/src/boot/common/
H A Dmodule.c259 fp->f_type, (long)fp->f_size); in command_lsmod()
267 if (strcmp(fp->f_type, "hash") == 0) { in command_lsmod()
486 fp->f_type = strdup(name); in build_environment_module()
489 if (fp == NULL || fp->f_name == NULL || fp->f_type == NULL) { in build_environment_module()
589 fp->f_type = strdup(name); in build_font_module()
592 if (fp == NULL || fp->f_name == NULL || fp->f_type == NULL) { in build_font_module()
716 fp->f_type = strdup(type); in file_loadraw()
722 if (fp->f_type == NULL || in file_loadraw()
847 ((type == NULL) || strcmp(type, fp->f_type) == 0)) in file_findfile()
1191 free(fp->f_type); in file_discard()
H A Dmultiboot2.c283 fp->f_type = strdup("aout multiboot2 kernel"); in multiboot2_loadfile()
284 if (fp->f_name == NULL || fp->f_type == NULL) { in multiboot2_loadfile()
609 if (strstr(fp->f_type, "multiboot2") == NULL) in mb_kernel_cmdline()
682 len += strlen(mfp->f_type) + 5 + 1; /* 5 is for "type=" */ in module_size()
990 if (mfp->f_type != NULL && strcmp(mfp->f_type, "rootfs") == 0) in multiboot2_exec()
1018 num += strlen(mfp->f_type) + 5 + 1; in multiboot2_exec()
1030 mfp->f_name, mfp->f_type, mfp->f_args); in multiboot2_exec()
1033 mfp->f_name, mfp->f_type); in multiboot2_exec()
H A Dload_elf.c229 if (strcmp(__elfN(kerneltype), kfp->f_type)) { in __elfN()
232 "kernel type '%s'\n", kfp->f_type); in __elfN()
262 fp->f_type = strdup(ef.kernel ? in __elfN()
266 fp->f_type = strdup("elf multiboot kernel"); in __elfN()
268 fp->f_type = strdup("elf multiboot2 kernel"); in __elfN()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c90 int f_type; /* Type of format (see above) */ member
737 if (!(fp->f_type & FMT_NOAUTOWRAP)) { in mdb_fmt_print()
745 switch (FMT_TYPE(fp->f_type)) { in mdb_fmt_print()
839 if (fp->f_type == FMT_NONE) in cmd_formats()
842 write = (fp->f_type & FMT_WRITE) ? "write " : ""; in cmd_formats()
844 if (fp->f_type & FMT_FUNC) in cmd_formats()
846 else if (fp->f_type & FMT_MATCH) in cmd_formats()
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox_priv.h81 sbbc_msg_type_t f_type; /* msg_type */ member
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h131 char *f_type; /* for by-type lookups */ member
210 (f).f_type = (name);

12