/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | printfuncs.c | 226 *c_type, in generate_print_definitions() local 233 c_type = strchr(print_type, ','); /* Safe by construction. */ in generate_print_definitions() 234 *c_type++ = NULL; in generate_print_definitions() 245 *--c_type = ','; in generate_print_definitions() 260 *c_type, in generate_print_declarations() local 270 c_type = strchr(print_type, ','); /* Safe by construction. */ in generate_print_declarations() 271 *c_type++ = NULL; in generate_print_declarations() 280 *--c_type = ','; in generate_print_declarations()
|
H A D | db.c | 222 db_add_print_types(char *print_type, char *c_type) in db_add_print_types() argument 228 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type); in db_add_print_types()
|
H A D | symtab.c | 538 symtab_add_print_types(char *print_type, char *c_type) in symtab_add_print_types() argument 549 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type); in symtab_add_print_types()
|
/titanic_44/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 621 if ((BIT(ino, shamap)) && (spcl.c_type == TS_INODE)) { in spclrec() 622 spcl.c_type = TS_ADDR; in spclrec() 634 if (!(spcl.c_type == TS_INODE && (spcl.c_flags & DR_HASMETA))) { in spclrec() 640 if (spcl.c_type == TS_END) { in spclrec() 644 } else if (spcl.c_type == TS_TAPE) { in spclrec() 648 } else if (spcl.c_type != TS_INODE) in spclrec() 667 if (spcl.c_type == TS_END) in spclrec() 669 else if (spcl.c_type == TS_TAPE) in spclrec() 1660 spcl.c_type = TS_TAPE; in otape() 2174 if (sp->s_spcl.c_type != TS_ADDR) { in dowrite() [all …]
|
H A D | dumptraverse.c | 450 spcl.c_type = TS_TAPE; 452 spcl.c_type = TS_ADDR; 454 spcl.c_type = TS_INODE; 616 spcl.c_type = TS_ADDR; 632 spcl.c_type = typ; 651 spcl.c_type = TS_ADDR;
|
/titanic_44/usr/src/cmd/backup/restore/ |
H A D | tape.c | 278 endoftapemark.s_spcl.c_type = TS_END; in setup() 617 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { in getvol() 1405 if (spcl.c_type != TS_ADDR) { in xtrmap() 1490 if (sp->c_magic == expected_magic && sp->c_type == TS_EOM && in readtape() 1604 if (i != 0 && sp->c_magic == expected_magic && sp->c_type == TS_EOM && in readtape() 1755 int32_t c_type; in gethead() member 1783 buf->c_type = u_ospcl.s_ospcl.c_type; in gethead() 1826 switch (buf->c_type) { in gethead() 1882 "gethead", buf->c_type); in gethead() 1901 if (header->c_type == TS_TAPE) { in accthdr() [all …]
|
/titanic_44/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 457 (void) pool_xml_set_attr(element, BAD_CAST c_type, &val); in property_create() 479 if (strcmp(name, c_type) == 0) { in pool_xml_get_property() 516 if (strcmp(name, c_type) == 0) { in pool_xml_put_property() 746 BAD_CAST c_type) == NULL) { in pool_xml_get_prop() 754 BAD_CAST c_type); in pool_xml_get_prop() 858 if (xmlHasProp(element, BAD_CAST c_type) == NULL) { in pool_xml_set_prop() 864 data = xmlGetProp(element, BAD_CAST c_type); in pool_xml_set_prop() 950 strcmp((const char *)attr->name, c_type) != 0) in pool_xml_get_properties() 983 strcmp((const char *)attr->name, c_type) == 0) { in pool_xml_get_properties() 998 if (strcmp((const char *)attr->name, c_type) != 0) { in pool_xml_get_properties() [all …]
|
H A D | pool_internal.c | 68 const char *c_type = "type"; variable 1228 prop_name[len] == '.' || strcmp(prop_name, c_type) == 0) in is_a_known_prefix() 1239 strcmp(prop_name, c_type) == 0) in is_a_known_prefix() 1250 strcmp(prop_name, c_type) == 0) in is_a_known_prefix() 1312 pool_value_set_name(props[0], c_type) != PO_SUCCESS) in resource_by_sysid() 1680 (void) pool_value_set_name(&val, c_type); in pool_validate_resource()
|
H A D | pool_internal.h | 110 extern const char *c_type;
|
/titanic_44/usr/src/cmd/format/ |
H A D | menu_command.h | 41 int c_type(void);
|
H A D | init_menus.c | 57 c_type, true },
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | sbd_ioctl.h | 74 sbd_comp_type_t c_type; member 88 #define ci_type c_id.c_type 290 int32_t c_type; member
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | sbd_ioctl.h | 78 sbd_comp_type_t c_type; member 92 #define ci_type c_id.c_type 293 int32_t c_type; member
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | defs.h | 112 int c_type; /* type - ARROW,DCOLON */ member
|
H A D | gram.y | 396 nc->c_type = ARROW; 428 c->c_type = DCOLON;
|
H A D | docmd.c | 154 switch (c->c_type) { 162 fatal("illegal command type %d\n", c->c_type);
|
H A D | main.c | 494 prtype(c->c_type), c->c_name,
|
/titanic_44/usr/src/head/protocols/ |
H A D | dumprestore.h | 125 int32_t c_type; /* record type (see below) */ member
|
/titanic_44/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 608 hp->h_sbdcmd.cmd_cm.c_id.c_type = in dr_ioctl() 614 hp->h_sbdcmd.cmd_cm.c_id.c_type); in dr_ioctl() 905 scp->cmd_cm.c_id.c_type = scmd32.cmd_cm.c_id.c_type; in dr_copyin_iocmd() 959 scmd32.cmd_cm.c_id.c_type = scp->cmd_cm.c_id.c_type; in dr_copyout_iocmd() 2151 if (hp->h_sbdcmd.cmd_cm.c_id.c_type == SBD_COMP_NONE) { in dr_dev_status() 2442 if (hp->h_sbdcmd.cmd_cm.c_id.c_type != SBD_COMP_NONE) in dr_get_ncm() 2443 devset &= DEVSET(hp->h_sbdcmd.cmd_cm.c_id.c_type, in dr_get_ncm() 2547 switch (cid->c_type) { in dr_dev2devset() 2590 devset = DEVSET(cid->c_type, unit); in dr_dev2devset() 2603 devset = DEVSET(cid->c_type, unit); in dr_dev2devset() [all …]
|
H A D | dr_io.c | 348 isp->is_cm.c_id.c_type = ip->sbi_cm.sbdev_type; in dr_io_status()
|
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 610 hp->h_sbdcmd.cmd_cm.c_id.c_type = in dr_ioctl() 616 hp->h_sbdcmd.cmd_cm.c_id.c_type); in dr_ioctl() 909 scp->cmd_cm.c_id.c_type = scmd32.cmd_cm.c_id.c_type; in dr_copyin_iocmd() 962 scmd32.cmd_cm.c_id.c_type = scp->cmd_cm.c_id.c_type; in dr_copyout_iocmd() 2183 if (hp->h_sbdcmd.cmd_cm.c_id.c_type == SBD_COMP_NONE) { in dr_dev_status() 2475 if (hp->h_sbdcmd.cmd_cm.c_id.c_type != SBD_COMP_NONE) in dr_get_ncm() 2476 devset &= DEVSET(hp->h_sbdcmd.cmd_cm.c_id.c_type, in dr_get_ncm() 2580 switch (cid->c_type) { in dr_dev2devset() 2621 devset = DEVSET(cid->c_type, unit); in dr_dev2devset() 2633 devset = DEVSET(cid->c_type, unit); in dr_dev2devset() [all …]
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | libmlsvc.h | 215 svcctl_context_type_t c_type; member
|
H A D | svcctl_svc.c | 161 if ((ctx->c_type != type) || (ctx->c_ctx.uc_cp == NULL)) in svcctl_hdlookup() 183 switch (ctx->c_type) { in svcctl_hdfree() 220 ctx->c_type = SVCCTL_MANAGER_CONTEXT; in svcctl_mgr_hdalloc() 289 ctx->c_type = SVCCTL_SERVICE_CONTEXT; in svcctl_svc_hdalloc()
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | findevs.c | 359 char *c_type = DM_CTYPE_UNKNOWN; in add_controller() local 384 c_type = DM_CTYPE_FIBRE; in add_controller() 404 if (strcmp(c_type, DM_CTYPE_UNKNOWN) == 0) { in add_controller() 405 c_type = ctype(node, minor); in add_controller() 407 cp->ctype = c_type; in add_controller()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 1372 switch (cid->c_type) { in sbd_dev2devset() 1405 devset = DEVSET(cid->c_type, 0); in sbd_dev2devset() 1409 devset = DEVSET(cid->c_type, unit); in sbd_dev2devset() 1418 devset = DEVSET(cid->c_type, unit); in sbd_dev2devset() 1613 cmdp->cmd_cm.c_id.c_type = scmd32.cmd_cm.c_id.c_type; in sbd_copyin_ioarg() 1680 scmd32.cmd_cm.c_id.c_type = scp->cmd_cm.c_id.c_type; in sbd_copyout_ioarg() 1885 cmdp->cmd_cm.c_id.c_type = SBD_COMP(sbd_name_to_idx( in sbd_pre_op() 1887 if (cmdp->cmd_cm.c_id.c_type == SBD_COMP_MEM) { in sbd_pre_op() 4315 if (cmdp->cmd_cm.c_id.c_type == SBD_COMP_NONE) { in sbd_status() 4613 (int)dsp->d_cm.c_id.c_type); in sbd_status()
|