HomeSort by relevance Sort by last modified time
    Searched defs:ftp (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
printaps.c 24 ftpinfo_t ftp; local
73 } else if (!strcmp(apr.apr_label, "ftp") &&
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]
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_dr.c 80 fmd_topo_t *ftp, *prev; local
159 ftp = fmd_topo_hold();
160 e = fmd_event_create(FMD_EVT_TOPO, ftp->ft_time_end, NULL, ftp);
fmd_topo.c 52 fmd_topo_rele_locked(fmd_topo_t *ftp)
56 if (--ftp->ft_refcount == 0) {
57 fmd_list_delete(&fmd.d_topo_list, ftp);
58 topo_close(ftp->ft_hdl);
59 fmd_free(ftp, sizeof (fmd_topo_t));
68 fmd_topo_t *ftp, *prev; local
86 ftp = fmd_alloc(sizeof (fmd_topo_t), FMD_SLEEP);
87 ftp->ft_hdl = tp;
88 ftp->ft_time_begin = fmd_time_gethrtime();
102 ftp->ft_time_end = fmd_time_gethrtime()
121 fmd_topo_t *ftp; local
152 fmd_topo_t *ftp; local
175 fmd_topo_t *ftp; local
    [all...]
fmd_fmri.c 233 fmd_topo_t *ftp; local
238 ftp = fmd_topo_hold();
240 return (ftp->ft_hdl);
fmd_case.c 474 fmd_topo_t *ftp = fmd_topo_hold(); local
496 topo_fmri_strcmp(ftp->ft_hdl, name, new_name)));
502 fmd_topo_rele(ftp);
    [all...]
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
sdssc_bind.c 136 func_table_p ftp; local
173 for (ftp = dl_table; ftp->fptr != (void *)0; ftp++) {
174 if ((*ftp->fptr = dlsym(dp, ftp->fname)) == NULL) {
180 if (strcmp(ftp->fname,
182 *ftp->fptr = (void *)&not_bound_error;
  /onnv/onnv-gate/usr/src/cmd/refer/
hunt7.c 36 char *p, **ftp; local
92 for (ftp = fgnames; ftp < fgnamp; ftp++)
93 if (strcmp(*ftp, name) == SAME)
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_filio.c 569 struct fiotune ftp; local
582 if (copyin(uftp, &ftp, sizeof (ftp)))
588 if ((ftp.maxcontig <= 0) ||
589 (ftp.rotdelay != 0) ||
590 (ftp.maxbpg <= 0) ||
591 (ftp.minfree < 0) ||
592 (ftp.minfree > 99) ||
593 ((ftp.optim != FS_OPTTIME) && (ftp.optim != FS_OPTSPACE))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filesync/
anal.c 651 struct fileinfo *chgp, *tgtp, *basp, *fcp, *ftp; local
658 ftp = &fp->f_info[tgtside];
715 if ((ftp->f_d_maj == tgtp->f_d_maj) &&
716 (ftp->f_d_min == tgtp->f_d_min) &&
717 (ftp->f_ino == tgtp->f_ino))
779 if ((ftp->f_d_maj == tgtp->f_d_maj) &&
780 (ftp->f_d_min == tgtp->f_d_min) &&
781 (ftp->f_ino == tgtp->f_ino))
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_pid.c 75 fasttrap_probe_spec_t *ftp, dt_errtag_t tag, const char *fmt, ...)
80 if (ftp != NULL)
81 dt_free(dtp, ftp);
106 fasttrap_probe_spec_t *ftp; local
121 (symp->st_size - 1) * sizeof (ftp->ftps_offs[0]));
123 if ((ftp = dt_alloc(dtp, sz)) == NULL) {
128 ftp->ftps_pid = pid;
129 (void) strncpy(ftp->ftps_func, func, sizeof (ftp->ftps_func));
131 dt_pid_objname(ftp->ftps_mod, sizeof (ftp->ftps_mod), pp->dpp_lmid
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_ftp_pxy.c 11 * Simple FTP transparent proxy for in-kernel use. For use with the NAT
42 * Values for FTP commands. Numerics cover 0-999
108 MUTEX_INIT(&ifsftp->ftppxyfr.fr_lock, "FTP Proxy Mutex");
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]
1360 ftpinfo_t *ftp; local
1381 ftpinfo_t *ftp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
sunfire.c 1159 struct ft_list *ftp; local
1168 for (i = 0, ftp = kstats->ft_array; i < kstats->nfaults; i++, ftp++) {
1175 if (ftp->fclass == FT_BOARD) {
1176 log_printf("Board %d fault: %s\n", ftp->unit,
1177 ftp->msg, 0);
1188 if (ftp->type == FT_PROM) {
1193 bn = find_board(tree, ftp->unit);
1210 } else if ((ftp->type == FT_CORE_PS) || (ftp->type == FT_PPS))
    [all...]

Completed in 420 milliseconds