Searched refs:cs (Results 51 - 75 of 275) sorted by relevance

1234567891011

/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dvendstat.c145 is3_config_space_t *cs; local
279 cs = (is3_config_space_t *)&buf;
281 cs->record[i].address = htonl(IB_MLX_IS3_PORT_XMIT_WAIT + ((i + 1) << 12));
286 if (cs->record[i].data) /* PortXmitWait is 32 bit counter */
287 printf("Port %d: PortXmitWait 0x%x\n", i + 4, ntohl(cs->record[i].data)); /* port 4 is first port */
294 cs = (is3_config_space_t *)&buf;
296 cs->record[i].address = htonl(IB_MLX_IS3_PORT_XMIT_WAIT + ((i + 17) << 12));
301 if (cs->record[i].data) /* PortXmitWait is 32 bit counter */
304 ntohl(cs->record[i].data));
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dinp.c110 char *cs = Nullch; local
137 cs = "RCS";
142 cs = "SCCS";
149 if (cs) {
155 filename, cs);
164 filename, cs);
168 filename, cs);
171 say3("Checking out file %s from %s...\n", filename, cs);
174 filename, cs);
/freebsd-9.3-release/share/man/man4/man4.i386/
H A DMakefile8 cs.4 \
/freebsd-9.3-release/sys/mips/atheros/
H A Dar71xx_spi.c116 ar71xx_spi_chip_activate(struct ar71xx_spi_softc *sc, int cs) argument
122 ioctrl &= ~(SPI_IO_CTRL_CS0 << cs);
128 ar71xx_spi_chip_deactivate(struct ar71xx_spi_softc *sc, int cs) argument
137 ar71xx_spi_txrx(struct ar71xx_spi_softc *sc, int cs, uint8_t data) argument
145 ioctrl &= ~(SPI_IO_CTRL_CS0 << cs);
176 ar71xx_spi_chip_activate(sc, devi->cs);
189 buf_in[i] = ar71xx_spi_txrx(sc, devi->cs, buf_out[i]);
197 buf_in[i] = ar71xx_spi_txrx(sc, devi->cs, buf_out[i]);
199 ar71xx_spi_chip_deactivate(sc, devi->cs);
/freebsd-9.3-release/usr.sbin/jail/
H A Dcommand.c259 char *cs, *comcs, *devpath; local
317 if ((cs = strchr(comstring->s, '|'))) {
318 argv[1] = alloca(cs - comstring->s + 1);
319 strlcpy(argv[1], comstring->s, cs - comstring->s + 1);
320 addr = cs + 1;
327 if (!(cs = strchr(addr, '/'))) {
332 } else if (strchr(cs + 1, '.')) {
333 argv[3] = alloca(cs - addr + 1);
334 strlcpy(argv[3], addr, cs - addr + 1);
336 *(const char **)&argv[5] = cs
[all...]
H A Djail.c136 char *cs, *ncs; local
236 for (cs = argv[2];; cs = ncs + 1) {
237 ncs = strchr(cs, ',');
242 inet_pton(AF_INET6, cs, &addr6) == 1
249 cs);
310 for (cs = argv[i] + 9;; cs = ncs + 1) {
311 ncs = strchr(cs, ',');
314 add_param(NULL, NULL, KP_IP4_ADDR, cs);
557 char *cs; local
580 char *cs; local
[all...]
/freebsd-9.3-release/libexec/pppoed/
H A Dpppoed.c88 int cs, int ds, int debug, struct ngm_connect *ngc)
91 * We're going to do this with the passed `ds' & `cs' descriptors:
97 * (orphan) ds cs
136 if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, NULL, 0) < 0) {
148 if (NgRecvMsg(cs, resp, sizeof rbuf, NULL) <= 0) {
204 if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE,
217 if (NgSendMsg(cs, ".:", NGM_GENERIC_COOKIE,
242 if (NgSendMsg(cs, spath, NGM_PPPOE_COOKIE, NGM_PPPOE_LISTEN,
254 const char *exec, struct ngm_connect ngc, int cs, int ds, void *request,
280 close(cs);
87 ConfigureNode(const char *prog, const char *iface, const char *provider, int cs, int ds, int debug, struct ngm_connect *ngc) argument
253 Spawn(const char *prog, const char *acname, const char *provider, const char *exec, struct ngm_connect ngc, int cs, int ds, void *request, int sz, int debug) argument
505 int ch, cs, ds, ret, optF, optd, optn, sz, f; local
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c778 CStr cs; local
797 cs.len = 3;
799 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
800 cs.buf = strB; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
801 cs.buf = strC; AddXkey(&cs, &arrow[A_K_RT].fun, arrow[A_K_RT].type);
802 cs.buf = strD; AddXkey(&cs,
883 CStr cs; local
[all...]
H A Ded.xmap.c215 CStr cs; local
216 cs.buf = Xkey->buf;
217 cs.len = Xkey->len;
231 Xmap = GetFreeNode(&cs); /* it is properly initialized */
234 (void) TryNode(Xmap, &cs, val, ntype);
438 CStr cs; local
441 cs.buf = key->buf;
442 cs.len = key->len;
445 cs.buf = STRNULL;
446 cs
[all...]
/freebsd-9.3-release/bin/ls/
H A Dextern.h57 void parsecolors(const char *cs);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c253 int cs; local
382 cs = cs0;
384 mio_boot_reg_cfg.u64 = cvmx_read_csr(CVMX_MIO_BOOT_REG_CFGX(cs));
408 cvmx_write_csr(CVMX_MIO_BOOT_REG_CFGX(cs), mio_boot_reg_cfg.u64);
409 if(cs == cs0)
410 cs = cs1;
412 cs = cs0;
413 } while(cs != cs0);
/freebsd-9.3-release/bin/ed/
H A Dbuf.c81 put_sbuf_line(const char *cs) argument
92 /* assert: cs is '\n' terminated */
93 for (s = cs; *s != '\n'; s++)
95 if (s - cs >= LINECHARS) {
100 len = s - cs;
113 if ((ct = fwrite(cs, sizeof(char), len, sfp)) < 0 || ct != len) {
/freebsd-9.3-release/lib/libdisk/
H A Dchunk.c137 struct chunk *ct,*cs; local
163 cs = New_Chunk();
164 if (cs == NULL)
166 cs->disk = c2->disk;
167 cs->offset = offset;
168 cs->size = size;
169 cs->end = offset + size - 1;
170 cs->type = unused;
172 cs->sname = strdup(sname);
173 cs
[all...]
/freebsd-9.3-release/sys/dev/spibus/
H A Dspibus.c80 retval += printf(" at cs %d", devi->cs);
92 printf(" at cs %d\n", devi->cs);
102 snprintf(buf, buflen, "cs=%d", devi->cs);
123 *(uint32_t *)result = devi->cs;
155 resource_int_value(dname, dunit, "cs", &devi->cs);
/freebsd-9.3-release/sbin/growfs/
H A Ddebug.c368 dbg_dump_csum("internal cs", &cgr->cg_cs);
404 dbg_dump_csum(const char *comment, struct csum *cs) argument
411 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cs, comment);
414 fprintf(dbg_log, "ndir int32_t 0x%08x\n", cs->cs_ndir);
415 fprintf(dbg_log, "nbfree int32_t 0x%08x\n", cs->cs_nbfree);
416 fprintf(dbg_log, "nifree int32_t 0x%08x\n", cs->cs_nifree);
417 fprintf(dbg_log, "nffree int32_t 0x%08x\n", cs->cs_nffree);
429 dbg_dump_csum_total(const char *comment, struct csum_total *cs) argument
436 fprintf(dbg_log, "# %d@%lx: %s\n", indent, (unsigned long)cs, comment);
440 ((unsigned int *)&(cs
[all...]
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A DMakefile48 BERKELEY=cs-hpux9.cf cs-hpux10.cf cs-osf1.cf cs-solaris.cf \
49 cs-sunos4.1.cf cs-ultrix4.cf \
51 chez.cs.cf huginn.cs.cf mail.cs.cf mail.eecs.cf mailspool.cs
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dcpack.h47 u_int8_t *cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize);
/freebsd-9.3-release/sys/netncp/
H A Dncp_user.h83 int cs; /* connection state */ member in struct:ncp_conn_frag
/freebsd-9.3-release/lib/libfetch/
H A Dhttp.c672 init_http_auth_challenges(http_auth_challenges_t *cs) argument
676 cs->challenges[i] = NULL;
677 cs->count = cs->valid = 0;
681 clean_http_auth_challenges(http_auth_challenges_t *cs) argument
686 if (cs->challenges[i] != NULL) {
687 clean_http_auth_challenge(cs->challenges[i]);
688 free(cs->challenges[i]);
691 init_http_auth_challenges(cs);
748 http_parse_authenticate(const char *cp, http_auth_challenges_t *cs) argument
1330 http_authorize(conn_t *conn, const char *hdr, http_auth_challenges_t *cs, http_auth_params_t *parms, struct url *url) argument
[all...]
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmpboot.S42 * We are in real mode. %cs is the only segment register set.
45 mov %cs, %ax /* copy %cs to %ds. Remember these */
53 mov %cs, %bx
72 * %cs to be loaded from the gdt.
134 * We do another far jump to reload %cs with the 64 bit selector.
181 * %cs: +A, +R, -C, DPL=0, +P, +D, +G
/freebsd-9.3-release/sys/dev/hptmv/
H A Dmv.c95 os_memcmp(const void *cs, const void *ct, unsigned len) argument
97 return memcmp(cs, ct, len);
/freebsd-9.3-release/usr.bin/tr/
H A Dtr.c337 struct cset *cs; local
339 cs = cset_alloc();
340 if (cs == NULL)
344 cset_add(cs, str->lastch);
346 cset_addclass(cs, wctype("rune"), true);
348 cset_invert(cs);
349 cset_cache(cs);
350 return (cs);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dkrb4.c124 uint32_t cs; local
155 cs = auth_dat.checksum + 1;
158 KRB_PUT_INT(cs, tmp, 4, sizeof(tmp));
243 uint32_t cs; local
320 krb_get_int(msg_data.app_data, &cs, 4, 0);
321 if(cs - checksum != 1){
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dkrb4.c124 uint32_t cs; local
155 cs = auth_dat.checksum + 1;
158 KRB_PUT_INT(cs, tmp, 4, sizeof(tmp));
243 uint32_t cs; local
320 krb_get_int(msg_data.app_data, &cs, 4, 0);
321 if(cs - checksum != 1){
/freebsd-9.3-release/sys/arm/xscale/ixp425/
H A Dcambria_exp_space.c74 enable_16(struct ixp425_softc *sc, bus_size_t cs) argument
76 EXP_BUS_WRITE_4(sc, cs, EXP_BUS_READ_4(sc, cs) &~ EXP_BYTE_EN);
80 disable_16(struct ixp425_softc *sc, bus_size_t cs) argument
82 EXP_BUS_WRITE_4(sc, cs, EXP_BUS_READ_4(sc, cs) | EXP_BYTE_EN);

Completed in 130 milliseconds

1234567891011