Searched refs:partial (Results 26 - 50 of 50) sorted by relevance

12

/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);
H A Dsetadmin.c67 &adm.partial, "partial",
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dcheck.c656 return (getyorn(a_msg, a_pkg, ADM(partial, "nocheck"),
657 ADM(partial, "quit"), HLP_PKGADDCHK_PARTIAL, NULL));
678 return (getyorn(a_msg, a_pkg, ADM(partial, "nocheck"),
679 ADM(partial, "quit"), HLP_PKGADDCHK_PARTIAL, NULL));
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s95 sllx %o0, %g5, %g1 ! partial unaligned word from s2
117 sllx %o0, %g5, %g1 ! partial unaligned word from s2
H A Dascii_strcasecmp.s222 sll %i0, %l6, %g1 ! partial unaligned word from s2
263 sll %i0, %l6, %g1 ! partial unaligned word from s2
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s88 andcc %g0, %g0, %o4 ! zero the partial product
142 ! Because of the way the shift into the partial product is calculated
/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/cmd/svr4pkg/pkginstall/
H A Dcheck.c197 * 8 - partial install detected
198 * 9 - partial removal detected
207 if (ADM(partial, "nocheck")) {
213 return (8); /* partial install detected */
222 if (ADM(partial, "quit")) {
246 return (9); /* partial removal detected */
256 if (ADM(partial, "quit")) {
/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/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/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/cmd/praudit/
H A Dprint_audit.txt143 Upon return of partial results, these parameters will also be
/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/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/sun4/ml/
H A Dip_ocsum.s376 .looptidy: ! compute remaining partial sum - 8 clocks
/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/libc/sparc/gen/
H A Dascii_strcasecmp.s222 sll %i0, %l6, %g1 ! partial unaligned word from s2
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh418 partial=nocheck
/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/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);
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s304 ! %o5 has the bytes to be written in partial store.
1020 ! %o5 has the bytes to be written in partial store.
2085 ldd [%o4], %d0 ! fetch partial word
2370 ldda [%i1+0x0]%asi, %o2 ! partial data in %o2 and %o3 has
2373 ldda [%i1+0x10]%asi, %o4 ! %o4 has partial data for this read.
2414 ldda [%i1+0x0]%asi, %o2 ! partial data in %o3 for this read and
2418 ! partial
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt224 * Added partial and slumber power management capable flags
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s1946 ldd [%o4], %d0 ! fetch partial word
2237 ldda [%i1+0x0]%asi, %l2 ! partial data in %l2 and %l3 has
2240 ldda [%i1+0x10]%asi, %l4 ! %l4 has partial data for this read.
2282 ldda [%i1+0x0]%asi, %l2 ! partial data in %l3 for this read and
2286 ! partial
4315 ldd [%o4], %d0 ! fetch partial word
4868 ldda [%i1]ASI_BLK_INIT_ST_QUAD_LDD_P, %l2 ! partial data in %l2 and %l3 has
4872 ldda [%i1]ASI_BLK_INIT_ST_QUAD_LDD_P, %l4 ! %l4 has partial data
4922 ldda [%i1]ASI_BLK_INIT_ST_QUAD_LDD_P, %l2 ! partial data in %l3
4928 ! and %l5 has partial
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s1085 ! dribble out the last partial block
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1336 ! dribble out the last partial block
3168 ! dribble out the last partial block
4408 ! dribble out the last partial block

Completed in 171 milliseconds

12