HomeSort by: relevance | last modified time | path
    Searched refs:nsz (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/synaptics/
Makefile 3 berlin2-sony-nsz-gs7.dtb \
  /src/bin/pax/
cpio.c 190 rd_nm(ARCHD *arcn, int nsz)
195 if ((nsz <= 0) || (nsz > (int)sizeof(arcn->name))) {
196 tty_warn(1, "Cpio file name length %d is out of range", nsz);
203 if ((rd_wrbuf(arcn->name,nsz) != nsz) || (arcn->name[nsz-1] != '\0') ||
285 int nsz; local
318 if ((nsz = (int)asc_u32(hd->c_namesize,sizeof(hd->c_namesize),OCT)) < 2)
320 arcn->nlen = nsz - 1
385 int nsz; local
561 int nsz; local
683 unsigned int nsz; local
865 int nsz; local
980 int nsz; local
    [all...]
  /src/sys/kern/
subr_specificdata.c 185 size_t nsz; local
203 nsz = (sd->sd_nkey + 1) * sizeof(*newkeys);
205 newkeys = kmem_zalloc(nsz, KM_SLEEP);
kern_sysctl.c 717 int error, ni, at, nm, type, nsz, sz, flags, anum, v; local
811 nsz = 0;
812 while (nsz < SYSCTL_NAMELEN && nnode.sysctl_name[nsz] != '\0') {
813 if ((nnode.sysctl_name[nsz] >= '0' &&
814 nnode.sysctl_name[nsz] <= '9') ||
815 (nnode.sysctl_name[nsz] >= 'A' &&
816 nnode.sysctl_name[nsz] <= 'Z') ||
817 (nnode.sysctl_name[nsz] >= 'a' &&
818 nnode.sysctl_name[nsz] <= 'z') |
    [all...]
subr_pool.c 3149 size_t nsz; local
3183 nsz = roundup(pp->pr_size + redzsz, pp->pr_align);
3184 if (nsz <= (pp->pr_alloc->pa_pagesz / 2)) {
3186 pp->pr_size = nsz;
  /src/sys/lib/libsa/
minixfs3.c 346 size_t block_size, nsz; local
384 nsz = (size_t)(fp->f_di.mdi_size - fp->f_seekp);
385 if (*size_p > nsz)
386 *size_p = nsz;
  /src/sbin/sysctl/
sysctl.c 2513 size_t osz, nsz; local
2522 nsz = sizeof(nlim);
2537 nsz = 0;
2541 rc = prog_sysctl(name, namelen, &olim, &osz, newp, nsz);
2632 size_t osz, nsz; local
2646 nsz = sizeof(m);
2673 nsz = 0;
2677 rc = prog_sysctl(name, namelen, &o, &osz, newp, nsz);
2763 size_t osz, nsz; local
2773 nsz = sizeof(n)
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 4168 convert_constant_check_range_bitor(size_t nsz, size_t osz, const val_t *v,
4171 if (nsz < osz && (v->u.integer & xmask) != 0)
4176 convert_constant_check_range_bitand(size_t nsz, size_t osz,
4181 if (nsz > osz &&
4187 } else if (nsz < osz &&

Completed in 51 milliseconds