| /titanic_53/usr/src/cmd/filesync/ |
| H A D | rename.c | 100 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 D | recon.c | 484 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 D | action.c | 435 type = sp->f_type; /* type of the new file */ in do_copy() 452 if ((dp->f_type == S_IFREG && sp->f_type == S_IFREG) && in do_copy() 466 if (dp->f_type) in do_copy() 486 if (dp->f_type == S_IFDIR) { in do_copy() 516 dp->f_type = 0; in do_copy() 558 dp->f_type = S_IFDIR; in do_copy() 591 dp->f_type = S_IFLNK; in do_copy() 613 dp->f_type = type; in do_copy() 638 if (dp->f_type) { in do_copy() 686 dp->f_type = type; in do_copy() [all …]
|
| H A D | anal.c | 478 type = np->f_type; in check_changes() 479 if (type != rp->f_type) { in check_changes() 482 else if (rp->f_type == 0) in check_changes() 791 if (fcp->f_type != basp->f_type) in find_link() 929 lp->f_info[which].f_type = fp->f_info[which].f_type; in link_update() 991 } else if (fp->f_info[OPT_SRC].f_type != S_IFDIR && in queue_file() 992 fp->f_info[OPT_DST].f_type != S_IFDIR) { in queue_file()
|
| H A D | base.c | 461 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()
|
| /titanic_53/usr/src/cmd/sendmail/libsm/ |
| H A D | findfp.c | 198 fp->f_type = t->f_type; /* file type */ 255 empty.f_type = NULL; in sm_init() 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, valp) == 0;
|
| H A D | vsnprintf.c | 76 fake.f_type = "sm_vsnprintf:fake";
|
| H A D | snprintf.c | 83 fake.f_type = "sm_snprintf:fake";
|
| H A D | sscanf.c | 95 fake.f_type = "sm_io_sscanf:fake";
|
| H A D | vasprintf.c | 81 fake.f_type = "sm_vasprintf:fake";
|
| /titanic_53/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | multiboot.c | 203 fp->f_type = strdup("aout multiboot kernel"); in multiboot_loadfile() 303 if (mfp->f_type != NULL && strcmp(mfp->f_type, "rootfs") == 0) in multiboot_exec() 305 if (mfp->f_type != NULL && strcmp(mfp->f_type, "kernel") == 0) in multiboot_exec() 330 if (strcmp(mfp->f_type, "kernel") == 0) { in multiboot_exec() 337 len += strlen(mfp->f_type) + 5 + 1; in multiboot_exec() 349 mfp->f_name, mfp->f_type, mfp->f_args); in multiboot_exec() 352 mfp->f_name, mfp->f_type); in multiboot_exec()
|
| H A D | linux.c | 228 fp->f_type = strdup("Linux bzImage"); in linux_loadkernel() 230 fp->f_type = strdup("Linux zImage"); in linux_loadkernel() 286 if (strcmp(fp->f_type, "Linux bzImage") == 0) in linux_exec() 288 else if (strcmp(fp->f_type, "Linux zImage") == 0) in linux_exec()
|
| /titanic_53/usr/src/cmd/syslogd/ |
| H A D | syslogd.c | 1309 if (f->f_type == F_UNUSED) { in logmsg() 1415 if (f->f_type == F_UNUSED || in logmsg() 1416 (f->f_type == F_FILE && (mp->flags & IGN_FILE)) || in logmsg() 1417 (f->f_type == F_CONSOLE && in logmsg() 1470 while (f->f_type != F_UNUSED) { in logit() 1497 if (f->f_type != F_FILE) in logit() 1503 f->f_type = F_UNUSED; in logit() 1516 if (f->f_type == F_FILE) { in logit() 1547 if (f->f_type == F_FORW) { in logit() 1595 if (f->f_type != F_FORW && in logit() [all …]
|
| /titanic_53/usr/src/ucbhead/sys/ |
| H A D | vfs.h | 229 int f_type; /* type of info, zero for now */ member 241 long f_type; /* type of info, zero for now */ member 254 long f_type; /* type of info, zero for now */ member
|
| /titanic_53/usr/src/ucblib/libucb/port/gen/ |
| H A D | statfs.c | 29 buf->f_type = 0; in cnvtvfs64() 71 buf->f_type = 0; in cnvtvfs()
|
| /titanic_53/usr/src/cmd/abi/spectrans/spec2trace/ |
| H A D | trace.c | 719 char f_type[BUFSIZ]; /* The function. */ in collect_prototype() local 776 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs); in collect_prototype() 777 (void) sprintf(buf, "%s", strnormalize(f_type)); in collect_prototype() 778 (void) strcpy(f_type, buf); in collect_prototype() 788 f_name, f_basetype, f_type); in collect_prototype() 790 symtab_set_function(f_name, line, file, f_type, f_basetype, levels); in collect_prototype()
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | multiboot2.c | 277 fp->f_type = strdup("aout multiboot2 kernel"); in multiboot2_loadfile() 278 if (fp->f_name == NULL || fp->f_type == NULL) { in multiboot2_loadfile() 595 if (strstr(fp->f_type, "multiboot2") == NULL) in mb_kernel_cmdline() 668 len += strlen(mfp->f_type) + 5 + 1; /* 5 is for "type=" */ in module_size() 911 if (mfp->f_type != NULL && strcmp(mfp->f_type, "rootfs") == 0) in multiboot2_exec() 939 num += strlen(mfp->f_type) + 5 + 1; in multiboot2_exec() 951 mfp->f_name, mfp->f_type, mfp->f_args); in multiboot2_exec() 954 mfp->f_name, mfp->f_type); in multiboot2_exec()
|
| H A D | module.c | 280 sprintf(lbuf, " (%s, 0x%lx)\n", fp->f_type, (long)fp->f_size); in command_lsmod() 451 fp->f_type = strdup(name); in build_environment_module() 454 if (fp == NULL || fp->f_name == NULL || fp->f_type == NULL) { in build_environment_module() 560 fp->f_type = strdup(type); in file_loadraw() 684 ((type == NULL) || !strcmp(type, fp->f_type))) in file_findfile() 1014 free(fp->f_type); in file_discard()
|
| /titanic_53/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_fmt.c | 89 int f_type; /* Type of format (see above) */ member 644 switch (FMT_TYPE(fp->f_type)) { in mdb_fmt_print() 718 if (fp->f_type == FMT_NONE) in cmd_formats() 721 write = (fp->f_type & FMT_WRITE) ? "write " : ""; in cmd_formats() 723 if (fp->f_type & FMT_FUNC) in cmd_formats() 725 else if (fp->f_type & FMT_MATCH) in cmd_formats()
|
| /titanic_53/usr/src/lib/libbc/inc/include/sys/ |
| H A D | file.h | 30 short f_type; /* descriptor type */ member
|
| /titanic_53/usr/src/boot/sys/boot/uboot/lib/ |
| H A D | elf_freebsd.c | 64 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| /titanic_53/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | ppc64_elf_freebsd.c | 61 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_ofw_elf_loadfile()
|
| H A D | elf_freebsd.c | 60 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| /titanic_53/usr/src/uts/sun4u/serengeti/sys/ |
| H A D | sgsbbc_mailbox_priv.h | 81 sbbc_msg_type_t f_type; /* msg_type */ member
|
| /titanic_53/usr/src/lib/libbc/libc/sys/common/ |
| H A D | _statfs.c | 84 bsdbuf->f_type = (long) 0; /* type of info, zero for now */ in cpstatvfs()
|