Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to syn-received - yes
9 tcp:::state-change to established - yes
10 tcp:::state-change to fin-wait-1 - yes
11 tcp:::state-change to close-wait - yes
12 tcp:::state-change to fin-wait-2 - yes
13 tcp:::state-change to last-ack - yes
14 tcp:::state-change to time-wait - yes
H A Dtst.localsctpstate.ksh.out7 sctp:::state-change to cookie-wait - yes
8 sctp:::state-change to cookie-echoed - yes
9 sctp:::state-change to established - yes
10 sctp:::state-change to shutdown-sent - yes
11 sctp:::state-change to shutdown-received - yes
12 sctp:::state-change to shutdown-ack-sent - yes
H A Dtst.remotetcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to established - yes
9 tcp:::state-change to fin-wait-1 - yes
10 tcp:::state-change to close-wait - yes
11 tcp:::state-change to fin-wait-2 - yes
12 tcp:::state-change to time-wait - yes
H A Dtst.remotesctpstate.ksh.out7 sctp:::state-change to cookie-wait - yes
8 sctp:::state-change to cookie-echoed - yes
9 sctp:::state-change to established - yes
10 sctp:::state-change to shutdown-sent - yes
11 sctp:::state-change to closed - yes
/freebsd/tools/test/stress2/misc/
H A Dkevent9.sh88 struct kevent change;
89 memset(&change, 0, sizeof(change));
90 change.ident = getpid();
91 change.filter = EVFILT_PROC;
92 change.flags = EV_ADD | EV_ENABLE;
93 change.fflags = NOTE_EXIT | NOTE_EXEC | NOTE_FORK | NOTE_TRACK;
95 if (kevent(kqfd, &change, 1, NULL, 0, NULL) == -1)
/freebsd/contrib/netbsd-tests/usr.sbin/mtree/
H A Dd_merge.in7 ./a/change-dir-to-link type=dir mode=0755
8 ./a/change-dir-to-link type=link mode=0755
12 ./b/change-link-to-dir type=link mode=0755
13 ./b/change-link-to-dir type=dir mode=0755
19 ./c/change-dir-to-link type=dir mode=0755
20 ./c/change-dir-to-link type=link mode=0755
26 ./d/change-link-to-dir type=link mode=0755
27 ./d/change-link-to-dir type=dir mode=0755
H A Dd_merge_C_M.out3 ./a/change-dir-to-link type=link mode=0755
5 ./b/change-link-to-dir type=dir mode=0755
9 ./c/change-dir-to-link type=link mode=0755
13 ./d/change-link-to-dir type=dir mode=0755
H A Dd_merge_C_M_S.out3 ./a/change-dir-to-link type=link mode=0755
5 ./b/change-link-to-dir type=dir mode=0755
8 ./c/change-dir-to-link type=link mode=0755
13 ./d/change-link-to-dir type=dir mode=0755
/freebsd/contrib/ntp/sntp/libevent/
H A Devmap.c718 const struct event_change *change) argument
721 if (change->read_change & EV_CHANGE_SIGNAL) {
723 GET_SIGNAL_SLOT(ctx, &base->sigmap, change->fd, evmap_signal);
727 GET_IO_SLOT(ctx, &base->io, change->fd, evmap_io);
840 struct event_change *change; local
852 change = &changelist->changes[idx];
855 memset(change, 0, sizeof(struct event_change));
856 change->fd = fd;
857 change->old_events = old_events;
859 change = &changelist->changes[fdinfo->idxplus1 - 1];
[all …]
/freebsd/contrib/libevent/
H A Devmap.c718 const struct event_change *change) argument
721 if (change->read_change & EV_CHANGE_SIGNAL) {
723 GET_SIGNAL_SLOT(ctx, &base->sigmap, change->fd, evmap_signal);
727 GET_IO_SLOT(ctx, &base->io, change->fd, evmap_io);
840 struct event_change *change; local
852 change = &changelist->changes[idx];
855 memset(change, 0, sizeof(struct event_change));
856 change->fd = fd;
857 change->old_events = old_events;
859 change = &changelist->changes[fdinfo->idxplus1 - 1];
[all …]
/freebsd/contrib/bsddialog/
H A DCHANGELOG35 * change: bsddialog_backtitle() does not update the screen so the
40 * change: forms, ENTER is also a navigation keys in forms fields.
47 * change: TAB is a navigation keys in forms. Previously it directly
52 * change: forms, ENTER is a also navigation keys in forms fields.
59 Utility internal refactoring (no functional change):
60 * change: rename an internal constant to avoid a future conflict
67 change: --form and --mixedform do not print field value to output fd if
79 * change: <maxletters> 0 was an error (remains error in lib).
80 * change: <fieldlen> 0 was an error (remains error in lib)
90 * change: truncate mixedgauge long (over the screen/minibars)
[all …]
/freebsd/contrib/nvi/vi/
H A Dv_increment.c53 long change, ltmp, lval; in v_increment() local
73 change = vp->count; in v_increment()
75 change = 1; in v_increment()
188 ltmp = vp->character == '-' ? -change : change; in v_increment()
206 if (!NPFITS(ULONG_MAX, ulval, change)) { in v_increment()
210 ulval += change; in v_increment()
212 if (ulval < change) { in v_increment()
216 ulval -= change; in v_increment()
H A Dv_ulcase.c143 int change, rval; in ulcase() local
150 change = rval = 0; in ulcase()
155 change = 1; in ulcase()
158 change = 1; in ulcase()
162 if (change && db_set(sp, lno, bp, len)) in ulcase()
/freebsd/crypto/heimdal/lib/asn1/
H A Dsetchgpw2.asn140 Req-change-pw ::= SEQUENCE {
47 Rep-change-pw ::= SEQUENCE {
53 Err-change-pw ::= SEQUENCE {
60 pw-change-too-short(4),
134 change-pw[1] Req-change-pw,
144 change-pw[1] Rep-change-pw,
154 change-pw[1] Err-change-pw,
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-mkdir.m47 dnl # 6.15 API change
23 dnl # 6.3 API change
39 dnl # 5.12 API change
57 dnl # 3.3 API change
60 dnl # would also change all three prototypes. However, if it turns out that
79 dnl # 6.15 API change
91 dnl # 6.3 API change
103 dnl # 5.12 API change
H A Dkernel-acl.m43 dnl # 3.1 API change,
26 dnl # 7.0 API change
55 dnl # 3.1 API change,
58 dnl # 5.15 API change,
61 dnl # 6.2 API change,
123 dnl # 5.12 API change,
126 dnl # 6.2 API change,
129 dnl # 6.3 API change,
H A Dkernel-blkdev.m43 dnl # 2.6.38 API change,
21 dnl # 6.5.x API change,
39 dnl # 6.8.x API change
57 dnl # 6.9.x API change
110 dnl # 6.5.x API change
134 dnl # 2.6.38 API change,
150 dnl # 6.5.x API change.
166 dnl # 6.8.x API change
180 dnl # 6.9.x API change
267 dnl # 6.5.x API change
[all …]
H A Dkernel-dentry-operations.m43 dnl # 2.6.28 API change
25 dnl # 2.6.38 API change
28 dnl # 6.17 API change
51 dnl # 6.17 API change
/freebsd/crypto/openssh/
H A Dauth2-passwd.c57 u_char change; in userauth_passwd() local
60 if ((r = sshpkt_get_u8(ssh, &change)) != 0 || in userauth_passwd()
62 (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) || in userauth_passwd()
68 if (change) in userauth_passwd()
/freebsd/usr.bin/brandelf/
H A Dbrandelf.c72 bool change, force, listed; in main() local
78 change = false; in main()
85 if (change) in main()
105 change = true; in main()
128 flags = change || force ? O_RDWR : O_RDONLY; in main()
161 if (!change && !force) { in main()
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c98 int ch, change = 0, force = 0, listed = 0; in main() local
107 if (change) in main()
137 change = 1; in main()
161 if ((fd = open(argv[0], (change || force) ? O_RDWR : in main()
168 if ((elf = elf_begin(fd, (change || force) ? ELF_C_RDWR : in main()
191 if (!change && !force) { in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/
H A Dzfs_diff_changes.ksh48 change="$2"
52 if [[ "$diffchg" != "$change" ]]; then
53 log_fail "Unexpected change for $path ('$diffchg' != '$change')"
55 log_note "Object $path change is displayed correctly: '$change'"
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_port_buffer.c195 bool *change) in update_buffer_lossy() argument
233 *change = true; in update_buffer_lossy()
240 u32 change, unsigned int mtu, in mlx5e_port_manual_buffer_config() argument
255 mlx5e_dbg(HW, priv, "%s: change=%x\n", __func__, change); in mlx5e_port_manual_buffer_config()
261 if (change & MLX5E_PORT_BUFFER_CABLE_LEN) { in mlx5e_port_manual_buffer_config()
268 if (change & MLX5E_PORT_BUFFER_PFC) { in mlx5e_port_manual_buffer_config()
280 if (change & MLX5E_PORT_BUFFER_PRIO2BUFFER) { in mlx5e_port_manual_buffer_config()
292 if (change & MLX5E_PORT_BUFFER_SIZE) { in mlx5e_port_manual_buffer_config()
/freebsd/.github/PULL_REQUEST_TEMPLATE/
H A Dpull_request_template.md7 Tested by: <If someone else tested the change.>
9 Obtained from: <If the change is from a third party.>
10 Fixes: <Short hash and title line of commit fixed by this change>
14 Sponsored by: <If the change was sponsored by an organization.>
/freebsd/tools/tools/git/
H A DHOWTO28 gives your reviewers the necessary context to understand your change.
37 to a review, the mailing list will be emailed for every comment or change
40 list announcing all of the reviews and giving a short summary of the change
43 3. When you need to make a change and upload it to a review, use the following
49 Next, make your change and perform whatever testing is necessary. Commit it
54 You can upload the change to the code review by running this command in your
60 change the message that will be shown in Differential for this upload. It's
61 recommended that you change it from the default "fixup! ...." as that does
70 a change that requires your commit to be based off of a later version of
71 head, I would suggest deferring the change from the review and creating a
[all …]

12345678910>>...43