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

1 2 3 4 5 6 7 8

  /src/sys/compat/linux/common/
linux_oldselect.c 64 struct linux_oldselect ls; local in function:linux_sys_oldselect
67 if ((error = copyin(SCARG(uap, lsp), &ls, sizeof(ls))))
70 return linux_select1(l, retval, ls.nfds, ls.readfds, ls.writefds,
71 ls.exceptfds, ls.timeout);
linux_sysctl.c 166 struct linux___sysctl ls; local in function:linux_sys___sysctl
173 if ((error = copyin(SCARG(uap, lsp), &ls, sizeof(ls))))
180 if (ls.oldlenp != NULL) {
181 error = copyin(ls.oldlenp, &oldlen, sizeof(oldlen));
191 if (ls.nlen > CTL_MAXNAME || ls.nlen < 1)
193 error = copyin(ls.name, &name, ls.nlen * sizeof(int));
197 ktrmib(name, ls.nlen)
    [all...]
linux_ipc.c 156 bsd_to_linux_semid_ds(struct semid_ds *bs, struct linux_semid_ds *ls)
159 memset(ls, 0, sizeof *ls);
160 bsd_to_linux_ipc_perm(&bs->sem_perm, &ls->l_sem_perm);
161 ls->l_sem_otime = bs->sem_otime;
162 ls->l_sem_ctime = bs->sem_ctime;
163 ls->l_sem_nsems = bs->sem_nsems;
167 bsd_to_linux_semid64_ds(struct semid_ds *bs, struct linux_semid64_ds *ls)
170 memset(ls, 0, sizeof *ls);
572 struct linux_shmid_ds ls; local in function:linux_sys_shmctl
    [all...]
  /src/bin/ls/
Makefile 4 PROG= ls
5 SRCS= cmp.c ls.c main.c print.c util.c
  /src/sys/arch/sparc/sparc/
cache.c 108 u_int i, lim, ls, ts; local in function:sun4_cache_enable
117 ls = CACHEINFO.c_linesize;
120 for (i = AC_CACHETAGS, lim = i + ts; i < lim; i += ls)
209 int i, ls, ts; local in function:hypersparc_cache_enable
223 ls = CACHEINFO.c_linesize;
229 for (i = 0; i < ts; i += ls)
259 int i, ls, ts; local in function:swift_cache_enable
270 ls = CACHEINFO.ic_linesize;
273 for (i = 0; i < ts; i += ls)
276 ls = CACHEINFO.dc_linesize
290 int i, ls, ts; local in function:cypress_cache_enable
322 int i, ls, ts; local in function:turbosparc_cache_enable
388 int i, ls; local in function:sun4_vcache_flush_context
418 int i, ls; local in function:sun4_vcache_flush_region
441 int i, ls; local in function:sun4_vcache_flush_segment
467 int i, ls; local in function:sun4_vcache_flush_page
517 int i, ls, baseoff; local in function:sun4_cache_flush
592 int i, ls, octx; local in function:srmmu_vcache_flush_context
618 int i, ls, octx; local in function:srmmu_vcache_flush_region
646 int i, ls, octx; local in function:srmmu_vcache_flush_segment
670 int i, ls, octx; local in function:srmmu_vcache_flush_page
721 int i, ls, offset; local in function:srmmu_vcache_flush_range
917 int i, ls; local in function:cypress_cache_flush_all
    [all...]
  /src/sys/arch/i386/bioscall/
bin2asm.sh 11 size=`ls -l ${in} | awk '{print $5}'`
  /src/usr.bin/find/
Makefile 7 SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
  /src/tests/lib/librumpclient/
t_fd.c 106 int ls; local in function:ATF_TC_BODY
117 RL(ls = rump_sys_socket(PF_INET, SOCK_STREAM, 0));
119 RL(rump_sys_fcntl(ls, F_SETOWN, rump_sys_getpid()));
120 RL(fl = rump_sys_fcntl(ls, F_GETFL));
121 RL(rump_sys_fcntl(ls, F_SETFL, fl | O_ASYNC));
127 RL(rump_sys_bind(ls, (struct sockaddr *)&sin, sizeof(sin)));
128 RL(rump_sys_listen(ls, 5));
  /src/bin/
Makefile 5 hostname kill ksh ln ls mkdir mt mv pax ps pwd rcp rcmd rm rmdir \
  /src/sys/dev/usb/
uxrcom.c 245 usb_cdc_line_state_t ls; local in function:uxrcom_param
255 USETDW(ls.dwDTERate, t->c_ospeed);
257 ls.bCharFormat = UCDC_STOP_BIT_2;
259 ls.bCharFormat = UCDC_STOP_BIT_1;
262 ls.bParityType = UCDC_PARITY_ODD;
264 ls.bParityType = UCDC_PARITY_EVEN;
266 ls.bParityType = UCDC_PARITY_NONE;
269 ls.bDataBits = 5;
272 ls.bDataBits = 6;
275 ls.bDataBits = 7
    [all...]
  /src/sys/stand/
ls.c 1 /* $NetBSD: ls.c,v 1.17 2011/09/27 01:08:55 christos Exp $ */
40 static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/11/93";
42 __RCSID("$NetBSD: ls.c,v 1.17 2011/09/27 01:08:55 christos Exp $");
55 static void ls(int);
64 if ((fd = getfile("ls", 0)) == -1)
68 printf("ls: cannot stat\n");
73 printf("ls: not a directory\n");
77 printf("ls: zero length directory\n");
80 ls(fd);
86 ls(register int fd function in typeref:typename:void
    [all...]
  /src/usr.sbin/ldpd/
main.c 52 extern int ls; /* TCP listening socket */
142 ls = create_listening_socket();
144 if (ls < 0) {
  /src/sys/arch/alpha/alpha/
dec_6600.c 234 struct ev6_logout_sys *ls = local in function:dec_6600_mcheck_sys
239 IPRINTF(indent, FMT, "Software Error Summary Flags", ls->flags);
241 IPRINTF(indent, FMT, "CPU Device Interrupt Requests", ls->dir);
242 tsc_print_dir(indent + 1, ls->dir);
244 IPRINTF(indent, FMT, "Cchip Miscellaneous Register", ls->misc);
245 tsc_print_misc(indent + 1, ls->misc);
247 IPRINTF(indent, FMT, "Pchip 0 Error Register", ls->p0_error);
248 if (ls->flags & 0x5)
249 tsp_print_error(indent + 1, ls->p0_error);
251 IPRINTF(indent, FMT, "Pchip 1 Error Register", ls->p1_error)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
comparesf2.S 99 ite ls
128 ite ls
142 ite ls
  /src/tests/bin/sh/
t_varval.sh 162 atf_require_prog ls
194 test $( ls | wc -l ) -eq 253 ||
196 "Did not create all expected files: wanted: 253, found ($( ls | wc -l ))"
199 test $( ls | wc -c ) -eq $(( 253 * 14 )) ||
210 atf_require_prog ls
243 test $( ls | wc -l ) -eq 253 ||
245 "Did not create all expected files: wanted: 253, found ($( ls | wc -l ))"
248 test $( ls | wc -c ) -eq $(( 253 * 14 )) ||
  /src/sys/arch/luna68k/stand/boot/
ls.c 1 /* $NetBSD: ls.c,v 1.1 2013/01/16 15:15:01 tsutsui Exp $ */
50 ls(filename);
  /src/sys/arch/vax/uba/
qvkbd.c 158 struct qvaux_linestate *ls; local in function:qvkbd_attach
165 ls = &qvaux->sc_qvaux[daa->daa_line];
174 qvi->qvi_ks.attmt.cookie = ls;
176 qvi->qvi_ls = ls;
203 qvkbd_cnattach(struct qvaux_linestate *ls)
207 qvkbd_console_internal.qvi_ks.attmt.cookie = ls;
209 qvkbd_console_internal.qvi_ls = ls;
229 struct qvaux_linestate *ls = v; local in function:qvkbd_sendchar
233 qvauxputc(ls, c);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
time 25 for FILE in $(ls *.c); do
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
time 25 for FILE in $(ls *.c); do
  /src/sys/dev/dec/
dzkbd.c 152 struct dz_linestate *ls; local in function:dzkbd_attach
159 ls = &dz->sc_dz[daa->daa_line];
169 dzi->dzi_ks.attmt.cookie = ls;
170 dzi->dzi_ls = ls;
207 dzkbd_cnattach(struct dz_linestate *ls)
211 dzkbd_console_internal.dzi_ks.attmt.cookie = ls;
213 dzkbd_console_internal.dzi_ls = ls;
233 struct dz_linestate *ls = v; local in function:dzkbd_sendchar
237 dzputc(ls, c);
  /src/libexec/ld.elf_so/
expand.c 140 size_t ls = expand(dp, execname, i, ds); local in function:_rtld_expand_path
141 if (ls >= ds)
143 ds -= ls;
144 dp += ls;
  /src/sys/arch/pmax/ibus/
dz_ibus.c 396 dzgetc(struct dz_linestate *ls)
402 if (ls == NULL) {
409 line = ls->dz_line;
410 dzr = (volatile struct dzregs *)ls->dz_sc->sc_ioh;
427 dzputc(struct dz_linestate *ls, int ch)
438 if (ls != NULL && ls->dz_sc != NULL) {
439 line = ls->dz_line;
440 dzr = (volatile struct dzregs *)ls->dz_sc->sc_ioh;
442 putc(ch, &ls->dz_tty->t_outq)
    [all...]
  /src/etc/rc.d/
bootconf.sh 25 def=$(ls -ld /etc/etc.default 2>&1)
31 def=$(ls -ld /etc/etc.current 2>&1)
  /src/sys/arch/alpha/stand/common/
checksize.sh 60 load_size=`ls -l $bootfile | awk ' { print $5 }'`
  /src/sys/arch/evbmips/stand/sbmips/common/
checksize.sh 60 load_size=`ls -l $bootfile | awk ' { print $5 }'`

Completed in 17 milliseconds

1 2 3 4 5 6 7 8