/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_topo.c | 51 fmd_topo_rele_locked(fmd_topo_t *ftp) in fmd_topo_rele_locked() argument 55 if (--ftp->ft_refcount == 0) { in fmd_topo_rele_locked() 56 fmd_list_delete(&fmd.d_topo_list, ftp); in fmd_topo_rele_locked() 57 topo_close(ftp->ft_hdl); in fmd_topo_rele_locked() 58 fmd_free(ftp, sizeof (fmd_topo_t)); in fmd_topo_rele_locked() 67 fmd_topo_t *ftp, *prev; in fmd_topo_update() local 85 ftp = fmd_alloc(sizeof (fmd_topo_t), FMD_SLEEP); in fmd_topo_update() 86 ftp->ft_hdl = tp; in fmd_topo_update() 87 ftp->ft_time_begin = fmd_time_gethrtime(); in fmd_topo_update() 95 ftp->ft_time_end = fmd_time_gethrtime(); in fmd_topo_update() [all …]
|
H A D | fmd_dr.c | 79 fmd_topo_t *ftp, *prev; in fmd_dr_event() local 139 ftp = fmd_topo_hold(); in fmd_dr_event() 140 e = fmd_event_create(FMD_EVT_TOPO, ftp->ft_time_end, NULL, ftp); in fmd_dr_event()
|
H A D | fmd_fmri.c | 233 fmd_topo_t *ftp; in fmd_fmri_topo_hold() local 238 ftp = fmd_topo_hold(); in fmd_fmri_topo_hold() 240 return (ftp->ft_hdl); in fmd_fmri_topo_hold()
|
/titanic_44/usr/src/lib/libdtrace/i386/ |
H A D | dt_isadep.c | 62 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument 64 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe() 65 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe() 66 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe() 67 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe() 68 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe() 70 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe() 81 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_has_jump_table() argument 93 for (i = 0; i < ftp->ftps_size; i += size) { in dt_pid_has_jump_table() 114 ftp->ftps_func, i); in dt_pid_has_jump_table() [all …]
|
/titanic_44/usr/src/lib/libdtrace/sparc/ |
H A D | dt_isadep.c | 54 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_create_entry_probe() argument 56 ftp->ftps_type = DTFTP_ENTRY; in dt_pid_create_entry_probe() 57 ftp->ftps_pc = (uintptr_t)symp->st_value; in dt_pid_create_entry_probe() 58 ftp->ftps_size = (size_t)symp->st_size; in dt_pid_create_entry_probe() 59 ftp->ftps_noffs = 1; in dt_pid_create_entry_probe() 60 ftp->ftps_offs[0] = 0; in dt_pid_create_entry_probe() 62 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe() 73 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) in dt_pid_create_return_probe() argument 97 ftp->ftps_type = DTFTP_RETURN; in dt_pid_create_return_probe() 98 ftp->ftps_pc = symp->st_value; in dt_pid_create_return_probe() [all …]
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | printaps.c | 24 ftpinfo_t ftp; local 74 (ap.aps_psiz == sizeof(ftp))) { 75 if (kmemcpy((char *)&ftp, (long)ap.aps_data, sizeof(ftp))) 78 printf("\t\tpassok: %d\n", ftp.ftp_passok); 79 ftp.ftp_side[0].ftps_buf[FTP_BUFSZ - 1] = '\0'; 80 ftp.ftp_side[1].ftps_buf[FTP_BUFSZ - 1] = '\0'; 83 ftp.ftp_side[0].ftps_seq[0], 84 ftp.ftp_side[0].ftps_seq[1], 85 ftp.ftp_side[0].ftps_len, ftp.ftp_side[0].ftps_junk, 86 ftp.ftp_side[0].ftps_cmds); [all …]
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_traverse.c | 86 (*(ftp)->ft_callbk)((ftp)->ft_arg, pp, ep) 144 static int traverse_level_nondir(struct fs_traverse *ftp, 327 traverse_post(struct fs_traverse *ftp) in traverse_post() argument 340 if (!ftp || !ftp->ft_path || !*ftp->ft_path || !ftp->ft_callbk) { in traverse_post() 347 if (!ftp->ft_logfp) { in traverse_post() 348 ftp->ft_logfp = (ft_log_t)syslog; in traverse_post() 349 NDMP_LOG(LOG_DEBUG, "Log to system log \"%s\"", ftp->ft_path); in traverse_post() 353 if (!ftp->ft_lpath) { in traverse_post() 355 "report the same paths: \"%s\"", ftp->ft_path); in traverse_post() 356 ftp->ft_lpath = ftp->ft_path; in traverse_post() [all …]
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_ftp_pxy.c | 159 ftpinfo_t *ftp; local 162 KMALLOC(ftp, ftpinfo_t *); 163 if (ftp == NULL) 169 aps->aps_data = ftp; 172 bzero((char *)ftp, sizeof(*ftp)); 173 f = &ftp->ftp_side[0]; 176 f = &ftp->ftp_side[1]; 179 ftp->ftp_passok = FTPXY_INIT; 180 ftp->ftp_incok = 0; 425 int ippr_ftp_client(fin, ip, nat, ftp, dlen, ifsftp) in ippr_ftp_client() argument [all …]
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | network-ftp.mf | 26 set name=pkg.fmri value=pkg:/network/ftp@$(PKGVERS) 27 set name=pkg.description value="Basic IP commands (/usr/sbin/ping, /bin/ftp)" 41 file path=etc/default/ftp group=sys original_name=SUNWbip:etc/default/ftp \ 43 file path=usr/bin/ftp mode=0555 45 file path=usr/share/man/man1/ftp.1 47 file path=usr/share/man/man4/ftp.4 49 legacy pkg=SUNWbip desc="Basic IP commands (/usr/sbin/ping, /bin/ftp)" \ 56 license usr/src/cmd/cmd-inet/usr.bin/ftp/THIRDPARTYLICENSE \ 57 license=usr/src/cmd/cmd-inet/usr.bin/ftp/THIRDPARTYLICENSE
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_filio.c | 565 struct fiotune ftp; in ufs_fiotune() local 578 if (copyin(uftp, &ftp, sizeof (ftp))) in ufs_fiotune() 584 if ((ftp.maxcontig <= 0) || in ufs_fiotune() 585 (ftp.rotdelay != 0) || in ufs_fiotune() 586 (ftp.maxbpg <= 0) || in ufs_fiotune() 587 (ftp.minfree < 0) || in ufs_fiotune() 588 (ftp.minfree > 99) || in ufs_fiotune() 589 ((ftp.optim != FS_OPTTIME) && (ftp.optim != FS_OPTSPACE))) in ufs_fiotune() 597 fs->fs_maxcontig = ftp.maxcontig; in ufs_fiotune() 598 fs->fs_rotdelay = ftp.rotdelay; in ufs_fiotune() [all …]
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 80 fasttrap_probe_spec_t *ftp, dt_errtag_t tag, const char *fmt, ...) in dt_pid_error() argument 85 if (ftp != NULL) in dt_pid_error() 86 dt_free(dtp, ftp); in dt_pid_error() 111 fasttrap_probe_spec_t *ftp; in dt_pid_per_sym() local 126 (symp->st_size - 1) * sizeof (ftp->ftps_offs[0])); in dt_pid_per_sym() 128 if ((ftp = dt_alloc(dtp, sz)) == NULL) { in dt_pid_per_sym() 133 ftp->ftps_pid = pid; in dt_pid_per_sym() 134 (void) strncpy(ftp->ftps_func, func, sizeof (ftp->ftps_func)); in dt_pid_per_sym() 136 dt_pid_objname(ftp->ftps_mod, sizeof (ftp->ftps_mod), pp->dpp_lmid, in dt_pid_per_sym() 140 if (dt_pid_create_return_probe(pp->dpp_pr, dtp, ftp, symp, in dt_pid_per_sym() [all …]
|
/titanic_44/usr/src/cmd/refer/ |
H A D | hunt7.c | 36 char *p, **ftp; in findline() local 92 for (ftp = fgnames; ftp < fgnamp; ftp++) in findline() 93 if (strcmp(*ftp, name) == SAME) in findline()
|
/titanic_44/usr/src/cmd/cmd-inet/etc/ |
H A D | ipqosconf.1.sample | 40 # filter ftpout needs to be given the uid of the user ftp. The ftp user account 41 # is the one used by the ftp server for anonymous logins, thus filtering on 42 # this enables us to capture anonymous ftp user traffic. 58 name ftp 80 # This filter catches anonymous ftp user outgoing traffic. 84 # Traffic generated by ftp user, given by __ftp-uid__. 86 class ftp
|
/titanic_44/usr/src/cmd/ipf/examples/ |
H A D | nat.eg | 10 # For example, to redirect FTP connections through this box, to the local ftp 13 rdr ed0 0.0.0.0/0 port ftp -> 127.0.0.1 port ftp
|
H A D | ftp-proxy | 25 map int-c ipaddr-a/32 -> ip-addr-c-net/32 proxy port ftp ftp/tcp 36 map vx0 10.1.1.1/32 -> 203.45.67.91/32 proxy port ftp ftp/tcp
|
H A D | BASIC.NAT | 13 map ppp0 w.x.y.z/24 -> a.b.c.d/32 proxy port ftp ftp/tcp
|
H A D | BASIC_1.FW | 70 pass in quick proto tcp from any to any port = ftp keep state group 201 71 pass in quick proto tcp from any to any port = ftp-data keep state group 201 72 pass in quick proto tcp from any port = ftp-data to any port > 1023 keep state group 101
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | Makefile | 26 PROG = ftp 27 DEFAULTFILES = ftp.dfl 29 OBJS = cmds.o cmdtab.o ftp.o getpass.o glob.o main.o pclose.o \
|
H A D | ftp.dfl | 27 # This is the ftp client configuration file 30 # in /usr/bin/ftp. To get the default behavior, leave these 35 # 959 LIST command. "YES" is the current default, causing ftp
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | README | 23 An updated versions of this package can be retrieved from ftp server: 25 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
|
H A D | CREDITS | 5 Various documents from the Microsoft ftp site.
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/ |
H A D | sunfire.c | 1159 struct ft_list *ftp; in disp_fault_list() local 1168 for (i = 0, ftp = kstats->ft_array; i < kstats->nfaults; i++, ftp++) { in disp_fault_list() 1175 if (ftp->fclass == FT_BOARD) { in disp_fault_list() 1176 log_printf("Board %d fault: %s\n", ftp->unit, in disp_fault_list() 1177 ftp->msg, 0); in disp_fault_list() 1188 if (ftp->type == FT_PROM) { in disp_fault_list() 1193 bn = find_board(tree, ftp->unit); in disp_fault_list() 1210 } else if ((ftp->type == FT_CORE_PS) || (ftp->type == FT_PPS)) { in disp_fault_list() 1211 log_printf("Unit %d %s failure\n", ftp->unit, in disp_fault_list() 1212 ftp->msg, 0); in disp_fault_list() [all …]
|
/titanic_44/usr/src/cmd/filesync/ |
H A D | anal.c | 651 struct fileinfo *chgp, *tgtp, *basp, *fcp, *ftp; in find_link() local 658 ftp = &fp->f_info[tgtside]; in find_link() 715 if ((ftp->f_d_maj == tgtp->f_d_maj) && in find_link() 716 (ftp->f_d_min == tgtp->f_d_min) && in find_link() 717 (ftp->f_ino == tgtp->f_ino)) in find_link() 779 if ((ftp->f_d_maj == tgtp->f_d_maj) && in find_link() 780 (ftp->f_d_min == tgtp->f_d_min) && in find_link() 781 (ftp->f_ino == tgtp->f_ino)) in find_link()
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | MAINTENANCE | 13 gnudist.gnu.org:~ftp/gnu/Manuals/grub-VERSION (VERSION is, for 15 5. Run ``ln -sf grub-VERSION grub'' in gnudist.gnu.org:~ftp/gnu/Manuals. 26 grub-VERSION-i386-pc.ext2fs to fencepost.gnu.org:~ftp/gnu/grub.
|
/titanic_44/usr/src/cmd/fs.d/smbclnt/ |
H A D | CREDITS | 5 Various documents from the Microsoft ftp site.
|