Home
last modified time | relevance | path

Searched refs:residual (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/crypto/heimdal/lib/krb5/
H A Dkeytab.c171 const char *residual; in keytab_name() local
173 residual = strchr(name, ':'); in keytab_name()
175 if (residual == NULL || in keytab_name()
180 || name + 1 == residual in keytab_name()
186 residual = name; in keytab_name()
189 *type_len = residual - name; in keytab_name()
190 residual++; in keytab_name()
193 return residual; in keytab_name()
217 const char *type, *residual; in krb5_kt_resolve() local
221 residual = keytab_name(name, &type, &type_len); in krb5_kt_resolve()
[all …]
H A Dcache.c185 const char *residual, in allocate_ccache() argument
192 ret = _krb5_expand_path_tokens(context, residual, &exp_residual); in allocate_ccache()
196 residual = exp_residual; in allocate_ccache()
208 ret = (*id)->ops->resolve(context, id, residual); in allocate_ccache()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.c455 const char *residual; in hdb_create() local
462 h = find_method (filename, &residual); in hdb_create()
471 residual = filename + strlen(h->prefix); in hdb_create()
484 h = find_dynamic_method (context, filename, &residual); in hdb_create()
488 return (*h->create)(context, db, residual); in hdb_create()
/freebsd/sys/dev/ocs_fc/
H A Docs_scsi.c1464 size_t residual = 0; in ocs_scsi_xfer_data() local
1540 io->transferred += residual; in ocs_scsi_xfer_data()
1544 if (residual) { in ocs_scsi_xfer_data()
1547 while (residual) { in ocs_scsi_xfer_data()
1549 if ( len > residual) { in ocs_scsi_xfer_data()
1551 residual = 0; in ocs_scsi_xfer_data()
1554 residual -= len; in ocs_scsi_xfer_data()
1632 int32_t residual; in ocs_scsi_send_resp() local
1653 residual = rsp->residual; in ocs_scsi_send_resp()
1693 if (residual != 0) { in ocs_scsi_send_resp()
[all …]
H A Docs_fabric.c1859 uint16_t residual; in ocs_process_gidpt_payload() local
1861 residual = ocs_be16toh(gidpt->hdr.max_residual_size); in ocs_process_gidpt_payload()
1863 if (residual != 0) { in ocs_process_gidpt_payload()
1864 ocs_log_debug(node->ocs, "residual is %u words\n", residual); in ocs_process_gidpt_payload()
H A Docs_ioctl.h179 int32_t residual; /**< residual */ member
H A Docs_scsi.h96 int32_t residual; /**< command residual (not used for target), positive value member
H A Docs_cam.c1404 resp.residual = io->exp_xfer_len - io->transferred; in ocs_scsi_target_io_cb()
1516 csio->resid = rsp->residual; in ocs_scsi_initiator_io_cb()
1522 if ((rsp->residual < 0) && (ccb_status == CAM_REQ_CMP)) { in ocs_scsi_initiator_io_cb()
1776 resp.residual = io->exp_xfer_len - io->transferred; in ocs_target_io()
/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c183 char residual[64]; in krb5_start_session() local
186 snprintf(residual, sizeof(residual), "FILE:/tmp/krb5cc_%u", in krb5_start_session()
188 krb5_cc_resolve(context, residual, &id2); in krb5_start_session()
191 add_env("KRB5CCNAME", residual); in krb5_start_session()
/freebsd/sys/geom/
H A Dgeom_disk.c365 off_t residual; in g_disk_vlist_limit() local
371 residual = bp->bio_length; in g_disk_vlist_limit()
374 while (residual != 0 && pages != 0) { in g_disk_vlist_limit()
377 g_disk_seg_limit(seg, &offset, &residual, &pages); in g_disk_vlist_limit()
382 return (residual); in g_disk_vlist_limit()
406 off_t residual; in g_disk_limit() local
409 residual = g_disk_vlist_limit(dp, bp, &endseg); in g_disk_limit()
410 if (residual != 0) { in g_disk_limit()
412 bp->bio_length -= residual; in g_disk_limit()
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.h198 uint32_t residual; member
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq844 * the host driver to fix us up based on the transfer residual.
970 * our residual information is still correct from
988 * Fixup the residual next S/G pointer. The S/G preload
1076 * Due to bayonette style S/G handling, our residual
1079 * of the residual data cnt. By postponing the fixup,
1081 * If we halted on the last segment, the residual is
1169 * count to be the size of our residual.
1300 * Update our residual information before the information is
1332 * are now initialized. Clear the full residual flag.
1667 test SCB_SCSI_STATUS, 0xff jz complete; /* Just a residual? */
[all …]
H A Daic79xx.seq1170 * so, check to see if there is a residual or the status byte is something
1343 * protects against bogus data in scratch ram and the residual counts
1367 * All other information comes directly from our residual
1613 * residual and clear the full residual flag.
1639 * the host driver to fix us up based on the transfer residual
1787 * our residual information is still correct from
1810 * Fixup the residual next S/G pointer. The S/G preload
1918 * has a residual. This should occur coincident with a ctxtdone. We
H A Daic7xxx.reg815 * transfer residual.
H A Daic79xx.reg132 * transfer residual.
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c220 uint32_t residual; member
559 cmd_wr->residual = ext_data_len - io->scsiio.ext_data_filled; in pci_vtscsi_request_handle()
/freebsd/sys/dev/mps/
H A Dmps.c973 int i, count, ioc_sz, residual; in mps_request_sync() local
1048 residual = 0; in mps_request_sync()
1051 residual = ioc_sz * 2 - count; in mps_request_sync()
1053 "residual message words\n", residual); in mps_request_sync()
1072 while (residual--) { in mps_request_sync()
/freebsd/sys/dev/ata/
H A Data-all.h214 u_int32_t residual; /* bytes still to transfer */ member
/freebsd/sys/dev/mpr/
H A Dmpr.c1000 int i, count, ioc_sz, residual; in mpr_request_sync() local
1081 residual = 0; in mpr_request_sync()
1084 residual = ioc_sz * 2 - count; in mpr_request_sync()
1086 "residual message words\n", residual); in mpr_request_sync()
1105 while (residual--) { in mpr_request_sync()
/freebsd/contrib/file/magic/Magdir/
H A Dcompress189 # transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.def474 have to be specially tailored to reduce the residual error below
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.def478 is the residual frequency error remaining
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c4874 residual, "Residual for the last I/O"); in saextget()
/freebsd/crypto/heimdal/
H A DChangeLog.1998255 * lib/krb5/cache.c: remove residual from krb5_ccache_data
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in15250 …ivoting plus back substitution. However, when A is ill conditioned, the residual corresponding to …
15256 …keywords = "back-substitution; backward error analysis; bound for residual; bounds for error i…
15763 …nal polynomials; polynomials; recurrence relation between orthogonal polynomials; residual; scale",

12