/freebsd/sys/dev/iicbus/rtc/ |
H A D | ds3231.c | 191 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 D | msdosfs_fat.c | 558 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 D | new_curse.h | 252 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 D | new_curse.c | 3714 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 D | msdosfs_fat.c | 578 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 D | README | 9 (7) find . | sort | cpio -o -H newc | gzip > /tmp/initrd.cpio
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev.c | 606 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 D | NEWS | 344 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 D | README.md | 118 * SVR4 "newc" cpio
|
/freebsd/tools/boot/ |
H A D | full-test.sh | 271 (cd ${dir} ; find . | LC_ALL=C sort | cpio -o -H newc | gzip > ${initrd})
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes.c | 3739 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 D | archive | 367 # Note: called "CPIO archive (portable)" by TrID, "cpio/New ASCII" by 7-Zip and "cpio/newc" by GNU…
|