HomeSort by: relevance | last modified time | path
    Searched refs:lsp (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/compat/linux/common/
linux_statfs.h 47 bsd_to_linux_statfs(const struct statvfs *bsp, struct linux_statfs *lsp)
51 memset(lsp, 0, sizeof(*lsp));
55 lsp->l_ftype = linux_fstypes[i].mty_linux;
61 lsp->l_ftype = LINUX_DEFAULT_SUPER_MAGIC;
76 lsp->l_fbsize = bsp->f_frsize;
77 lsp->l_ffrsize = 0; /* compat */
78 lsp->l_fblocks = bsp->f_blocks;
79 lsp->l_fbfree = bsp->f_bfree;
80 lsp->l_fbavail = bsp->f_bavail
    [all...]
linux_ipc.c 532 linux_to_bsd_shmid_ds(struct linux_shmid_ds *lsp, struct shmid_ds *bsp)
535 linux_to_bsd_ipc_perm(&lsp->l_shm_perm, &bsp->shm_perm);
536 bsp->shm_segsz = lsp->l_shm_segsz;
537 bsp->shm_lpid = lsp->l_shm_lpid;
538 bsp->shm_cpid = lsp->l_shm_cpid;
539 bsp->shm_nattch = lsp->l_shm_nattch;
540 bsp->shm_atime = lsp->l_shm_atime;
541 bsp->shm_dtime = lsp->l_shm_dtime;
542 bsp->shm_ctime = lsp->l_shm_ctime;
546 linux_to_bsd_shmid64_ds(struct linux_shmid64_ds *lsp, struct shmid_ds *bsp
    [all...]
linux_file64.c 82 bsd_to_linux_stat64(struct stat *bsp, struct linux_stat64 *lsp)
84 memset(lsp, 0, sizeof(*lsp));
85 lsp->lst_dev = linux_fakedev(bsp->st_dev, 0);
86 lsp->lst_ino = bsp->st_ino;
87 lsp->lst_mode = (linux_mode_t)bsp->st_mode;
89 lsp->lst_nlink = (1 << 15) - 1;
91 lsp->lst_nlink = (linux_nlink_t)bsp->st_nlink;
92 lsp->lst_uid = bsp->st_uid;
93 lsp->lst_gid = bsp->st_gid
    [all...]
linux_oldselect.c 62 syscallarg(struct linux_oldselect *) lsp;
67 if ((error = copyin(SCARG(uap, lsp), &ls, sizeof(ls))))
linux_file.c 486 bsd_to_linux_stat(struct stat *bsp, struct linux_stat *lsp)
489 memset(lsp, 0, sizeof(*lsp));
490 lsp->lst_dev = linux_fakedev(bsp->st_dev, 0);
491 lsp->lst_ino = bsp->st_ino;
492 lsp->lst_mode = (linux_mode_t)bsp->st_mode;
494 lsp->lst_nlink = (1 << 15) - 1;
496 lsp->lst_nlink = (linux_nlink_t)bsp->st_nlink;
497 lsp->lst_uid = bsp->st_uid;
498 lsp->lst_gid = bsp->st_gid
    [all...]
linux_sysctl.c 173 if ((error = copyin(SCARG(uap, lsp), &ls, sizeof(ls))))
  /src/sys/compat/linux32/common/
linux32_ipccall.c 220 bsd_to_linux32_semid_ds(struct semid_ds *bsp, struct linux32_semid_ds *lsp)
223 memset(lsp, 0, sizeof *lsp);
224 bsd_to_linux32_ipc_perm(&bsp->sem_perm, &lsp->l_sem_perm);
225 lsp->l_sem_otime = bsp->sem_otime;
226 lsp->l_sem_ctime = bsp->sem_ctime;
227 lsp->l_sem_nsems = bsp->sem_nsems;
231 bsd_to_linux32_semid64_ds(struct semid_ds *bsp, struct linux32_semid64_ds *lsp)
234 memset(lsp, 0, sizeof *lsp);
    [all...]
linux32_sysctl.c 163 syscallarg(linux32___sysctlp_t) lsp;
175 if ((error = copyin(SCARG_P32(uap, lsp), &ls32, sizeof(ls32))) != 0)
linux32_unistd.c 137 syscallarg(linux32_oldselectp_t) lsp;
142 if ((error = copyin(SCARG_P32(uap, lsp), &lsp32, sizeof(lsp32))) != 0)
  /src/sys/dev/usb/
uvscom.c 510 uvscom_set_line_coding(struct uvscom_softc *sc, uint16_t lsp, uint16_t ls)
516 device_xname(sc->sc_dev), lsp, ls));
520 USETW(req.wValue, lsp);
623 uint16_t lsp; local in function:uvscom_param
636 lsp = UVSCOM_SPEED_150BPS;
639 lsp = UVSCOM_SPEED_300BPS;
642 lsp = UVSCOM_SPEED_600BPS;
645 lsp = UVSCOM_SPEED_1200BPS;
648 lsp = UVSCOM_SPEED_2400BPS;
651 lsp = UVSCOM_SPEED_4800BPS
    [all...]
  /src/lib/libc/time/
