Searched defs:claimed (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Davintr.c695 uint_t claimed = 0; local
717 claimed |= r;
724 * or if no-one claimed the interrupt at all give up now.
726 if (numcalled == 1 || claimed == 0)
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv.h96 int claimed; member in struct:sg_board_info
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c1087 hal_util_branch_claim (HalDeviceStore *store, HalDevice *root, dbus_bool_t claimed, argument
1094 if (claimed) {
1095 hal_device_property_set_bool (root, "info.claimed", claimed);
1096 hal_device_property_set_string (root, "info.claimed.service", service);
1097 hal_device_property_set_int (root, "info.claimed.uid", uid);
1099 hal_device_property_remove (root, "info.claimed");
1100 hal_device_property_remove (root, "info.claimed.service");
1101 hal_device_property_remove (root, "info.claimed.uid");
1110 hal_util_branch_claim (store, d, claimed, servic
[all...]
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c587 * returns 1 (claimed), 0 (not claimed)
595 int claimed = -1; local
599 claimed = 0;
611 claimed = 1;
615 claimed = 1;
618 claimed = 0;
623 if (domp && (claimed == -1))
624 claimed = 1;
627 if (claimed) {
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c298 boolean_t claimed = !!zh->zh_claim_txg; local
299 uint64_t claim_blk_seq = claimed ? zh->zh_claim_blk_seq : UINT64_MAX;
300 uint64_t claim_lr_seq = claimed ? zh->zh_claim_lr_seq : UINT64_MAX;
321 * If the log has been claimed, stop if we encounter a sequence
322 * number greater than the highest claimed sequence number.
367 ASSERT(!claimed || !(zh->zh_flags & ZIL_CLAIM_LR_SEQ_VALID) ||
380 * Claim log block if not already committed and not already claimed.
431 * If we previously claimed it, we need to free it.
689 * the highest claimed sequence number. This ensures that if we can
692 * or destroy beyond the last block we successfully claimed
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1393 uint32_t claimed)
1402 uint32_t claimed)
1492 intptr_t arg, int mode, cred_t *credp, int *rval, uint32_t claimed)
1392 fcsm_els_cb(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, uint32_t claimed) argument
1401 fcsm_data_cb(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, uint32_t claimed) argument
1491 fcsm_port_ioctl(opaque_t ulph, opaque_t port_handle, dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, int *rval, uint32_t claimed) argument
H A Dfcip.c192 uint32_t claimed);
197 fc_unsol_buf_t *buf, uint32_t claimed);
199 fc_unsol_buf_t *payload, uint32_t claimed);
2515 fc_unsol_buf_t *buf, uint32_t claimed)
2820 fc_unsol_buf_t *buf, uint32_t claimed)
5109 uint32_t claimed)
2514 fcip_els_cb(opaque_t ulp_handle, opaque_t phandle, fc_unsol_buf_t *buf, uint32_t claimed) argument
2819 fcip_data_cb(opaque_t ulp_handle, opaque_t phandle, fc_unsol_buf_t *buf, uint32_t claimed) argument
5107 fcip_port_ioctl(opaque_t ulp_handle, opaque_t port_handle, dev_t dev, int cmd, intptr_t data, int mode, cred_t *credp, int *rval, uint32_t claimed) argument
H A Dfcp.c356 uint32_t claimed);
358 fc_unsol_buf_t *buf, uint32_t claimed);
360 fc_unsol_buf_t *buf, uint32_t claimed);
3712 intptr_t data, int mode, cred_t *credp, int *rval, uint32_t claimed)
3729 "fcp_port_ioctl(cmd=0x%x, claimed=%d)", cmd, claimed);
3731 /* if already claimed then forget it */
3732 if (claimed) {
3734 * for now, if this ioctl has already been claimed, then
4214 uint32_t claimed)
3711 fcp_port_ioctl(opaque_t ulph, opaque_t port_handle, dev_t dev, int cmd, intptr_t data, int mode, cred_t *credp, int *rval, uint32_t claimed) argument
4213 fcp_els_callback(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, uint32_t claimed) argument
4266 fcp_data_callback(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, uint32_t claimed) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c3674 int claimed = DDI_INTR_UNCLAIMED; local
3683 claimed = DDI_INTR_CLAIMED;
3687 return (claimed);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4912 uint32_t claimed; local
4916 claimed = 0;
4968 (opaque_t)port, buf, claimed);
4972 (opaque_t)port, buf, claimed);
4975 if (rval == FC_SUCCESS && claimed == 0) {
4976 claimed = 1;
4981 if (claimed == 0) {
4983 * We should actually RJT since nobody claimed it.
5303 uint32_t claimed; local
5311 for (claimed
[all...]

Completed in 129 milliseconds