HomeSort by relevance Sort by last modified time
    Searched defs:apid (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/pcidr/plugins/default/
pcidr_plugin.c 53 char *str, *apid; local
68 * get state of APID; enforce the cfgadm pci plugin implementation of
69 * returning one matching AP per supplied apid string
77 dprint(DDEBUG, "%s: config_list_ext() on apid = \"%s\" "
91 "found for the APID \"%s\"\n", fn, dr.dr_ap_id);
99 dprint(DINFO, "%s: showing info and performing DR 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);
pcidr_cfga.c 165 dprint(lvl, "%slogical APID = %s\n", prestr, datap->ap_log_id);
166 dprint(lvl, "%sphyiscal APID = %s\n", prestr, datap->ap_phys_id);
235 char *cmdnm, *cfga_errstr, *apid, *str; local
247 apid = cfga_listp->ap_phys_id;
257 dprint(DDEBUG, "%s: apid = %s is busy\n",
303 rv = config_change_state(cmd, 1, &apid, NULL, &cfga_confirm,
306 dprint(DDEBUG, "%s: command %s failed on apid %s",
307 fn, cmdnm, apid);
327 dprint(DDEBUG, "%s: command %s already done on apid %s\n",
328 fn, cmdnm, apid);
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/ib/common/
cfga_ib.c 450 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");
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
ap.h 109 const char *apid; member in struct:__anon2741
  /onnv/onnv-gate/usr/src/uts/common/io/ib/ibnex/
ibnex_ioctl.c 247 /* if this apid is already seen by IBNEX, get the dip */
449 IBTF_DPRINTF_L4("ibnex", "%s: apid = %s", msg, apid_n);
451 /* if this apid is already seen by IBNEX, get the dip */
502 IBTF_DPRINTF_L4("ibnex", "%s, input apid = %s, "
567 IBTF_DPRINTF_L4("ibnex", "%s, apid = %s, guid = %s",
687 IBTF_DPRINTF_L4("ibnex", "%s, apid = %s, guid = %s",
748 * If IB fabric APID, call ibnex_update_all
749 * If IOC APID, get the apid dip and call
871 * If this apid is already seen by IBNEX, get the di
1488 char apid[IBTL_IBNEX_APID_LEN]; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/pci/common/
cfga.c 830 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);
    [all...]

Completed in 360 milliseconds