Searched defs:did (Results 1 - 25 of 77) sorted by relevance

1234

/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddrctl_impl.h49 uint_t did; member in struct:drctl_setup
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_door.c40 pr_door_info(struct ps_prochandle *Pr, int did, door_info_t *di) argument
48 return (door_info(did, di));
50 adp->arg_value = did;
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_sys.c69 uint_t did; local
85 if (copyin((uint_t *)arg, &did, sizeof (uint_t)))
91 fngp->fng_autofs_daemon_dh = door_ki_lookup(did);
/illumos-gate/usr/src/uts/common/syscall/
H A Dsidsys.c86 idmap_reg(int did) argument
95 dh = door_ki_lookup(did);
107 idmap_unreg(int did) argument
109 door_handle_t dh = door_ki_lookup(did);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c375 uint_t did; local
382 if (copyin(arg, &did, sizeof (did)))
384 mountd_args(did);
390 uint_t did; local
397 if (copyin(arg, &did, sizeof (did)))
399 nfscmd_args(did);
H A Dnfs_cmd.c56 nfscmd_args(uint_t did) argument
61 nfscmd_dh = door_ki_lookup(did);
291 * nfscmd_findmap() did not find one in the cache so make
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_diag.c134 emlxs_diag_echo_run(emlxs_port_t *port, uint32_t did, uint32_t pattern) argument
150 /* Check did */
151 if (did == 0) {
152 did = port->did;
156 if ((hba->state < FC_LINK_UP) || (port->did == 0)) {
164 ndlp = emlxs_node_find_did(port, port->did, 1);
190 pkt->pkt_cmd_fhdr.d_id = did;
192 pkt->pkt_cmd_fhdr.s_id = port->did;
266 "Data miscompare. did
[all...]
H A Demlxs_clock.c691 "timer_check_nodes: did=%06x "
974 "FCP2 device (did=%06x) missing. Flushing...",
1041 port->did, port->prev_did, hba->fc_ratov);
1072 port->did, port->prev_did, hba->fc_ratov);
1340 uint32_t did; local
1416 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
H A Demlxs_node.c87 "node=%p did=%06x channel=%d. offline=%d update.",
95 "node=%p did=%06x channel=%d. timeout=%d update.",
112 "node=%p did=%06x channel=%d. offline=%d set.",
119 "node=%p did=%06x channel=%d. timeout=%d set.",
123 "node=%p did=%06x channel=%d.",
195 "node=%p did=%06x channel=%d Opening.", ndlp, ndlp->nlp_DID,
210 "node=%p did=%06x channel=%d. Flushing.", ndlp, ndlp->nlp_DID,
294 "node=%p did=%06x rpi=%d channel=%d", ndlp, ndlp->nlp_DID,
378 emlxs_node_match_did(emlxs_port_t *port, NODELIST *ndlp, uint32_t did) argument
384 if (ndlp->nlp_DID == did)
475 emlxs_node_find_did(emlxs_port_t *port, uint32_t did, uint32_t lock) argument
778 emlxs_node_create(emlxs_port_t *port, uint32_t did, uint32_t rpi, SERV_PARM *sp) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_impl.h34 #include <did.h>
63 struct did { struct
64 struct did *dp_next; /* for chaining in a hash bucket */
65 struct did *dp_link; /* for chaining to related did_t */
66 struct did *dp_chain; /* for chaining to another chain of did_ts */
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c41 * The enumeration uses did routines heavily, which requires a did hash
53 #include <did.h>
100 did_t *did; local
107 if ((did = did_create(mod, rcn, topo_node_instance(tn_bb),
111 did_markrc(did);
114 * Let did set the hostbridge properties excluding FRU and label.
116 (void) did_props_set(tn_hbr, did, ExHB_common_props, ExHB_propcnt - 2);
141 * Let did set the RC properties excluding FRU, and label.
143 if (did_props_set(tn_rc, did, RC_common_prop
165 did_t *did; local
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_backend.c336 int did; local
353 did = open(NWAM_BACKEND_DOOR_FILE,
357 if (did != -1)
358 (void) close(did);
/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c110 uint16_t vid, did, svid, sid; local
113 did = m->device_id;
123 vid, did, svid, sid);
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_filter.c151 uint64_t did; /* domain id */ local
158 LDOM_RSRC_PCI, &virt_cfg_handle, name, MAX_LDOM_NAME, &did);
164 prc->prc_did = did;
181 int name_size, uint64_t *did)
248 *did = prc->prc_did;
268 * Find the ldom name of a given domain id (did)
271 etm_filter_find_ldom_name(fmd_hdl_t *hdl, uint64_t did, char *name, argument
280 /* visit all the root complexes to find an entry that matches the did */
288 if (prc->prc_status == 0 && prc->prc_did == did) {
180 etm_filter_find_ldom_id(fmd_hdl_t *hdl, nvlist_t *evp, char *name, int name_size, uint64_t *did) argument
H A Detm_ckpt.c421 uint64_t did; /* domain id */ local
494 &did) || (strcmp(name, ETM_LDOM_PRIMARY) == 0)) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c383 ddi_devid_t did = NULL; local
414 did = (ddi_devid_t)
418 if (did == (ddi_devid_t)NULL) {
423 devid = devid_str_encode(did, NULL);
426 Free(did);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c86 int did; local
94 if ((did = open(rendezvous, O_RDONLY, 0)) < 0) {
101 if (door_info(did, &info) < 0 || (info.di_attributes & DOOR_REVOKED)) {
102 (void) close(did);
140 cu->cu_fd = did;
169 (void) close(did);
H A Dsvc_door.c320 int did = -1; local
371 did = door_create(door_server, (void *)xprt, DOOR_REFUSE_DESC);
372 if (did < 0) {
378 if (fattach(did, rendezvous) < 0) {
380 fattach(did, rendezvous) < 0) {
418 xprt->xp_fd = did;
431 if (did >= 0)
432 (void) door_revoke(did);
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c86 dld_ioc_door_t did; local
91 did.did_start_door = start;
93 if (ioctl(dladm_dld_fd(dld_handle), DLDIOC_DOORSERVER, &did) == -1)
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_pm.c322 id_t did; local
330 did = cpupm_domain_id(cp, type);
331 dom = cpupm_domain_find(did, type);
333 dom = cpupm_domain_create(did, type);
674 id_t did; local
679 did = cpupm_domain_id(cp, type);
681 dom = cpupm_domain_find(did, type);
684 dom = cpupm_domain_find(did, type);
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_init.c283 uint32_t did; local
290 did = CPU_ID_RD(i);
291 if (did != NHM_EP_CPU && did != NHM_WS_CPU &&
292 did != NHM_JF_CPU && did != NHM_WM_CPU) {
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c208 long vid, did; local
211 did = strtol(didstr, NULL, 16);
213 did >= 0 && did <= UINT16_MAX) {
216 pdev = pcidb_lookup_device(prt_php, vid, did);
/illumos-gate/usr/src/cmd/fs.d/
H A Dpreenlib.c356 alloc_dev(int did) argument
365 devp->drvid = did;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c1447 * If we did not take any interrupts during a quantum, we turn the timer off.
1682 uint32_t did = LE_32(ptr[2]); local
1684 "PortID 0x%x device_id 0x%x removed", port, did);
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom.c711 uint64_t *virt_addr, char *name, int name_size, uint64_t *did)
723 name, name_size, did));
710 ldom_find_id(ldom_hdl_t *lhp, uint64_t addr, ldom_rsrc_t rsrc, uint64_t *virt_addr, char *name, int name_size, uint64_t *did) argument

Completed in 124 milliseconds

1234