Home
last modified time | relevance | path

Searched refs:newc (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/iicbus/rtc/
H A Dds3231.c191 int error, conv, newc; in ds3231_conv_sysctl() local
198 newc = conv = (sc->sc_ctrl & DS3231_CTRL_CONV) ? 1 : 0; in ds3231_conv_sysctl()
199 error = sysctl_handle_int(oidp, &newc, 0, req); in ds3231_conv_sysctl()
202 if (conv == 0 && newc != 0) { in ds3231_conv_sysctl()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c558 u_long bn, bo, bsize, byteoffset, readcn, newc; in fatchain() local
581 newc = --count > 0 ? start : fillwith; in fatchain()
587 readcn |= newc & 0xfff; in fatchain()
590 readcn |= newc << 4; in fatchain()
598 putushort(bp->b_data + bo, newc); in fatchain()
604 readcn |= newc & pmp->pm_fatmask; in fatchain()
/freebsd/contrib/ee/
H A Dnew_curse.h252 extern void Char_ins P_((char *line, char *attrib, int newc, int newatt, int offset, int maxlen));
255 extern void Char_out P_((int newc, int newatt, char *line, char *attrib, int offset));
H A Dnew_curse.c3714 Char_ins(line, attrib, newc, newatt, offset, maxlen) /* insert chars in line */ in Char_ins() argument
3717 char newc;
3732 line[offset] = newc;
3734 Char_out(newc, newatt, line, attrib, offset);
3764 Char_out(newc, newatt, line, attrib, offset) /* output character with proper attribute */ in Char_out() argument
3765 char newc; in Char_out()
3791 putchar(newc);
3792 line[offset] = newc;
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_fat.c578 u_long bn, bo, bsize, byteoffset, readcn, newc; in fatchain() local
600 newc = --count > 0 ? start : fillwith; in fatchain()
606 readcn |= newc & 0xfff; in fatchain()
609 readcn |= newc << 4; in fatchain()
617 putushort(bp->b_data + bo, newc); in fatchain()
623 readcn |= newc & pmp->pm_fatmask; in fatchain()
/freebsd/stand/kboot/
H A DREADME9 (7) find . | sort | cpio -o -H newc | gzip > /tmp/initrd.cpio
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c606 int newc; in vdev_compact_children() local
613 for (int c = newc = 0; c < oldc; c++) in vdev_compact_children()
615 newc++; in vdev_compact_children()
617 if (newc > 0) { in vdev_compact_children()
618 newchild = kmem_zalloc(newc * sizeof (vdev_t *), KM_SLEEP); in vdev_compact_children()
620 for (int c = newc = 0; c < oldc; c++) { in vdev_compact_children()
622 newchild[newc] = cvd; in vdev_compact_children()
623 cvd->vdev_id = newc++; in vdev_compact_children()
632 pvd->vdev_children = newc; in vdev_compact_children()
1523 uint64_t newc = vd->vdev_asize >> vd->vdev_ms_shift; in vdev_metaslab_init() local
[all …]
/freebsd/contrib/libarchive/
H A DNEWS344 May 21, 2008: Joerg Sonnenberger: fix bsdtar hardlink handling for newc format
396 Mar 15, 2008: bsdcpio now seems to correctly write hardlinks into newc,
417 Feb 09, 2008: New "linkify" resolver to help with newc hardlink writing;
423 Jan 22, 2008: Fix bad padding when writing symlinks to newc cpio archives.
431 hardlinks extracted from newc cpio files. (Which store the body
506 Sep 26, 2007: cpio-odc and cpio-newc archives no longer write bodies
H A DREADME.md118 * SVR4 "newc" cpio
/freebsd/tools/boot/
H A Dfull-test.sh271 (cd ${dir} ; find . | LC_ALL=C sort | cpio -o -H newc | gzip > ${initrd})
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c3739 EVP_CIPHER_CTX *newc; in aes_ocb_ctrl() local
3787 newc = (EVP_CIPHER_CTX *)ptr; in aes_ocb_ctrl()
3788 new_octx = EVP_C_DATA(EVP_AES_OCB_CTX,newc); in aes_ocb_ctrl()
/freebsd/contrib/file/magic/Magdir/
H A Darchive367 # Note: called "CPIO archive (portable)" by TrID, "cpio/New ASCII" by 7-Zip and "cpio/newc" by GNU…