HomeSort by: relevance | last modified time | path
    Searched defs:read_status (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/omapip/
buffer.c 151 int read_status; local
201 read_status = read_len;
208 read_status = read (c -> socket,
212 if (read_status < 0) {
228 if (read_status == 0) {
242 iov [1].len = read_status;
253 buffer -> tail += read_status;
254 c -> in_bytes += read_status;
257 if (read_status < read_len)
259 bytes_to_read -= read_status;
    [all...]
  /src/external/bsd/iscsi/dist/src/lib/
target.c 1684 int read_status = 0; local
1745 read_status = read_data_pdu(sess, &data, args);
1746 if (read_status != 0) {
1747 if (read_status == 1) {
  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 104 /* vg's "read_status" field */
264 uint32_t read_status; member in struct:volume_group
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata-exported.h 104 /* vg's "read_status" field */
264 uint32_t read_status; member in struct:volume_group
  /src/external/bsd/ntp/dist/ntpd/
ntp_control.c 87 static void read_status (struct recvbuf *, int);
126 { CTL_OP_READSTAT, NOAUTH, read_status },
3232 * read_status - return either a list of associd's, or a particular
3237 read_status( function
3250 printf("read_status: ID %d\n", res_associd);

Completed in 85 milliseconds