Searched defs:partial (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Dpartial.c33 static int partial; variable
78 partial = 1;
115 if (partial == 0)
/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c324 int partial; local
347 partial = 0;
357 partial = B_SHORT;
364 pk->p_os[x] = B_READY+partial;
/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dsndr_stats.c763 * 1) full and partial are same
764 * 2) partial is the last 15 chars of full
767 sndr_strcmp(char *full, char *partial) argument
772 rc = strcmp(full, partial);
775 (strlen(partial) == NAMED_LEN) &&
778 rc = strncmp(f, partial, NAMED_LEN);
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h88 char *partial; member in struct:admin
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c310 boolean_t partial; local
349 partial = ((pTxPkt->frag_list.cnt + count) >
352 if (partial)
355 * Going to try a partial dma so (re)set count to the remaining number
392 if (partial)
492 msgSize = MBLKL(pMblk); /* new msgSize with partial binding */
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c83 #define ERR_NOPINFO "ERROR: No partial information for \"%s\" was found"
125 short partial; member in struct:cfstat
374 (choice->partial || (info.status == PI_PARTIAL) ||
510 if (dp->partial)
512 dp->partial);
663 * character are considered "partial", everything
669 dp->partial++;
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c526 off_t partial = offset % sizeof (sym); local
534 if ((error = uiomove((char *)&sym + partial,
535 sizeof (sym) - partial, UIO_READ, uio)) != 0 ||
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c97 unsigned partial_set:1; /* 1 if a partial installation was detected. */
98 unsigned partial:1; /* 1 if a partial installation was detected. */ member in struct:drinfo
269 wr_OK(fp_dra, "PARTIAL", dr_info.partial_set, dr_info.partial);
468 if (dr_info.partial != 0)
775 dr_info.partial = (value ? 1 : 0);
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c781 int partial = 0; local
824 partial = len % DEV_BSIZE;
835 if (partial) {
845 newlen = (len - partial) + DEV_BSIZE;
857 if (partial) {
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c267 uint16_t *up, partial, cksum; local
289 partial = *up;
293 end - start, partial);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c735 /* we have a partial replicated set, fake it */
1020 int partial = imp_flags & MD_IM_PARTIAL_DISKSET; local
1034 misp->mis_partial = partial;
1856 * ENOTSUP partial diskset, not all disks in a diskset on the
1882 int partial = 0; local
1938 /* we have a partial replicated set, fake it */
1982 partial = ENOTSUP;
2005 if (partial)
2006 return (partial);
2013 * indicate we have a partial diskse
2264 int partial = 0; local
2535 int partial = 0; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c636 * Return 'partial' to indicate that dma mapping
2160 * if we don't need the copybuf and we don't need to do a partial, we
2251 * second cookie. Make sure the partial flag is set/cleared correctly.
2252 * If we have a partial map (i.e. multiple windows), the number of
2820 /* partial or full page */
3022 /* Get the size for this page (i.e. partial or full page) */
3252 * with a partial bind.
3263 boolean_t partial; local
3273 partial = B_FALSE;
3289 * Figure out if we need to do a partial mappin
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c2529 int partial = 0; local
2612 partial = 1;
2640 else if (!partial && ((l->ctl_flags & CTLF_RESET) == 0) &&
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c587 uint_t len = 40, i, whole, partial; local
592 partial = (uint_t)((f - (long double)(uint_t)f) *
606 if (partial != 0) {
607 partial = DTRACE_AGGUTF8_BASE - (partial - 1);
610 DTRACE_AGGUTF8_BYTE0(partial),
611 DTRACE_AGGUTF8_BYTE1(partial),
612 DTRACE_AGGUTF8_BYTE2(partial)) < 0)
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c2319 uint32_t start, stuff, end, partial, hdrlen; local
2338 partial = *(uint32_t *)
2340 csum += ~partial;
2341 csum += (csum < ~partial);
2371 * of the partial checksum calculation like IPv4
2372 * headers do. We need to fix the partial checksum by
2376 partial = myri10ge_csum_generic((uint16_t *)ip6, sizeof (*ip6));
2377 csum += ~partial;
2378 csum += (csum < ~partial);

Completed in 118 milliseconds