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

12

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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...]
H A Ddsi_opensess.c19 static void dsi_init_buffer(DSI *dsi)
34 void dsi_opensession(DSI *dsi)
67 /* DSI Option Server Request Quantum */
H A Ddsi_attn.c26 * DSI buffers to send one.
30 int dsi_attention(DSI *dsi, AFPUserBytes flags)
H A Ddsi_getsess.c41 afp_child_t *dsi_getsession(DSI *dsi, server_child *serv_children, int tickleval)
H A Ddsi_tcp.c78 static void dsi_tcp_close(DSI *dsi)
96 static int dsi_tcp_open(DSI *dsi)
222 static void guess_interface(DSI *dsi, const char *hostname, const char *port)
276 int dsi_tcp_init(DSI *dsi, const char *hostname, const char *address,
/netgear-R7000-V1.0.7.12_1.2.5/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...]
H A Dmessages.c51 maxmsgsize = (obj->proto == AFPPROTO_DSI)?MIN(MAX(((DSI*)obj->handle)->attn_quantum, MAXMESGSIZE),MAXPATHLEN):MAXMESGSIZE;
128 msgsize = (obj->proto == AFPPROTO_DSI)?MAX(((DSI*)obj->handle)->attn_quantum, MAXMESGSIZE):MAXMESGSIZE;
H A Dafp_avahi.c50 DSI *dsi;
98 dsi = (DSI *)config->obj.handle;
H A Dafp_mdns.c122 DSI *dsi;
176 dsi = (DSI *)config->obj.handle;
H A Dauth.c85 const DSI *dsi)
316 struct DSI *dsi = obj->handle;
431 DSI *dsi = (DSI *)AFPobj->handle;
624 DSI *dsi = (DSI *)obj->handle;
676 /* write uint16_t DSI request ID */
678 LOG(log_error, logtype_afpd, "afp_disconnect: couldn't send DSI request ID");
935 DSI *dsi = (DSI *)(ob
[all...]
H A Dafp_config.c153 DSI *dsi = (DSI *)config->obj.handle;
220 DSI *dsi = config->obj.handle;
336 DSI *dsi;
450 /* get rid of any appletalk info. we use the fact that the DSI
490 * for DSI connections. */
566 /* AFPConfigInit can return two linked configs due to DSI and ASP */
H A Dstatus.c193 const DSI *dsi,
321 const DSI *dsi _U_,
374 const DSI *dsi _U_,
455 DSI *dsi;
H A Duam.c427 struct DSI *dsi = obj->handle;
482 * DSI connections */
H A Ddesktop.c262 DSI *dsi = obj->handle;
490 DSI *dsi = obj->handle;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis900.h152 DSI = 0x00100000, enumerator in enum:sis900_cfgpmc_register_bits

Completed in 176 milliseconds

12