Home
last modified time | relevance | path

Searched refs:fcmd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtest-suite501 fcmd="$3"
502 [ -z "$fcmd" ] && fcmd="$def_cmd"
504 cmd=`eval echo $default_path/$fcmd`
513 if [ "$fcmd" != "$default_cmd" ]; then
514 echo " * check-command: $fcmd"
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c272 static int fcip_handle_farp_request(struct fcip *fptr, la_els_farp_t *fcmd);
273 static int fcip_handle_farp_response(struct fcip *fptr, la_els_farp_t *fcmd);
2461 la_els_farp_t *fcmd; in fcip_els_cb() local
2513 fcmd = (la_els_farp_t *)buf; in fcip_els_cb()
2514 if (fcip_wwn_compare(&fcmd->resp_nwwn, in fcip_els_cb()
2524 fcmd = &farp_cmd; in fcip_els_cb()
2525 bcopy((void *)buf, (void *)fcmd, in fcip_els_cb()
2531 fcip_handle_farp_request(fptr, fcmd) == in fcip_els_cb()
2559 fcmd = &farp_cmd; in fcip_els_cb()
2560 bcopy((void *)buf, (void *)fcmd, in fcip_els_cb()
[all …]
H A Dfcp.c2301 struct fcp_cmd *fcmd; in fcp_send_scsi_ioctl() local
2591 fcmd = (struct fcp_cmd *)fpkt->pkt_cmd; in fcp_send_scsi_ioctl()
2593 fcmd = &fcp_cmd; in fcp_send_scsi_ioctl()
2595 bzero(fcmd, sizeof (struct fcp_cmd)); in fcp_send_scsi_ioctl()
2600 fcmd->fcp_ent_addr.ent_addr_0 = in fcp_send_scsi_ioctl()
2602 fcmd->fcp_ent_addr.ent_addr_1 = in fcp_send_scsi_ioctl()
2604 fcmd->fcp_ent_addr.ent_addr_2 = in fcp_send_scsi_ioctl()
2606 fcmd->fcp_ent_addr.ent_addr_3 = in fcp_send_scsi_ioctl()
2634 fcmd->fcp_cntl.cntl_qtype = FCP_QTYPE_SIMPLE; in fcp_send_scsi_ioctl()
2635 fcmd->fcp_cntl.cntl_read_data = 1; /* only rd for now */ in fcp_send_scsi_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c294 ofdlock(file_t *fp, int fcmd, flock64_t *lckdat, int flag, u_offset_t offset) in ofdlock() argument
304 if (fcmd != F_OFD_GETLK) in ofdlock()
307 if (fcmd == F_OFD_SETLKW || fcmd == F_FLOCKW) in ofdlock()
328 if ((fcmd == F_OFD_SETLK || fcmd == F_OFD_SETLKW) && in ofdlock()
390 if (fcmd != F_OFD_GETLK && lock_request->l_type != F_UNLCK && in ofdlock()