Searched refs:name_ptr (Results 1 - 7 of 7) sorted by relevance

/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_iocb_dispatch.c425 (char *)iocb->plist.iocb_envbuf.name_ptr,
626 (char *)iocb->plist.iocb_envbuf.name_ptr,
641 env = env_getenv((char *)iocb->plist.iocb_envbuf.name_ptr);
661 res = env_setenv((char *)iocb->plist.iocb_envbuf.name_ptr,
679 type = env_envtype((char *)iocb->plist.iocb_envbuf.name_ptr);
684 if ((res = env_delenv((char *)iocb->plist.iocb_envbuf.name_ptr)) == 0 ) {
H A Dcfe_xreq.c249 iiocb.plist.iocb_envbuf.name_ptr = (unsigned char *) (uintptr_t) xiocb->plist.xiocb_envbuf.name_ptr;
298 xiocb->plist.xiocb_envbuf.name_ptr = (cfe_xptr_t) (uintptr_t) iiocb.plist.iocb_envbuf.name_ptr;
H A Dcfe_devfuncs.c218 iocb.plist.iocb_envbuf.name_ptr = (unsigned char *)name;
288 iocb.plist.iocb_envbuf.name_ptr = (unsigned char *)name;
/broadcom-cfe-1.4.2/cfe/api/
H A Dcfe_api_int.h107 cfe_xptr_t name_ptr; /* name string buffer */ member in struct:xiocb_envbuf_s
H A Dcfe_api.c165 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name);
188 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name);
298 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name);
501 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name);
/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_iocb.h141 cfe_ptr_t name_ptr; /* name string buffer */ member in struct:iocb_envbuf_s
H A Dcfe_xiocb.h133 cfe_xptr_t name_ptr; /* name string buffer */ member in struct:xiocb_envbuf_s

Completed in 81 milliseconds