localtime.c 601 Use *LSP for temporary storage. Return 0 on
605 union local_storage *lsp)
612 register union input_buffer *up = &lsp->u.u;
634 if (sizeof lsp->fullname - sizeof tzdirslash <= strlen(name))
640 memcpy(lsp->fullname, tzdirslash, sizeof tzdirslash);
641 strcpy(lsp->fullname + sizeof tzdirslash, name);
653 name = lsp->fullname;
856 struct state *ts = &lsp->u.st;
934 union local_storage *lsp = malloc(sizeof *lsp); local in function:tzload
    [all...]
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 3715 } *lsp, *nlsp; local in function:nfsrv_getrefstr
3801 lsp = (struct list *)malloc(sizeof (struct list)
3803 error = nfsrv_mtostr(nd, lsp->host, len);
3807 lsp->len = len;
3808 SLIST_INSERT_HEAD(&head, lsp, next);
3829 SLIST_FOREACH_SAFE(lsp, &head, next, nlsp) {
3830 nfsrv_refstrbigenough(siz + lsp->len + stringlen + 3,
3833 NFSBCOPY(lsp->host, cp3, lsp->len);
3834 cp3 += lsp->len
    [all...]
  /src/lib/libcurses/
border.c 164 cchar_t *lsp, *rsp, *tsp, *bsp, *tlp, *trp, *blp, *brp;
184 return wborder_set(win, lsp, rsp, tsp, bsp, tlp, trp, blp, brp);
  /src/sys/compat/linux32/arch/aarch64/
linux32_syscallargs.h 259 syscallarg(linux32_oldselectp_t) lsp;
479 syscallarg(linux32___sysctlp_t) lsp;
linux32_systrace_args.c 491 uarg[0] = (intptr_t) SCARG(p, lsp).i32; /* linux32_oldselectp_t */
895 uarg[0] = (intptr_t) SCARG(p, lsp).i32; /* linux32___sysctlp_t */
  /src/sys/compat/linux32/arch/amd64/
linux32_syscallargs.h 264 syscallarg(linux32_oldselectp_t) lsp;
495 syscallarg(linux32___sysctlp_t) lsp;
linux32_systrace_args.c 498 uarg[0] = (intptr_t) SCARG(p, lsp).i32; /* linux32_oldselectp_t */
927 uarg[0] = (intptr_t) SCARG(p, lsp).i32; /* linux32___sysctlp_t */
  /src/sbin/sysctl/
sysctl.c 598 size_t ni, sz, ldp, lsp; local in function:print_tree
605 lsp = sizeof(gsname) - (sp - gsname);
619 appendprintf(&tsp, &lsp, "%s%s", namelen > 1 ? sep : "",
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 283 syscallarg(struct linux_oldselect *) lsp;
537 syscallarg(struct linux___sysctl *) lsp;
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 279 syscallarg(struct linux_oldselect *) lsp;
518 syscallarg(struct linux___sysctl *) lsp;
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 278 syscallarg(struct linux_oldselect *) lsp;
519 syscallarg(struct linux___sysctl *) lsp;
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 497 syscallarg(struct linux___sysctl *) lsp;
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 494 syscallarg(struct linux___sysctl *) lsp;
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 602 syscallarg(struct linux___sysctl *) lsp;
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 651 syscallarg(struct linux___sysctl *) lsp;

Completed in 43 milliseconds

1 2