Searched refs:prop_str (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c319 void *prop_str; local
334 prop_str = NULL;
335 if ((xenbus_read(XBT_NULL, pdp->xd_xsdev.nodename, name, &prop_str,
336 &len) == 0) && (prop_str != NULL) && (strlen(prop_str) != 0))
339 prop_str = NULL;
341 (xenbus_read(XBT_NULL, pdp->xd_xsdev.otherend, name, &prop_str,
342 &len) == 0) && (prop_str != NULL) && (strlen(prop_str) != 0))
350 prop_len = strlen(prop_str)
733 char *prop_str; local
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c1010 char *prop_str = NULL; local
1130 &prop_str) == 0);
1131 if (prop_str == NULL || strcmp(prop_str, "-") == 0 ||
1132 strcmp(prop_str, "") == 0)
1136 be_node->be_policy_type = strdup(prop_str);
1142 &prop_str) == 0) {
1143 be_node->be_uuid_str = strdup(prop_str);
1148 ZPROP_VALUE, &prop_str) == 0) {
1149 be_node->be_uuid_str = strdup(prop_str);
1191 char *prop_str = NULL; local
1286 char *prop_str = NULL; local
[all...]
/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c396 add_prop(devctl_ddef_t ddef_hdl, char *prop_str) argument
402 tmp = strchr(prop_str, '=');
404 (void) fprintf(stderr, "invalid property %s", prop_str);
408 (void) printf("prop string: %s\n", prop_str);
409 pname = prop_str;
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.c1037 char *prop_str; local
1052 "dma-model", &prop_str) == DDI_PROP_SUCCESS) {
1053 if (strcmp(prop_str, "eb2dma") == 0) {
1060 ddi_prop_free(prop_str);
1149 char *prop_str; local
1163 "model", &prop_str) == DDI_PROP_SUCCESS) {
1164 if (strcmp(prop_str, "SUNW,CS4231h") == 0) {
1169 } else if (strcmp(prop_str, "SUNW,CS4231g") == 0) {
1177 } else if (strcmp(prop_str, "SUNW,CS4231f") == 0) {
1181 audio_dev_set_version(adev, prop_str);
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c325 char *prop_str; /* property string */ local
342 prop_str = fmd_prop_get_string(hdl, ETM_PROP_NM_XPORT_ADDRS);
344 fmd_hdl_debug(hdl, "info: etm_xport_get_fn prop_str %s\n",
345 prop_str);
348 if (strlen(prop_str) == 0) {
372 (void) strncpy(fn_wr, prop_str, PATH_MAX - 1);
378 if ((cp = strchr(prop_str, '|')) != NULL) {
381 cp = prop_str;
393 fmd_prop_free_string(hdl, prop_str);
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c279 char *prop_str; local
296 if (md_get_prop_str(mdp, nodes[i], node_str_prop, &prop_str))
299 if (strcmp(prop_str, props[j]) == 0) {
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c245 void *prop_str; local
339 if (xenbus_read(XBT_NULL, xsname, "mac", (void *)&prop_str,
343 prop_str);
344 kmem_free(prop_str, prop_len);
352 &prop_str, &prop_len) != 0)
355 "dev-address", prop_str);
356 kmem_free(prop_str, prop_len);
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c84 add_prop_vect_scf(scf_propvec_t *vector, const char *prop_str, argument
87 vector->pv_prop = prop_str;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c63 emlxs_auth_cfg_t *config, char *prop_str);
77 emlxs_auth_key_t *auth_key, char *prop_str);
8000 char *prop_str; local
8024 prop_str = arrayp[i];
8025 if (prop_str == NULL) {
8029 if (emlxs_auth_cfg_parse(hba, &auth_cfg, prop_str) == 0) {
8063 char *prop_str)
8075 s = prop_str;
8654 char *prop_str; local
8678 prop_str
8060 emlxs_auth_cfg_parse( emlxs_hba_t *hba, emlxs_auth_cfg_t *auth_cfg, char *prop_str) argument
8713 emlxs_auth_key_parse( emlxs_hba_t *hba, emlxs_auth_key_t *auth_key, char *prop_str) argument
[all...]
H A Demlxs_solaris.c6960 char *prop_str; local
6964 prop_str = NULL;
6967 "fcode-version", (char **)&prop_str);
6970 bcopy(prop_str, vpd->fcode_version, strlen(prop_str));
6971 (void) ddi_prop_free((void *)prop_str);
6988 char *prop_str; local
7137 prop_str = NULL;
7139 (dev_info_t *)dip, 0, "name", (char **)&prop_str);
7142 if (strncmp(prop_str, "lpf
[all...]
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c902 char prop_str[32]; local
1017 (void) sprintf(prop_str, prop_template, target);
1019 prop_str, -1);
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c540 char prop_str[32]; local
864 (void) sprintf(prop_str, prop_template, i);
866 DDI_DEV_T_ANY, dip, 0, prop_str, -1);

Completed in 139 milliseconds