/src/sys/net/ |
slcompress.c | 182 u_int changes = 0; local in function:sl_compress_tcp 290 * expects changes in the order: urgent, window, ack, seq (the order 296 changes |= NEW_U; 308 changes |= NEW_W; 316 changes |= NEW_A; 324 changes |= NEW_S; 327 switch (changes) { 346 * actual changes match one of our special case encodings -- 355 changes = SPECIAL_I; 363 changes = SPECIAL_D 476 u_int hlen, changes; local in function:sl_uncompress_tcp_core [all...] |
/src/tests/fs/tmpfs/ |
h_tools.c | 120 struct kevent *changes, event; local in function:kqueue_main 128 changes = malloc(sizeof(struct kevent) * argc); 129 if (changes == NULL) 139 EV_SET(&changes[i], fd, EVFILT_VNODE, 157 (void)kevent(kq, changes, argc, &event, 1, &to); 167 nev = kevent(kq, changes, argc, &event, 1, &to); 172 if (event.ident == changes[i].ident) 194 close(changes[i].ident); 195 free(changes);
|
/src/usr.bin/make/unit-tests/ |
export-env.mk | 3 # our normal .export, subsequent changes affect the environment
|
opt-chdir.mk | 3 # Tests for the -C command line option, which changes the directory at the
|
depsrc-ignore.mk | 16 # Enabling the debugging option -de changes the order in which the messages
|
var-scope-cmdline.mk | 49 # Together, these two changes made the variable name be expanded twice in a
|
parse-var.mk | 37 # indirect modifiers, involving changes to VarEvalMode
|
varmod-gmtime.mk | 78 # Since "now" constantly changes, the strongest possible test is to match the
|
varmod-localtime.mk | 78 # Since "now" constantly changes, the strongest possible test is to match the
|
/src/sys/compat/sys/ |
event.h | 70 struct kevent *changes, size_t index, int n) 86 kevent100_to_kevent(buf + i, changes + i);
|
/src/games/ching/printching/ |
printching.c | 62 static int changes(void); 128 if (changes()) 187 * Compute the changes based on moving lines; return 1 if any lines moved, 191 changes(void) function in typeref:typename:int
|
/src/sys/compat/netbsd32/ |
netbsd32_event.c | 66 struct kevent *changes, size_t index, int n) 76 for (i = 0, kev32 = changes32; i < n; i++, kev32++, changes++) 77 netbsd32_to_kevent(kev32, changes);
|
netbsd32_compat_100.c | 80 const struct kevent *changelist, struct kevent *changes, size_t index, 91 for (i = 0, ke32 = changes32; i < n; i++, ke32++, changes++) 92 compat_100_netbsd32_to_kevent(ke32, changes);
|
/src/usr.bin/indent/ |
README.md | 11 NetBSD imported these changes on 2019-04-04.
|
/src/sys/external/bsd/acpica/dist/generate/release/ |
build.sh | 231 cp -r documents/changes.txt $TEMP_DIR/changes.txt 409 cp -r documents/changes.txt $TEMP_DIR/changes.txt
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_malloc_mac.inc | 40 // Used to track changes to the allocator that will affect 48 // ABI changes in a way that breaks allocator enumeration. 128 // since that appropriately changes VM region protections on the zone.
|
/src/usr.sbin/sysinst/ |
msg.pm.en | 54 message savepm {Save changes} 71 changes; 4) Create partitions for RAID/CGD or Logical Volumes for LVM.} 163 message undo {Undo changes}
|
/src/sys/kern/ |
sys_epoll.c | 223 struct kevent *changes, size_t index, int n) 227 memcpy(changes, changelist + index, n * sizeof(*changes));
|
/src/usr.sbin/inetd/ |
inetd.c | 255 size_t changes; variable in typeref:typename:size_t 417 n = my_kevent(changebuf, changes, eventbuf, __arraycount(eventbuf)); 418 changes = 0; 1599 if (changes == __arraycount(changebuf)) { 1601 changes = 0; 1604 return (&changebuf[changes++]);
|
/src/usr.sbin/etcupdate/ |
etcupdate | 37 # changes in to your current configuration files. 95 -l Automatically skip files with strictly local changes 255 # The sed part of the following pipeline changes things like 731 echo "*** No changes were needed" 766 "the changes visible" 792 "the changes visible" 825 # right args to make it work, but changes to /etc/mail/aliases 836 "the changes visible"
|
/src/share/mk/ |
bsd.x11.mk | 211 # the necessary changes. 267 # will rebuild the .pc file if the version in configure changes.
|
/src/sys/compat/linux/common/ |
linux_inotify.c | 262 struct kevent *changes, size_t index, int n) 264 memcpy(changes, changelist + index, n * sizeof(*changes));
|
/src/games/warp/ |
config.h.SH | 21 * that running config.h.SH again will wipe out any changes you've made.
|
/src/distrib/sun2/miniroot/ |
install.md | 166 merge any changes to files in the 'etc' set into those files which
|
/src/distrib/sun3/miniroot/ |
install.md | 166 merge any changes to files in the 'etc' set into those files which
|