Home
last modified time | relevance | path

Searched refs:xiocb_envbuf (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/mips/sibyte/cfe/
Dcfe_api.c143 xiocb.plist.xiocb_envbuf.enum_idx = idx; in cfe_enumenv()
144 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumenv()
145 xiocb.plist.xiocb_envbuf.name_length = namelen; in cfe_enumenv()
146 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(val); in cfe_enumenv()
147 xiocb.plist.xiocb_envbuf.val_length = vallen; in cfe_enumenv()
251 xiocb.plist.xiocb_envbuf.enum_idx = 0; in cfe_getenv()
252 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_getenv()
253 xiocb.plist.xiocb_envbuf.name_length = cfe_strlen(name); in cfe_getenv()
254 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(dest); in cfe_getenv()
255 xiocb.plist.xiocb_envbuf.val_length = destlen; in cfe_getenv()
[all …]
Dcfe_api_int.h143 xiocb_envbuf_t xiocb_envbuf; /* environment function parameters */ member