Searched refs:snapshot (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-win32.c337 if(caplen > p->snapshot)
338 caplen = p->snapshot;
671 p->snapshot = PacketSetSnapLen(p->adapter, snaplen);
H A Dpcap-can-linux.c220 iv.iov_len = handle->snapshot;
H A Dpcap-int.h260 int snapshot; member in struct:pcap
H A Dpcap-libdlpi.c195 if (pcap_conf_bufmod(p, p->snapshot, p->md.timeout) != 0)
H A Dpcap.c534 p->snapshot = snaplen;
1165 return (p->snapshot);
1638 p->snapshot = snaplen;
H A Dpcap-sita.c934 acn_start_monitor(handle->fd, handle->snapshot, handle->md.timeout, handle->md.clear_promisc, handle->direction); /* maybe tell him to start monitoring */
981 handle->bufsize = handle->snapshot;
H A Dpcap-dlpi.c35 * - There is a bug in bufmod(7) such that setting the snapshot
709 ss = p->snapshot;
H A Dpcap-bpf.c2192 * no indication to the kernel of what the snapshot
2197 * snapshot length.
2202 total_insn.k = p->snapshot;
/freebsd-10.2-release/sys/dev/isci/scil/
H A Dscu_task_context.h866 * This field is used by the SCU TL to determine when to take a snapshot when
885 struct TRANSPORT_SNAPSHOT snapshot; // read only set to 0 member in struct:SCU_TASK_CONTEXT
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py207 snapshot="",
220 hold=_("Allows adding a user hold to a snapshot"),
221 release=_("Allows releasing a user hold which\n\t\t\t\tmight destroy the snapshot"),
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c182 { "snapshot", zfs_do_snapshot, HELP_SNAPSHOT },
229 "<snapshot> <filesystem|volume>\n"));
245 "[filesystem|volume|snapshot] ...\n"));
248 "<filesystem|volume|snapshot> ...\n"));
259 "[filesystem|volume|snapshot] ...\n"));
267 "snapshot>\n"
270 return (gettext("\trename [-f] <filesystem|volume|snapshot> "
271 "<filesystem|volume|snapshot>\n"
273 "\trename -r <snapshot> <snapshot>\
3214 char *snapshot = NULL; local
5568 char *snapshot = argv[i]; local
[all...]
/freebsd-10.2-release/contrib/pf/pflogd/
H A Dpflogd.c379 hdr.snaplen = hpcap->snapshot;
/freebsd-10.2-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec693 - Add the primes file from the latest snapshot to the main package (#20884).
736 - Update to 20000823 snapshot.

Completed in 287 milliseconds

12