Searched defs:apid (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_plugin.c53 char *str, *apid; local
69 * returning one matching AP per supplied apid string
77 dprint(DDEBUG, "%s: config_list_ext() on apid = \"%s\" "
105 apid = cfga_listp[0].ap_phys_id;
109 dprint(DINFO, "%s: disconnecting ...\n", fn, apid);
123 dprint(DINFO, "%s: configuring ...\n", fn, apid);
H A Dpcidr_cfga.c233 char *cmdnm, *cfga_errstr, *apid, *str; local
245 apid = cfga_listp->ap_phys_id;
255 dprint(DDEBUG, "%s: apid = %s is busy\n",
301 rv = config_change_state(cmd, 1, &apid, NULL, &cfga_confirm,
304 dprint(DDEBUG, "%s: command %s failed on apid %s",
305 fn, cmdnm, apid);
325 dprint(DDEBUG, "%s: command %s already done on apid %s\n",
326 fn, cmdnm, apid);
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c42 ap_symid(apd_t *a, char *apid, char *symid, size_t bufsize) argument
78 if (strcmp(cp, apid) == 0) {
90 ap_logid(apd_t *a, char *apid) argument
102 if (ap_symid(a, apid, buf, MAXPATHLEN) == 0)
136 a->apid = ap_id;
H A Dap.h109 const char *apid; member in struct:__anon2411
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c128 adjust_dynamic_ap(const char *apid, char *adjusted) argument
138 dm_assert((strlen(apid) + 8 /* strlen("/devices") */) < MAXPATHLEN);
141 (void) strcpy(adjusted, apid);
144 dyn = strstr(apid, "::");
145 if ((dyn == NULL) || (dyn == apid) ||
154 (void) strcpy(phys, apid);
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c249 /* if this apid is already seen by IBNEX, get the dip */
451 IBTF_DPRINTF_L4("ibnex", "%s: apid = %s", msg, apid_n);
453 /* if this apid is already seen by IBNEX, get the dip */
504 IBTF_DPRINTF_L4("ibnex", "%s, input apid = %s, "
569 IBTF_DPRINTF_L4("ibnex", "%s, apid = %s, guid = %s",
689 IBTF_DPRINTF_L4("ibnex", "%s, apid = %s, guid = %s",
751 * If IOC APID, get the apid dip and call
873 * If this apid is already seen by IBNEX, get the dip
990 * this apid, it means it's already configured. We need to
1001 * A node exits for this apid bu
1490 char apid[IBTL_IBNEX_APID_LEN]; local
1765 ibnex_get_dip_from_apid(char *apid, dev_info_t **ret_dip, ibnex_node_data_t **ret_node_datap) argument
1939 ibnex_handle_pseudo_configure(char *apid) argument
2012 ibnex_handle_ioc_configure(char *apid) argument
2064 ibnex_handle_commsvcnode_configure(char *apid) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c450 case CFGA_IB_OPEN_ERR: /* This messages also prints apid and errno. */
619 char *apid = (use_static_ap_id == B_TRUE) ? IB_STATIC_APID : ap_id; local
622 if ((*devctl_hdl = devctl_ap_acquire(apid, NULL)) == NULL) {
657 * rstate - Receptacle state for the apid
695 * ostate - Occupant state for the apid
1099 DPRINTF("cfga_private_func: fabric apid supplied\n");
1173 DPRINTF("cfga_private_func: fabric apid supplied\n");
1220 DPRINTF("cfga_private_func: client apid = %s, "
1283 DPRINTF("cfga_private_func: fabric apid needed\n");
1320 DPRINTF("cfga_private_func: fabric apid neede
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c830 char *bufptr, *bufptr2, *pci, *apid; local
834 if ((apid = malloc(MAXPATHLEN)) == NULL) {
839 (void) memset(apid, 0, MAXPATHLEN);
840 (void) strncpy(apid, ap_id, strlen(ap_id));
843 bufptr = strrchr(apid, '/');
845 bufptr2 = strrchr(apid, ':');
863 free(apid);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c384 static char *ps_apid_to_nodename(char *apid);
2818 * converts apid to real FRU name in PICL tree. The
2823 ps_apid_to_nodename(char *apid) argument
2828 return (apid);
2830 if (strcmp(apid, PS0_NAME) == 0)
2832 else if (strcmp(apid, PS1_NAME) == 0)
2834 else if (strcmp(apid, PS2_NAME) == 0)
2836 else if (strcmp(apid, PS3_NAME) == 0)
2839 nodename = apid;

Completed in 103 milliseconds