/src/sbin/restore/ |
main.c | 80 FILE *terminal; variable in typeref:typename:FILE *
|
/src/sys/arch/vax/include/ |
uvax.h | 93 unsigned int terminal:8; /* terminal info */ member in struct:cpmbx
|
/src/sys/kern/ |
vfs_lookup.c | 1278 bool terminal; local in function:lookup_fastforward 1289 terminal = false; 1324 * terminal is never set true when LOCKPARENT. 1359 terminal = ((cnp->cn_flags & ISLASTCN) != 0); 1374 terminal = (foundobj->v_type != VLNK && 1416 terminal = (foundobj->v_type != VLNK); 1430 if (terminal) { 1436 * terminal parent disappear into thin air.
|
/src/sys/dist/pf/net/ |
pf_norm.c | 1113 int terminal; local in function:pf_normalize_ip6 1153 terminal = 0; 1218 terminal = 1; 1221 } while (!terminal);
|
pf.c | 4481 int terminal = 0; local in function:pf_test_state_icmp 4568 terminal++; 4571 } while (!terminal); 6081 int off, terminal = 0, dirndx, rh_cnt = 0; local in function:pf_test6 6220 terminal++; 6223 } while (!terminal);
|
/src/sys/dev/usb/ |
uaudio.c | 154 uint8_t terminal; /* connected Terminal ID */ member in struct:as_info 267 int direct; /* directly connected to an output terminal */ 1024 /* If USB input terminal, record wChannelConfig */ 1039 /* If USB input terminal, record wChannelConfig */ 1203 /* USB terminal types */ 1207 /* input terminal types */ 1215 /* output terminal types */ 1224 /* bidir terminal types */ 1231 /* telephony terminal types * 2089 int format, chan __unused, prec, bps, enc, terminal; local in function:uaudio_process_as [all...] |