Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 726) sorted by last modified time

12345678910>>...30

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c3196 int zero = 0; in nvs_xdr_nvl_fini() local
3198 if (!xdr_int(xdr, &zero) || !xdr_int(xdr, &zero)) in nvs_xdr_nvl_fini()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c875 uint64_t zero = 0; in dsl_dataset_activate_feature() local
883 sizeof (zero), 1, &zero, tx)); in dsl_dataset_activate_feature()
H A Ddmu_recv.c486 uint64_t zero = 0; in dmu_recv_begin_sync() local
490 8, 1, &zero, tx)); in dmu_recv_begin_sync()
492 8, 1, &zero, tx)); in dmu_recv_begin_sync()
/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/
H A Dns-disc.c138 const uint8_t zero[8] = { 0 }; in ns_disc_guids_cb() local
140 if (memcmp(eui64, id, sizeof (zero)) != 0) { in ns_disc_guids_cb()
149 if (memcmp(id, zero, sizeof (zero)) == 0) { in ns_disc_guids_cb()
198 const uint8_t zero[16] = { 0 }; in ns_disc_guids_cb() local
200 if (memcmp(nguid, id, sizeof (zero)) != 0) { in ns_disc_guids_cb()
209 if (memcmp(id, zero, sizeof (zero)) == 0) { in ns_disc_guids_cb()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m1076 file path=opt/util-tests/tests/cpio/files/zero.bar mode=0444
H A Dsystem-kernel.p5m535 perms="null 0666 root sys" perms="zero 0666 root sys" \
/illumos-gate/usr/src/man/man4d/
H A DMakefile156 zero.4d
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src598 # can't do some of those. Padding is assumed to be zero, which
12289 # we set the window size to zero ("\Ev " in rmcup) which the
15875 # 7 - Exit after level zero diagnostics
20135 # 4. <sgr0> now must set the status of all 3 register (A,B,H) to zero
20885 # Pn is a numeric parameter in a control sequence, a string of zero or
H A Dtermcap.src569 # can't do some of those. Padding is assumed to be zero, which
10878 # we set the window size to zero ("\Ev " in rmcup) which the
14051 # 7 - Exit after level zero diagnostics
17967 # 4. :me: now must set the status of all 3 register (A,B,H) to zero
18667 # Pn is a numeric parameter in a control sequence, a string of zero or
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1308 NTOS_UNSIGNED, &zero, &val); in iob_doprnt()
1394 &zero, &val); in iob_doprnt()
1396 if (f_alt && !zero) { in iob_doprnt()
1410 if (f_alt && !zero) { in iob_doprnt()
1420 NTOS_UNSIGNED | flags, &zero, &val); in iob_doprnt()
1427 &zero, &val); in iob_doprnt()
1460 flags | NTOS_UNSIGNED, &zero, &val); in iob_doprnt()
1465 &zero, &val); in iob_doprnt()
1467 if (f_alt && !zero) { in iob_doprnt()
1475 NTOS_UNSIGNED | NTOS_UPCASE, &zero, &val); in iob_doprnt()
[all …]
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib651 # non-zero otherwise.
2193 # when $ops is create or clone, redo the operation still return zero
2911 # Wait for the specified arcstat to reach non-zero quiescence.
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c584 int zero = 0; in open_conn() local
616 (void) ldap_set_option(adh->ld, LDAP_OPT_TIMELIMIT, &zero); in open_conn()
617 (void) ldap_set_option(adh->ld, LDAP_OPT_SIZELIMIT, &zero); in open_conn()
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica143 # the original scanned proposal, where the dates and the zero hours are
H A Dnorthamerica1838 # zero in the summer), and that districts in southwest Saskatchewan would
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds.c79 if (dot <= zero) {
80 dot = zero;
81 if (dol > zero)
95 if (dol != zero) {
393 addr2 = zero;
433 if (dot == zero && dol > zero)
526 if (chng && dol > zero) {
668 if (chng && dol > zero)
699 addr2 = zero;
707 if (dol != zero)
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c111 static void startat(), stopat(), disconnect(), zero();
631 zero (&u -> ut_user[0], sizeof (u -> ut_user)); in startat()
632 zero (&u -> ut_line[0], sizeof (u -> ut_line)); in startat()
686 zero (&u -> ut_user[0], sizeof (u -> ut_user));
687 zero (&u -> ut_line[0], sizeof (u -> ut_line));
765 zero (adr, size) in zero() function
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c1545 uint64_t rflags, rip, cr0, cr4, zero, desc_base, rdx; in vcpu_reset() local
1549 zero = 0; in vcpu_reset()
1569 if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR2, zero)) != 0) in vcpu_reset()
1572 if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR3, zero)) != 0) in vcpu_reset()
1642 if ((error = vm_set_register(vcpu, VM_REG_GUEST_RAX, zero)) != 0) in vcpu_reset()
1644 if ((error = vm_set_register(vcpu, VM_REG_GUEST_RBX, zero)) != 0) in vcpu_reset()
1646 if ((error = vm_set_register(vcpu, VM_REG_GUEST_RCX, zero)) != 0) in vcpu_reset()
1650 if ((error = vm_set_register(vcpu, VM_REG_GUEST_RSI, zero)) != 0) in vcpu_reset()
1658 if ((error = vm_set_register(vcpu, VM_REG_GUEST_R8, zero)) != 0) in vcpu_reset()
1660 if ((error = vm_set_register(vcpu, VM_REG_GUEST_R9, zero)) != 0) in vcpu_reset()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c129 #define ONE_BASED(zero) ((zero) + 1) argument
/illumos-gate/usr/src/test/zfs-tests/tests/functional/features/async_destroy/
H A Dasync_destroy_001_pos.ksh66 log_must dd bs=1024k count=128 if=/dev/zero of=/$TEST_FS/file
/illumos-gate/usr/src/test/util-tests/tests/cpio/
H A Dcpio_test.ksh226 set -- $($CPIO -qH bar -ivt < $FILES/zero.bar 2>&4 | grep test/zero | head -1)
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE246 stty: tone down sane to modify current settings rather than from zero
/illumos-gate/usr/src/data/ucode/
H A Dupdate.amd126 dd if=/dev/zero bs=1 count=16 status=none
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu_asm.S377 add %o2, TSBMISS_SCDSHMERMAP, %o2 ! zero tsbmiss scd_shmermap
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S2421 btst 7, %o4 ! if lower three bits zero
2426 btst 3, %o4 ! if lower two bits zero
2611 mov 3, %o0 ! bits that must be zero to be aligned
2907 FZERO ! zero all of the fpregs
2945 tst %o2 ! check for zero count; quick exit
4368 ! Check the length and bail if zero.
4528 ! If it's zero, there's no HW bcopy.
7495 ! We did set t_lofault. It may well have been zero coming in.
7504 ! Old handler was zero. Just return the error.
7722 ! this even if the value of %o5 is otherwise zero.
[all …]
H A Dgeneric_copy.S113 btst 7, %o4 ! if lower three bits zero
118 btst 3, %o4 ! if lower two bits zero
303 mov 3, %o0 ! bits that must be zero to be aligned
582 ! Check the length and bail if zero.
1037 bz,pn %ncc, 2f ! check for zero bytes
1199 ! We did set t_lofault. It may well have been zero coming in.
1208 ! Old handler was zero. Just return the error.
1405 ! this even if the value of %o5 is otherwise zero.
1408 ! %o5 and if it is non-zero be sure to clear LOFAULT_SET

12345678910>>...30