Searched defs:c_type (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.c226 *c_type, local
233 c_type = strchr(print_type, ','); /* Safe by construction. */
234 *c_type++ = NULL;
245 *--c_type = ',';
260 *c_type, local
268 errlog(TRACING, "print_type, c_type=%s\n", print_type);
270 c_type = strchr(print_type, ','); /* Safe by construction. */
271 *c_type++ = NULL;
280 *--c_type = ',';
H A Ddb.c222 db_add_print_types(char *print_type, char *c_type) argument
228 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type);
H A Dsymtab.c538 symtab_add_print_types(char *print_type, char *c_type) argument
549 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type);
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h125 int32_t c_type; /* record type (see below) */ member in struct:u_spcl::s_spcl
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h112 int c_type; /* type - ARROW,DCOLON */ member in struct:cmd
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c573 u_int c_type, key_tag, alg; local
579 c_type = ns_get16(rdata); rdata += NS_INT16SZ;
583 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg));
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlibmlsvc.h222 svcctl_context_type_t c_type; member in struct:svcctl_context
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c302 (void) c_type();
355 c_type() function
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c360 char *c_type = DM_CTYPE_UNKNOWN; local
385 c_type = DM_CTYPE_FIBRE;
405 if (strcmp(c_type, DM_CTYPE_UNKNOWN) == 0) {
406 c_type = ctype(node, minor);
408 cp->ctype = c_type;
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c68 const char *c_type = "type"; variable
1228 prop_name[len] == '.' || strcmp(prop_name, c_type) == 0)
1239 strcmp(prop_name, c_type) == 0)
1250 strcmp(prop_name, c_type) == 0)
1312 pool_value_set_name(props[0], c_type) != PO_SUCCESS)
1680 (void) pool_value_set_name(&val, c_type);
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c278 endoftapemark.s_spcl.c_type = TS_END;
617 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
1405 if (spcl.c_type != TS_ADDR) {
1490 if (sp->c_magic == expected_magic && sp->c_type == TS_EOM &&
1604 if (i != 0 && sp->c_magic == expected_magic && sp->c_type == TS_EOM &&
1755 int32_t c_type; member in struct:u_ospcl::s_ospcl
1783 buf->c_type = u_ospcl.s_ospcl.c_type;
1826 switch (buf->c_type) {
1882 "gethead", buf->c_type);
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h74 sbd_comp_type_t c_type; member in struct:__anon10210
88 #define ci_type c_id.c_type
290 int32_t c_type; member in struct:__anon10225
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h78 sbd_comp_type_t c_type; member in struct:__anon9443
92 #define ci_type c_id.c_type
293 int32_t c_type; member in struct:__anon9458

Completed in 109 milliseconds