*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> store (9)              
Title
Content
Arch
Section
 

STORE(9)

Contents


NAME    [Toc]    [Back]

     store, subyte, suibyte, susword, suswintr, suword, suiword - store data
     to user-space

SYNOPSIS    [Toc]    [Back]

     #include <sys/types.h>
     #include <sys/systm.h>

     int
     subyte(void *base, int c);

     int
     susword(void *base, short c);

     int
     suswintr(void *base, short c);

     int
     suword(void *base, long c);

DESCRIPTION    [Toc]    [Back]

     The store functions are designed to copy small amounts of data to the
     user-space of the currently running process.

     The store routines provide the following functionality:

     subyte()    Stores a byte of data to the user-space address base.

     susword()   Stores a short word of data to the user-space address base.

     suswintr()  Stores a short word of data to the user-space address base.
                 This function is safe to call during an interrupt context.

     suword()    Stores a word of data to the user-space address base.

RETURN VALUES    [Toc]    [Back]

     The store functions return 0 on success or -1 on failure.

SEE ALSO    [Toc]    [Back]

      
      
     copy(9), fetch(9)

BSD                             January 7, 1996                            BSD
[ Back ]
 Similar pages
Name OS Title
susword FreeBSD store data to user-space
suword FreeBSD store data to user-space
DL_DbOpen Tru64 Open a data store (CDSA)
suswintr FreeBSD store data to user-space
subyte FreeBSD store data to user-space
store FreeBSD store data to user-space
CSSM_DL_DbOpen Tru64 Open a data store (CDSA)
CSSM_DL_FreeUniqueRecord Tru64 Free data store memory (CDSA)
DL_DbClose Tru64 Close open data store (CDSA)
DL_DbCreate Tru64 Create and open new data store (CDSA)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service