Searched defs:ccc (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_init.c615 uint32_t ccc; local
625 ccc = sda_mem_getbits(slot->s_rcsd, 95, 12);
626 if ((ccc & (1 << 10)) == 0) {
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c118 char ccc; local
129 switch (ccc = (char)i) {
141 ccc, optarg);
153 ccc, optarg);
164 ccc, optarg);
187 if (strchr(options, ccc) == NULL)
188 (void) strncat(options, &ccc, 1);
636 char ccc; local
640 while ((ccc = fopt[jj++]) != NULL) {
642 switch (ccc) {
1028 char ccc; local
1107 char ccc; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c2371 ccc(int argc, char *argv[]) function
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h258 char ccc; /* synchronization character */ variable
/illumos-gate/usr/src/uts/sun/sys/
H A Dsocalreg.h52 uint_t ccc:5; member in struct:socal_cr_register::cr
122 uint_t ccc:3; member in struct:socal_csr_register::csr
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1335 core_content_t ccc; local
1337 if (Pread(Proc, &ccc, sizeof (ccc), val) != sizeof (ccc))
1339 else if (!raw && proc_content2str(ccc, pri->code_buf,
1343 prt_hhx(pri, 0, (long)ccc);
1349 core_content_t ccc; local
1351 if (pri->Errno || Pread(Proc, &ccc, sizeof (ccc), val) != sizeof (ccc))
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1033 char c, cc, ccc; local
1056 cc == 'X') && isxdigit(ccc = dtrace_load8(pos + 2))) {
1058 c = ccc;

Completed in 2722 milliseconds