Searched refs:ch (Results 501 - 525 of 1373) sorted by relevance

<<21222324252627282930>>

/freebsd-10.1-release/usr.sbin/quotaon/
H A Dquotaon.c79 int ch, i, offmode = 0, errs = 0; local
86 while ((ch = getopt(argc, argv, "avug")) != -1) {
87 switch(ch) {
/freebsd-10.1-release/usr.sbin/snapinfo/
H A Dsnapinfo.c59 int all = 0, ch, done = 0, fscount, n; local
61 while ((ch = getopt(argc, argv, "adv")) != -1) {
62 switch (ch) {
/freebsd-10.1-release/contrib/ntp/sntp/libevent/test/
H A Dbench_cascade.c69 char ch; local
72 (void) recv(fd, &ch, sizeof(ch), 0);
/freebsd-10.1-release/secure/lib/libcrypto/i386/
H A Dbf-686.s28 movb %ch,%al
34 movb %ch,%al
66 movb %ch,%al
72 movb %ch,%al
104 movb %ch,%al
110 movb %ch,%al
142 movb %ch,%al
148 movb %ch,%al
180 movb %ch,%al
186 movb %ch,
[all...]
/freebsd-10.1-release/contrib/tcsh/
H A Ded.inputl.c85 Char ch; local
178 if ((num = GetNextCommand(&cmdnum, &ch)) != OKCMD) {
184 xprintf(CGETS(6, 1, "ERROR: illegal command from key 0%o\r\n"), ch);
190 retval = (*CcFuncTbl[cmdnum]) (ch);
264 ch = tch;
265 if (ch == 'y' || ch == ' ') {
272 if (ch == 'e') {
283 else if (ch == 'a') {
672 GetNextCommand(KEYCMD *cmdnum, Char *ch) argument
[all...]
/freebsd-10.1-release/sys/dev/mn/
H A Dif_mn.c259 struct schan *ch[M32_CHAN]; member in struct:mn_softc
402 if (!sc->ch[i])
404 sch = sc->ch[i];
476 if (!sc->ch[chan])
478 else if (sc->ch[chan]->state == UP)
480 sc->ch[chan]->ts = ts;
481 sc->ch[chan]->hook = hook;
482 sc->ch[chan]->tx_limit = nbit * 8;
483 NG_HOOK_SET_PRIVATE(hook, sc->ch[chan]);
606 dp2 = sc->ch[cha
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c101 if (ntohs(cp->ch.chunk_length) < sizeof(struct sctp_init_chunk)) {
153 offset + ntohs(cp->ch.chunk_length))) {
465 initack_limit = offset + ntohs(cp->ch.chunk_length);
571 if (ntohs(cp->ch.chunk_length) != sizeof(struct sctp_heartbeat_chunk)) {
771 len = ntohs(abort->ch.chunk_length);
783 abort->ch.chunk_flags);
789 abort->ch.chunk_flags);
877 if (ntohs(cp->ch.chunk_length) != sizeof(struct sctp_shutdown_chunk)) {
1127 sctp_handle_error(struct sctp_chunkhdr *ch, argument
1144 phdr = (struct sctp_paramhdr *)((caddr_t)ch
3503 struct sctp_chunkhdr *ch; local
4065 struct sctp_chunkhdr *ch; local
4240 struct sctp_chunkhdr *ch; local
4393 sctp_process_control(struct mbuf *m, int iphlen, int *offset, int length, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_chunkhdr *ch, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets **netp, int *fwd_tsn_seen, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
5609 sctp_common_input_processing(struct mbuf **mm, int iphlen, int offset, int length, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_chunkhdr *ch, uint8_t compute_crc, uint8_t ecn_bits, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
6029 struct sctp_chunkhdr *ch; local
[all...]
H A Dip_carp.c439 struct carp_header *ch; local
461 if (m->m_pkthdr.len < iplen + sizeof(*ch)) {
470 if (iplen + sizeof(*ch) < m->m_len) {
471 if ((m = m_pullup(m, iplen + sizeof(*ch))) == NULL) {
478 ch = (struct carp_header *)((char *)ip + iplen);
484 len = iplen + sizeof(*ch);
499 ch = (struct carp_header *)((char *)ip + iplen);
512 carp_input_c(m, ch, AF_INET);
522 struct carp_header *ch; local
552 IP6_EXTHDR_GET(ch, struc
577 carp_input_c(struct mbuf *m, struct carp_header *ch, sa_family_t af) argument
699 carp_prepare_ad(struct mbuf *m, struct carp_softc *sc, struct carp_header *ch) argument
795 struct carp_header ch; local
[all...]
/freebsd-10.1-release/bin/chmod/
H A Dchmod.c65 int Hflag, Lflag, Rflag, ch, error, fflag, fts_options, hflag, rval; local
72 while ((ch = getopt(argc, argv, "HLPRXfghorstuvwx")) != -1)
73 switch (ch) {
111 argv[optind - 1][1] == ch &&
/freebsd-10.1-release/bin/rcp/
H A Drcp.c107 int ch, fflag, i, tflag; local
127 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
128 switch(ch) { /* User-visible flags. */
501 char ch, *cp, *np, *targ, *vect[1], buf[BUFSIZ], path[PATH_MAX]; local
529 if (read(rem, &ch, sizeof(ch)) != sizeof(ch))
531 *cp++ = ch;
532 } while (cp < &buf[BUFSIZ - 1] && ch != '\n');
549 if (ch
728 char ch, *cp, resp, rbuf[BUFSIZ]; local
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dkey_defined.c45 if (UChar(*str) == UChar(ptr->ch)) {
/freebsd-10.1-release/contrib/ncurses/ncurses/trace/
H A Dtrace_tries.c53 if ((my_buffer[level] = tree->ch) == 0)
/freebsd-10.1-release/crypto/openssh/
H A Dmonitor_fdpass.c59 char ch = '\0'; local
77 vec.iov_base = &ch;
121 char ch; local
126 vec.iov_base = &ch;
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Dquotearg.h107 char *quotearg_char PARAMS ((char const *arg, char ch));
/freebsd-10.1-release/sbin/dhclient/
H A Derrwarn.c175 char ch; local
186 for (fmt_left = size; (ch = *s); ++s) {
187 if (ch == '%' && s[1] == 'm') {
197 *t++ = ch;
/freebsd-10.1-release/sys/boot/common/
H A Dutil.h48 char *strchr(const char *s, char ch);
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_lna_div.h84 const struct ieee80211_channel *ch);
/freebsd-10.1-release/sys/dev/cfe/
H A Dcfe_console.c203 unsigned char ch; local
205 if (cfe_read(conhandle, &ch, 1) == 1) {
207 kdb_alt_break(ch, &alt_break_state);
209 return (ch);
/freebsd-10.1-release/sys/dev/ofw/
H A Dofw_console.c212 unsigned char ch; local
214 if (OF_read(stdin, &ch, 1) > 0) {
216 kdb_alt_break(ch, &alt_break_state);
218 return (ch);
/freebsd-10.1-release/tools/tools/netmap/
H A Dvale-ctl.c172 int ch, nr_cmd = 0, nr_arg = 0; local
193 while ((ch = getopt(argc, argv, "d:a:h:g:l:n:r:C:")) != -1) {
195 switch (ch) {
197 fprintf(stderr, "bad option %c %s", ch, optarg);
/freebsd-10.1-release/usr.bin/calendar/
H A Dcalcpp.c73 int ch; local
88 while ((ch = fgetc(fp)) != '\n' && ch != EOF);
89 if (ch == EOF) {
/freebsd-10.1-release/usr.bin/chpass/
H A Dchpass.c83 int ch, pfd, tfd; local
95 while ((ch = getopt(argc, argv, "a:p:s:e:d:h:loy")) != -1)
97 while ((ch = getopt(argc, argv, "a:p:s:e:")) != -1)
99 switch (ch) {
/freebsd-10.1-release/usr.sbin/bluetooth/btpand/
H A Dbtpand.c81 int ch, status; local
83 while ((ch = getopt(argc, argv, "a:c:d:i:l:m:p:S:s:")) != -1) {
84 switch (ch) {
153 if (ch == 's')
/freebsd-10.1-release/sys/dev/sound/pcm/
H A Dfeeder.c456 feed_root(struct pcm_feeder *feeder, struct pcm_channel *ch, u_int8_t *buffer, u_int32_t count, void *source) argument
463 if (++ch->feedcount == 0)
464 ch->feedcount = 2;
469 if (ch->direction == PCMDIR_REC) {
482 (ch->flags & CHN_F_VIRTUAL) ? "virtual" : "hardware",
483 (ch->feedcount == 1) ? "pre" : "ap",
484 offset, count, l, ch->feedcount);
486 if (ch->feedcount == 1) {
493 ch->feedcount--;
500 if (!(ch
[all...]
H A Ddsp.c147 struct pcm_channel *ch; local
161 ch = NULL;
164 ch = PCM_RDCH(dev);
167 ch = PCM_WRCH(dev);
170 ch = PCM_RDCH(dev);
174 ch = PCM_WRCH(dev);
178 ch = PCM_RDCH(dev);
182 ch = PCM_WRCH(dev);
188 if (ch != NULL) {
189 CHN_LOCK(ch);
816 struct pcm_channel **ch, *rdch, *wrch; local
2546 struct pcm_channel *ch; local
3158 struct pcm_channel *ch; local
3212 struct pcm_channel *ch; local
[all...]

Completed in 157 milliseconds

<<21222324252627282930>>