Searched refs:DSI (Results 1 - 25 of 54) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Ddsi.h24 /* What a DSI packet looks like:
62 typedef struct DSI { struct
81 uint32_t flags; /* DSI flags like DSI_SLEEPING, DSI_DISCONNECTED */
88 pid_t (*proto_open)(struct DSI *);
89 void (*proto_close)(struct DSI *);
101 /* DSI readahead buffer used for buffered reads in dsi_peek */
102 size_t dsireadbuf; /* size of the DSI readahead buffer used in dsi_peek() */
107 } DSI; typedef in typeref:struct:DSI
109 /* DSI flags */
114 /* DSI sessio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Ddsi.h22 /* What a DSI packet looks like:
60 typedef struct DSI { struct
79 uint32_t flags; /* DSI flags like DSI_SLEEPING, DSI_DISCONNECTED */
86 pid_t (*proto_open)(struct DSI *);
87 void (*proto_close)(struct DSI *);
99 /* DSI readahead buffer used for buffered reads in dsi_peek */
100 size_t dsireadbuf; /* size of the DSI readahead buffer used in dsi_peek() */
105 } DSI; typedef in typeref:struct:DSI
107 /* DSI flags */
112 /* DSI sessio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_private.h20 extern int dsi_tcp_init (DSI *, const char * /*host*/,
H A Ddsi_init.c18 DSI *dsi_init(const dsi_proto protocol, const char *program,
22 DSI *dsi;
24 if ((dsi = (DSI *) calloc(1, sizeof(DSI))) == NULL) {
49 void dsi_setstatus(DSI *dsi, char *status, const size_t slen)
H A Ddsi_cmdreply.c19 int dsi_cmdreply(DSI *dsi, const int err)
H A Ddsi_getstat.c20 void dsi_getstatus(DSI *dsi)
H A Ddsi_read.c35 ssize_t dsi_readinit(DSI *dsi, void *buf, const size_t buflen,
54 void dsi_readdone(DSI *dsi)
60 ssize_t dsi_read(DSI *dsi, void *buf, const size_t buflen)
H A Ddsi_write.c37 size_t dsi_writeinit(DSI *dsi, void *buf, const size_t buflen _U_)
62 size_t dsi_write(DSI *dsi, void *buf, const size_t buflen)
75 void dsi_writeflush(DSI *dsi)
H A Ddsi_close.c17 void dsi_close(DSI *dsi)
H A Ddsi_tickle.c22 int dsi_tickle(DSI *dsi)
H A Ddsi_stream.c8 * dsi_stream_send: send a DSI header + data.
9 * dsi_stream_receive: read a DSI header + data.
52 static int dsi_peek(DSI *dsi)
75 LOG(log_note, logtype_dsi, "dsi_peek: dsireadbuf: %d, DSI quantum: %d, effective buffer size: %d",
128 static size_t from_buf(DSI *dsi, u_int8_t *buf, size_t count)
133 /* afpd master has no DSI buffering */
163 static ssize_t buf_read(DSI *dsi, u_int8_t *buf, size_t count)
187 static size_t dsi_buffered_stream_read(DSI *dsi, u_int8_t *data, const size_t length)
219 static void block_sig(DSI *dsi)
226 static void unblock_sig(DSI *ds
[all...]
H A Ddsi_opensess.c19 static void dsi_init_buffer(DSI *dsi)
34 void dsi_opensession(DSI *dsi)
67 /* DSI Option Server Request Quantum */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_private.h20 extern int dsi_tcp_init (DSI *, const char * /*host*/,
H A Ddsi_init.c18 DSI *dsi_init(const dsi_proto protocol, const char *program,
22 DSI *dsi;
24 if ((dsi = (DSI *) calloc(1, sizeof(DSI))) == NULL) {
49 void dsi_setstatus(DSI *dsi, char *status, const size_t slen)
H A Ddsi_getstat.c20 void dsi_getstatus(DSI *dsi)
H A Ddsi_read.c33 ssize_t dsi_readinit(DSI *dsi, void *buf, const size_t buflen,
54 void dsi_readdone(DSI *dsi)
60 ssize_t dsi_read(DSI *dsi, void *buf, const size_t buflen)
H A Ddsi_write.c37 size_t dsi_writeinit(DSI *dsi, void *buf, const size_t buflen _U_)
62 size_t dsi_write(DSI *dsi, void *buf, const size_t buflen)
75 void dsi_writeflush(DSI *dsi)
H A Ddsi_close.c17 void dsi_close(DSI *dsi)
H A Ddsi_cmdreply.c18 int dsi_cmdreply(DSI *dsi, const int err)
22 LOG(log_debug, logtype_dsi, "dsi_cmdreply(DSI ID: %u, len: %zd): START",
31 LOG(log_debug, logtype_dsi, "dsi_cmdreply(DSI ID: %u, len: %zd): END",
H A Ddsi_tickle.c22 int dsi_tickle(DSI *dsi)
H A Ddsi_stream.c8 * dsi_stream_send: send a DSI header + data.
9 * dsi_stream_receive: read a DSI header + data.
52 static int dsi_peek(DSI *dsi)
78 LOG(log_note, logtype_dsi, "dsi_peek: dsireadbuf: %d, DSI quantum: %d, effective buffer size: %d",
131 static size_t from_buf(DSI *dsi, u_int8_t *buf, size_t count)
136 /* afpd master has no DSI buffering */
166 static ssize_t buf_read(DSI *dsi, u_int8_t *buf, size_t count)
190 static size_t dsi_buffered_stream_read(DSI *dsi, u_int8_t *data, const size_t length)
222 static void block_sig(DSI *dsi)
229 static void unblock_sig(DSI *ds
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dstatus.h39 extern void status_versions (char * /*status*/, const ASP, const DSI *);
H A Dafp_dsi.c77 DSI *dsi = obj->handle;
111 DSI *dsi = (DSI *)AFPobj->handle;
140 DSI *dsi = (DSI *)AFPobj->handle;
161 DSI *dsi = (DSI *)AFPobj->handle;
166 LOG(log_error, logtype_afpd, "afp_dsi_transfer_session: couldn't receive DSI id, goodbye");
212 DSI *dsi = (DSI *)AFPob
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dstatus.h48 const DSI *);
H A Dafp_dsi.c87 DSI *dsi = obj->handle;
127 DSI *dsi = (DSI *)AFPobj->handle;
156 DSI *dsi = (DSI *)AFPobj->handle;
177 DSI *dsi = (DSI *)AFPobj->handle;
182 LOG(log_error, logtype_afpd, "afp_dsi_transfer_session: couldn't receive DSI id, goodbye");
228 DSI *dsi = (DSI *)AFPob
[all...]

Completed in 93 milliseconds

123