Searched refs:residual (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkeytab.c51 * A keytab name is on the form type:residual. The residual part is
65 * residual part is a filename. For compatibility with other
74 * the type's name is AFSKEYFILE. The residual part is a filename.
80 * opened by the residual name, so two handles can point to the
171 const char *residual; local
173 residual = strchr(name, ':');
175 if (residual == NULL ||
180 || name + 1 == residual
186 residual
217 const char *type, *residual; local
[all...]
H A Dcache.c179 * and name `residual'. Return 0 or an error code.
185 const char *residual,
192 ret = _krb5_expand_path_tokens(context, residual, &exp_residual);
196 residual = exp_residual;
208 ret = (*id)->ops->resolve(context, id, residual);
242 * Find and allocate a ccache in `id' from the specification in `residual'.
183 allocate_ccache(krb5_context context, const krb5_cc_ops *ops, const char *residual, krb5_ccache *id) argument
/freebsd-current/sys/dev/virtio/block/
H A Dvirtio_blk.h198 uint32_t residual; member in struct:virtio_scsi_inhdr
/freebsd-current/crypto/heimdal/appl/login/
H A Dlogin.c183 char residual[64]; local
186 snprintf(residual, sizeof(residual), "FILE:/tmp/krb5cc_%u",
188 krb5_cc_resolve(context, residual, &id2);
191 add_env("KRB5CCNAME", residual);
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dhdb.c455 const char *residual; local
462 h = find_method (filename, &residual);
471 residual = filename + strlen(h->prefix);
484 h = find_dynamic_method (context, filename, &residual);
488 return (*h->create)(context, db, residual);
/freebsd-current/sys/geom/
H A Dgeom_disk.c365 off_t residual; local
371 residual = bp->bio_length;
374 while (residual != 0 && pages != 0) {
377 g_disk_seg_limit(seg, &offset, &residual, &pages);
382 return (residual);
406 off_t residual; local
409 residual = g_disk_vlist_limit(dp, bp, &endseg);
410 if (residual != 0) {
412 bp->bio_length -= residual;
/freebsd-current/sys/dev/ocs_fc/
H A Docs_scsi.c1464 size_t residual = 0; local
1513 residual = (xwire_len - io->wire_len);
1523 /* if this is the last data phase and there is no residual, enable
1527 (residual == 0) && ((io->transferred + io->wire_len) == io->exp_xfer_len) && (!(flags & OCS_SCSI_NO_AUTO_RESPONSE))) {
1538 * when the residual is calculated in ocs_scsi_send_resp
1540 io->transferred += residual;
1544 if (residual) {
1547 while (residual) {
1549 if ( len > residual) {
1550 sgl_ptr->len = len - residual;
1632 int32_t residual; local
[all...]
H A Docs_ioctl.h179 int32_t residual; /**< residual */ member in struct:__anon4004
H A Docs_fabric.c1859 uint16_t residual; local
1861 residual = ocs_be16toh(gidpt->hdr.max_residual_size);
1863 if (residual != 0) {
1864 ocs_log_debug(node->ocs, "residual is %u words\n", residual);
H A Docs_scsi.h85 * sense data. In this case all but the @b residual element are used. For
87 * response data for issued commands, including the residual element.
96 int32_t residual; /**< command residual (not used for target), positive value member in struct:__anon4025
H A Docs_cam.c1404 resp.residual = io->exp_xfer_len - io->transferred;
1516 csio->resid = rsp->residual;
1522 if ((rsp->residual < 0) && (ccb_status == CAM_REQ_CMP)) {
1776 resp.residual = io->exp_xfer_len - io->transferred;
/freebsd-current/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c220 uint32_t residual; member in struct:pci_vtscsi_req_cmd_wr
559 cmd_wr->residual = ext_data_len - io->scsiio.ext_data_filled;
/freebsd-current/sys/dev/ata/
H A Data-all.h214 u_int32_t residual; /* bytes still to transfer */ member in struct:ata_composite
/freebsd-current/sys/dev/mpr/
H A Dmpr.c1000 int i, count, ioc_sz, residual; local
1081 residual = 0;
1084 residual = ioc_sz * 2 - count;
1086 "residual message words\n", residual);
1101 * Pull out residual words that won't fit into the provided buffer.
1105 while (residual--) {
3142 * is >= the residual beyond 4 pages then use IEEE,
3166 * Check if first SG entry size is < residual beyond 4
/freebsd-current/sys/dev/mps/
H A Dmps.c973 int i, count, ioc_sz, residual; local
1048 residual = 0;
1051 residual = ioc_sz * 2 - count;
1053 "residual message words\n", residual);
1068 * Pull out residual words that won't fit into the provided buffer.
1072 while (residual--) {
/freebsd-current/sys/cam/scsi/
H A Dscsi_sa.c2808 * with the residual equal to the count.
2814 * addition to setting the residual equal
2905 * The residual information from the ccb allows
3620 * Clear I/O residual.
3760 * it's not an error and propagate the residual and return.
4874 residual, "Residual for the last I/O");
4995 * Clear residual because we will be using it.
5013 * take account of the residual, but still check against less
5017 * we have a residual, we've either hit BOT or hit a filemark.
5066 * Clear residual becaus
[all...]

Completed in 454 milliseconds