/illumos-gate/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 },
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | printfuncs.c | 224 *c_type, local 231 c_type = strchr(print_type, ','); /* Safe by construction. */ 232 *c_type++ = '\0'; 243 *--c_type = ','; 258 *c_type, local 266 errlog(TRACING, "print_type, c_type=%s\n", print_type); 268 c_type = strchr(print_type, ','); /* Safe by construction. */ 269 *c_type++ = '\0'; 278 *--c_type = ',';
|
H A D | db.c | 220 db_add_print_types(char *print_type, char *c_type) argument 226 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type);
|
H A D | symtab.c | 536 symtab_add_print_types(char *print_type, char *c_type) argument 547 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type);
|
/illumos-gate/usr/src/head/protocols/ |
H A D | dumprestore.h | 123 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 D | defs.h | 112 int c_type; /* type - ARROW,DCOLON */ member in struct:cmd
|
H A D | gram.y | 396 nc->c_type = ARROW; 428 c->c_type = DCOLON;
|
H A D | docmd.c | 149 switch (c->c_type) { 157 fatal("illegal command type %d\n", c->c_type);
|
H A D | main.c | 493 printf("c_type %s, c_name %s, c_label %s, c_files ", 494 prtype(c->c_type), c->c_name,
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 621 if ((BIT(ino, shamap)) && (spcl.c_type == TS_INODE)) { 622 spcl.c_type = TS_ADDR; 634 if (!(spcl.c_type == TS_INODE && (spcl.c_flags & DR_HASMETA))) { 640 if (spcl.c_type == TS_END) { 644 } else if (spcl.c_type == TS_TAPE) { 648 } else if (spcl.c_type != TS_INODE) 667 if (spcl.c_type == TS_END) 669 else if (spcl.c_type == TS_TAPE) 1660 spcl.c_type = TS_TAPE; 2174 if (sp->s_spcl.c_type ! [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;
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | tape.c | 278 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/i86pc/sys/ |
H A D | sbd_ioctl.h | 81 sbd_comp_type_t c_type; member in struct:__anon8 95 #define ci_type c_id.c_type 296 int32_t c_type; member in struct:__anon23
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | sbd_ioctl.h | 77 sbd_comp_type_t c_type; member in struct:__anon44 91 #define ci_type c_id.c_type 293 int32_t c_type; member in struct:__anon59
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 457 (void) pool_xml_set_attr(element, BAD_CAST c_type, &val); 479 if (strcmp(name, c_type) == 0) { 516 if (strcmp(name, c_type) == 0) { 746 BAD_CAST c_type) == NULL) { 754 BAD_CAST c_type); 858 if (xmlHasProp(element, BAD_CAST c_type) == NULL) { 864 data = xmlGetProp(element, BAD_CAST c_type); 950 strcmp((const char *)attr->name, c_type) != 0) 983 strcmp((const char *)attr->name, c_type) == 0) { 998 if (strcmp((const char *)attr->name, c_type) ! [all...] |
H A D | pool_internal.c | 68 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);
|
H A D | pool_internal.h | 108 extern const char *c_type;
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | libmlsvc.h | 212 svcctl_context_type_t c_type; member in struct:svcctl_context
|
H A D | svcctl_svc.c | 161 if ((ctx->c_type != type) || (ctx->c_ctx.uc_cp == NULL)) 183 switch (ctx->c_type) { 220 ctx->c_type = SVCCTL_MANAGER_CONTEXT; 289 ctx->c_type = SVCCTL_SERVICE_CONTEXT;
|
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 608 hp->h_sbdcmd.cmd_cm.c_id.c_type = 611 PR_ALL("%s: c_name = %s, c_type = %d\n", 614 hp->h_sbdcmd.cmd_cm.c_id.c_type); 905 scp->cmd_cm.c_id.c_type = scmd32.cmd_cm.c_id.c_type; 959 scmd32.cmd_cm.c_id.c_type = scp->cmd_cm.c_id.c_type; 2152 if (hp->h_sbdcmd.cmd_cm.c_id.c_type == SBD_COMP_NONE) { 2171 * In the case of c_type == SBD_COMP_NONE, and 2443 if (hp->h_sbdcmd.cmd_cm.c_id.c_type ! [all...] |
H A D | dr_io.c | 348 isp->is_cm.c_id.c_type = ip->sbi_cm.sbdev_type;
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 610 hp->h_sbdcmd.cmd_cm.c_id.c_type = 613 PR_ALL("%s: c_name = %s, c_type = %d\n", 616 hp->h_sbdcmd.cmd_cm.c_id.c_type); 909 scp->cmd_cm.c_id.c_type = scmd32.cmd_cm.c_id.c_type; 962 scmd32.cmd_cm.c_id.c_type = scp->cmd_cm.c_id.c_type; 2184 if (hp->h_sbdcmd.cmd_cm.c_id.c_type == SBD_COMP_NONE) { 2203 * In the case of c_type == SBD_COMP_NONE, and 2476 if (hp->h_sbdcmd.cmd_cm.c_id.c_type ! [all...] |
H A D | dr_io.c | 370 isp->is_cm.c_id.c_type = ip->sbi_cm.sbdev_type;
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | findevs.c | 317 char *c_type = DM_CTYPE_UNKNOWN; local 342 c_type = DM_CTYPE_FIBRE; 362 if (strcmp(c_type, DM_CTYPE_UNKNOWN) == 0) { 363 c_type = ctype(node, minor); 365 cp->ctype = c_type;
|