Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 25 of 104) sorted by relevance

12345

/csrg-svn/sys/kern/
H A Duipc_socket2.c245 sbwait(sb) in sbwait() argument
260 sb_lock(sb) in sb_lock() argument
282 sowakeup(so, sb) in sowakeup() argument
363 sbreserve(sb, cc) in sbreserve() argument
381 sbrelease(sb) in sbrelease() argument
421 sbappend(sb, m) in sbappend() argument
444 sbcheck(sb) in sbcheck() argument
471 sbappendrecord(sb, m0) in sbappendrecord() argument
506 sbinsertoob(sb, m0) in sbinsertoob() argument
551 sbappendaddr(sb, asa, m0, control) in sbappendaddr() argument
[all …]
/csrg-svn/sys/stand/
H A Dstat.c12 fstat(fd, sb) in fstat() argument
33 stat(str, sb) in stat() argument
/csrg-svn/sys/stand.att/
H A Dstat.c15 fstat(fd, sb) in fstat() argument
35 stat(str, sb) in stat() argument
/csrg-svn/bin/pax/
H A Dfile_subs.c169 struct stat sb; local
239 struct stat sb; local
286 struct stat sb; local
369 struct stat sb; local
528 struct stat sb; local
588 struct stat sb; local
681 struct stat sb; local
987 struct stat sb; local
/csrg-svn/lib/libc/gen/
H A Dttyname.c28 struct stat sb; local
62 oldttyname(fd, sb) in oldttyname() argument
/csrg-svn/bin/ln/
H A Dln.c43 struct stat sb; local
92 struct stat sb; local
/csrg-svn/games/cribbage/
H A Dinstr.c31 struct stat sb; in instructions() local
/csrg-svn/usr.bin/mesg/
H A Dmesg.c38 struct stat sb; local
/csrg-svn/usr.bin/ar/
H A Dappend.c40 struct stat sb; local
H A Dextract.c44 struct stat sb; local
H A Dreplace.c42 struct stat sb; local
/csrg-svn/usr.bin/biff/
H A Dbiff.c35 struct stat sb; local
/csrg-svn/sys/netiso/
H A Dtp_usrreq.c153 register struct sockbuf *sb = &so->so_rcv; variable
267 register struct sockbuf *sb = &(tpcb->tp_Xsnd); variable
605 struct sockbuf *sb = &so->so_snd; local
H A Dtp_subr.c396 struct sockbuf *sb = &tpcb->tp_sock->so_snd; local
438 struct sockbuf *sb = &tpcb->tp_sock->so_snd; local
607 register struct sockbuf *sb = &tpcb->tp_sock->so_snd; local
898 struct sockbuf *sb = &tpcb->tp_sock->so_snd; variable
/csrg-svn/sys/sys/
H A Dsocketvar.h101 #define sbspace(sb) \ argument
124 #define sballoc(sb, m) { \ argument
132 #define sbfree(sb, m) { \ argument
144 #define sblock(sb, wf) ((sb)->sb_flags & SB_LOCK ? \ argument
149 #define sbunlock(sb) { \ argument
/csrg-svn/bin/mv/
H A Dmv.c50 struct stat sb; local
111 struct stat sb; local
/csrg-svn/sys/kern/PROTO/44Lite/
H A Dkern_acct.c71 struct statfs sb; local
/csrg-svn/sys/netccitt/
H A Dpk_output.c171 register struct sockbuf *sb = (so ? &so -> so_snd : &lcp -> lcd_sb); local
/csrg-svn/usr.bin/touch/
H A Dtouch.c42 struct stat sb; local
250 struct stat sb; local
/csrg-svn/usr.bin/find/
H A Dls.c30 printlong(name, accpath, sb) in printlong() argument
/csrg-svn/usr.bin/whereis/
H A Dwhereis.c36 struct stat sb; local
/csrg-svn/sys/hp300/stand/
H A Dboot.c17 struct stat sb; variable
/csrg-svn/local/ditroff/ditroff.okeeffe/eqn/
H A Dpile.c11 float bi, hi, h, b, gap, sb; local
/csrg-svn/old/refer/hunt/
H A Dhunt5.c65 struct stat sb; local
/csrg-svn/usr.bin/uuencode/
H A Duuencode.c35 struct stat sb; local

12345