/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/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/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/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/sys/dev/audio/ |
audio.c | 237 * 1: action changes like open/close/set_format/mmap... 3812 * This filter changes the volume for each channel. 4712 * Reallocate only if the number of pages changes. 5660 * can recognize that the volume changes up and down 7527 int changes; local in function:audio_track_setinfo_check 7529 changes = 0; 7536 changes = 1; 7540 changes = 1; 7546 changes = 1; 7568 changes = 1 [all...] |
/src/sys/sys/ |
videoio.h | 3181 u_int32_t changes; member in struct:v4l2_event_ctrl 3201 u_int32_t changes; member in struct:v4l2_event_src_change
|