Searched refs:c_id (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c130 #define CONN_HOSTNAME c_id->uri.hport.hostname
131 #define CONN_PORT c_id->uri.hport.port
132 #define CONN_ABSPATH c_id->uri.abspath
133 #define CONN_HTTPS c_id->uri.https
134 #define CONN_PROXY_HOSTNAME c_id->proxy.hostname
135 #define CONN_PROXY_PORT c_id->proxy.port
137 #define RESET_ERR(c_id) (c_id)->numerrs = 0, (c_id)->nexterr = 0
138 #define SET_ERR(c_id, sr
295 http_conn_t *c_id; local
340 http_conn_t *c_id = handle; local
366 http_conn_t *c_id = handle; local
401 http_conn_t *c_id = handle; local
430 http_conn_t *c_id = handle; local
459 http_conn_t *c_id = handle; local
504 http_conn_t *c_id = handle; local
574 http_conn_t *c_id = handle; local
610 http_conn_t *c_id = handle; local
669 http_conn_t *c_id = handle; local
702 http_conn_t *c_id = handle; local
846 http_conn_t *c_id = handle; local
923 http_conn_t *c_id = handle; local
1118 http_conn_t *c_id = handle; local
1220 http_conn_t *c_id = handle; local
1255 http_conn_t *c_id = handle; local
1315 http_conn_t *c_id = handle; local
1346 http_conn_t *c_id = handle; local
1377 http_conn_t *c_id = handle; local
1414 http_conn_t *c_id = handle; local
1454 http_conn_t *c_id = handle; local
1531 http_conn_t *c_id = handle; local
1743 http_conn_t *c_id = userdata; local
1769 initialize_ctx(http_conn_t *c_id) argument
1978 tcp_connect(http_conn_t *c_id, const char *hostname, uint16_t port) argument
2032 readline(http_conn_t *c_id, int sock, char *buf, int len) argument
2086 proxy_connect(http_conn_t *c_id) argument
2182 check_cert_chain(http_conn_t *c_id, char *host) argument
2291 read_headerlines(http_conn_t *c_id, boolean_t bread) argument
2351 free_response(http_conn_t *c_id, int free_boundary) argument
2378 free_ctx_ssl(http_conn_t *c_id) argument
2418 get_chunk_header(http_conn_t *c_id) argument
2482 init_bread(http_conn_t *c_id) argument
2569 get_msgcnt(http_conn_t *c_id, ssize_t *msgcnt) argument
2647 getaline(http_conn_t *c_id, char *line, int len, boolean_t bread) argument
2734 getbytes(http_conn_t *c_id, char *line, int len) argument
2786 http_srv_send(http_conn_t *c_id, const void *buf, size_t nbyte) argument
2806 http_srv_recv(http_conn_t *c_id, void *buf, size_t nbyte) argument
2826 http_check_conn(http_conn_t *c_id) argument
2838 handle_ssl_error(http_conn_t *c_id, int retval) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h80 sbd_comp_id_t c_id; member in struct:__anon10211
88 #define ci_type c_id.c_type
89 #define ci_unit c_id.c_unit
90 #define ci_name c_id.c_name
208 sbd_comp_id_t c_id; member in struct:__anon10218
296 sbd_comp_id32_t c_id; member in struct:__anon10226
374 sbd_comp_id32_t c_id; member in struct:__anon10234
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h84 sbd_comp_id_t c_id; member in struct:__anon9444
92 #define ci_type c_id.c_type
93 #define ci_unit c_id.c_unit
94 #define ci_name c_id.c_name
211 sbd_comp_id_t c_id; member in struct:__anon9451
299 sbd_comp_id32_t c_id; member in struct:__anon9459
377 sbd_comp_id32_t c_id; member in struct:__anon9467
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_io.c348 isp->is_cm.c_id.c_type = ip->sbi_cm.sbdev_type;
349 isp->is_cm.c_id.c_unit = ip->sbi_cm.sbdev_unum;
350 (void) strlcpy(isp->is_cm.c_id.c_name, pstat.type,
351 sizeof (isp->is_cm.c_id.c_name));
H A Ddr_mem_acpi.c319 (void) strlcpy(msp->ms_cm.c_id.c_name, pstat.type,
320 sizeof (msp->ms_cm.c_id.c_name));
321 msp->ms_cm.c_id.c_type = mp->sbm_cm.sbdev_type;
322 msp->ms_cm.c_id.c_unit = mp->sbm_cm.sbdev_unum;
H A Ddr.c607 if (hp->h_sbdcmd.cmd_cm.c_id.c_name[0] != '\0') {
608 hp->h_sbdcmd.cmd_cm.c_id.c_type =
609 dr_dev_type_to_nt(hp->h_sbdcmd.cmd_cm.c_id.c_name);
613 hp->h_sbdcmd.cmd_cm.c_id.c_name,
614 hp->h_sbdcmd.cmd_cm.c_id.c_type);
621 hp->h_devset = dr_dev2devset(&hp->h_sbdcmd.cmd_cm.c_id);
905 scp->cmd_cm.c_id.c_type = scmd32.cmd_cm.c_id.c_type;
906 scp->cmd_cm.c_id.c_unit = scmd32.cmd_cm.c_id
[all...]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_io.c370 isp->is_cm.c_id.c_type = ip->sbi_cm.sbdev_type;
371 isp->is_cm.c_id.c_unit = ip->sbi_cm.sbdev_unum;
372 (void) strncpy(isp->is_cm.c_id.c_name, pstat.type,
373 sizeof (isp->is_cm.c_id.c_name));
H A Ddr.c609 if (hp->h_sbdcmd.cmd_cm.c_id.c_name[0] != '\0') {
610 hp->h_sbdcmd.cmd_cm.c_id.c_type =
611 dr_dev_type_to_nt(hp->h_sbdcmd.cmd_cm.c_id.c_name);
615 hp->h_sbdcmd.cmd_cm.c_id.c_name,
616 hp->h_sbdcmd.cmd_cm.c_id.c_type);
623 hp->h_devset = dr_dev2devset(&hp->h_sbdcmd.cmd_cm.c_id);
909 scp->cmd_cm.c_id.c_type = scmd32.cmd_cm.c_id.c_type;
910 scp->cmd_cm.c_id.c_unit = scmd32.cmd_cm.c_id
[all...]
H A Ddr_mem.c751 (void) strncpy(msp->ms_cm.c_id.c_name, pstat.type,
752 sizeof (msp->ms_cm.c_id.c_name));
753 msp->ms_cm.c_id.c_type = mp->sbm_cm.sbdev_type;
754 msp->ms_cm.c_id.c_unit = SBD_NULL_UNIT;
/illumos-gate/usr/src/cmd/init/
H A Dinit.c385 char c_id[INITTAB_ENTRY_ID_SIZE]; /* Four letter unique id of */ member in struct:CMD_LINE
1023 !id_eq(process->p_id, cmd.c_id))
1239 if (id_eq(cmd.c_id, "smf")) {
1374 &cmd->c_id[0], &cmd->c_command[EXEC]);
1415 tmproc.p_id[0] = cmd->c_id[0];
1416 tmproc.p_id[1] = cmd->c_id[1];
1417 tmproc.p_id[2] = cmd->c_id[2];
1418 tmproc.p_id[3] = cmd->c_id[3];
1449 process->p_id[0] = cmd->c_id[0];
1450 process->p_id[1] = cmd->c_id[
[all...]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c318 char c_id = '/'; local
328 if ((pchar = rindex(id, c_id)) == NULL)
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1613 cmdp->cmd_cm.c_id.c_type = scmd32.cmd_cm.c_id.c_type;
1614 cmdp->cmd_cm.c_id.c_unit = scmd32.cmd_cm.c_id.c_unit;
1615 bcopy(&scmd32.cmd_cm.c_id.c_name[0],
1616 &cmdp->cmd_cm.c_id.c_name[0], OBP_MAXPROPNAME);
1680 scmd32.cmd_cm.c_id.c_type = scp->cmd_cm.c_id.c_type;
1681 scmd32.cmd_cm.c_id.c_unit = scp->cmd_cm.c_id
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1339 c.c_id = 0;
1814 c.c_id = 0;
1848 c.c_id = i;
2039 c.c_id = i;
2311 c.c_id = i;
2561 c.c_id = 0;
H A Dmeta_set.c3072 c.c_id = 0;
5543 c.c_id = 0;
5645 c.c_id = 0;
5832 c.c_id = 0;
H A Dmeta_mn_handlers.c1317 c.c_id = i;
H A Dmeta_set_drv.c1463 c.c_id = 0;
H A Dmeta_set_hst.c2605 c.c_id = 0;
4362 c.c_id = 0;
H A Dmeta_mirror.c1161 dbconf.c_id = optloc.li[i];
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c1475 uint32_t c_id; member in struct:__anon74::__anon75
1486 uint32_t c_id; member in struct:__anon76::__anon77
1497 return (idp->impl_id.c_id);
1670 cidp->impl_id.c_id = (uint32_t)rfs4_dbe_getid(cp->rc_dbe);
1692 scvp->cv_impl.c_id = cidp->impl_id.c_id;
2744 return (cidp->impl_id.c_id >> CLUSTER_NODEID_SHIFT !=
2764 ASSERT(cidp->impl_id.c_id >> CLUSTER_NODEID_SHIFT == 0);
2768 cidp->impl_id.c_id |= (clnodeid << CLUSTER_NODEID_SHIFT);
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c1604 cfg.c_id = 0;
1768 cfg.c_id = 0;
H A Dmetastat.c220 c.c_id = 0;
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c736 (void) strncpy(msp->ms_cm.c_id.c_name, pstat.type,
737 sizeof (msp->ms_cm.c_id.c_name));
738 msp->ms_cm.c_id.c_type = mp->sbm_cm.sbdev_type;
739 msp->ms_cm.c_id.c_unit = SBD_NULL_UNIT;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdio.h619 int c_id; /* used with getnext locator */ member in struct:mddb_config
641 #define MDDB_CONFIG_ABS 1 /* treat c_id as abs index */
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c7395 if (setno >= md_nsets || cp->c_id < 0 ||
7396 cp->c_id > cp->c_dbmax) {
7442 if (cp->c_id < 0 || cp->c_id > cp->c_dbmax) {
7447 li = cp->c_id;
7449 if (cp->c_id >= cp->c_dbcnt) {
7460 if (j > cp->c_id)
/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_svc_subr.c4994 c.c_id = 0;

Completed in 194 milliseconds