#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include "dazukoio_xp.h"
#include "dazukoio.h"
#include "dazukoio_compat12.h"
Go to the source code of this file.
|
Definition at line 48 of file dazukoio.c. Referenced by dazuko_set_path(), dazukoGetAccess_TS(), dazukoRegister_TS(), dazukoRemoveAllPaths_TS(), dazukoReturnAccess_TS(), dazukoSetAccessMask_TS(), and dazukoUnregister_TS(). |
|
Definition at line 56 of file dazukoio.c. Referenced by unescape_string(). |
|
Definition at line 404 of file dazukoio.c. References dazuko_id_t, dazuko_id::dev_major, dazuko_id::device, dazuko_id::id, ITOA_SIZE, and NULL. Referenced by dazukoAddExcludePath_TS(), and dazukoAddIncludePath_TS(). |
|
Definition at line 474 of file dazukoio.c. References _GLOBAL_DAZUKO, and dazukoAddExcludePath_TS(). |
|
Definition at line 479 of file dazukoio.c. References _GLOBAL_DAZUKO_COMPAT12, ADD_EXCLUDE_PATH, dazuko_id_t, dazuko_set_path(), and dazukoAddExcludePath_TS_compat12(). Referenced by dazukoAddExcludePath(). |
|
Definition at line 459 of file dazukoio.c. References _GLOBAL_DAZUKO, and dazukoAddIncludePath_TS(). |
|
Definition at line 464 of file dazukoio.c. References _GLOBAL_DAZUKO_COMPAT12, ADD_INCLUDE_PATH, dazuko_id_t, dazuko_set_path(), and dazukoAddIncludePath_TS_compat12(). Referenced by dazukoAddIncludePath(). |
|
Definition at line 550 of file dazukoio.c. References _GLOBAL_DAZUKO, and dazukoGetAccess_TS(). |
|
Definition at line 555 of file dazukoio.c. References _GLOBAL_DAZUKO_COMPAT12, DAZUKO_FILENAME_MAX_LENGTH, dazuko_id_t, dazukoGetAccess_TS_compat12_wrapper(), dazukoReturnAccess_TS_compat12_wrapper(), dazuko_id::dev_major, dazuko_id::device, GET_AN_ACCESS, get_value(), dazuko_id::id, ITOA_SIZE, NULL, unescape_string(), and dazuko_id::write_mode. Referenced by dazukoGetAccess(). |
|
Definition at line 140 of file dazukoio.c. References _GLOBAL_DAZUKO, and dazukoRegister_TS(). |
|
Definition at line 145 of file dazukoio.c. References _GLOBAL_DAZUKO_COMPAT12, dazuko_id_t, dazukoRegister_TS_compat12_wrapper(), get_value(), ITOA_SIZE, NULL, and REGISTER. Referenced by dazukoRegister(). |
|
Definition at line 489 of file dazukoio.c. References _GLOBAL_DAZUKO, and dazukoRemoveAllPaths_TS(). |
|
Definition at line 494 of file dazukoio.c. References _GLOBAL_DAZUKO_COMPAT12, dazuko_id_t, dazukoRemoveAllPaths_TS_compat12(), dazuko_id::dev_major, dazuko_id::device, dazuko_id::id, ITOA_SIZE, NULL, and REMOVE_ALL_PATHS. Referenced by dazukoRemoveAllPaths(). |
|
Definition at line 736 of file dazukoio.c. References _GLOBAL_DAZUKO, and dazukoReturnAccess_TS(). |
|
Definition at line 741 of file dazukoio.c. References _GLOBAL_DAZUKO_COMPAT12, dazuko_id_t, dazukoReturnAccess_TS_compat12_wrapper(), dazuko_id::dev_major, dazuko_id::device, dazuko_id::id, ITOA_SIZE, NULL, RETURN_AN_ACCESS, and dazuko_id::write_mode. Referenced by dazukoReturnAccess(). |
|
Definition at line 342 of file dazukoio.c. References _GLOBAL_DAZUKO, and dazukoSetAccessMask_TS(). |
|
Definition at line 347 of file dazukoio.c. References _GLOBAL_DAZUKO_COMPAT12, dazuko_id_t, dazukoSetAccessMask_TS_compat12(), dazuko_id::dev_major, dazuko_id::device, dazuko_id::id, ITOA_SIZE, NULL, and SET_ACCESS_MASK. Referenced by dazukoSetAccessMask(). |
|
Definition at line 818 of file dazukoio.c. References _GLOBAL_DAZUKO, and dazukoUnregister_TS(). |
|
Definition at line 823 of file dazukoio.c. References _GLOBAL_DAZUKO_COMPAT12, dazuko_id_t, dazukoUnregister_TS_compat12_wrapper(), ITOA_SIZE, NULL, and UNREGISTER. Referenced by dazukoUnregister(). |
|
Definition at line 106 of file dazukoio.c. References NULL. Referenced by dazukoGetAccess_TS(), and dazukoRegister_TS(). |
|
Definition at line 82 of file dazukoio.c. References char_to_hex(). Referenced by dazukoGetAccess_TS(). |
|
Definition at line 50 of file dazukoio.c. Referenced by dazukoAddExcludePath(), dazukoAddIncludePath(), dazukoGetAccess(), dazukoRegister(), dazukoRemoveAllPaths(), dazukoReturnAccess(), dazukoSetAccessMask(), and dazukoUnregister(). |
|
Definition at line 53 of file dazukoio.c. Referenced by dazukoAddExcludePath_TS(), dazukoAddIncludePath_TS(), dazukoGetAccess_TS(), dazukoRegister_TS(), dazukoRemoveAllPaths_TS(), dazukoReturnAccess_TS(), dazukoSetAccessMask_TS(), and dazukoUnregister_TS(). |