HomeSort by relevance Sort by last modified time
    Searched refs:fd_list (Results 1 - 17 of 17) sorted by null

  /external/dhcpcd-6.8.2/
script.h 34 int send_interface(struct fd_list *, const struct interface *);
script-stub.c 38 send_interface(struct fd_list *fd, const struct interface *ifp)
control.h 44 struct fd_list { struct
45 TAILQ_ENTRY(fd_list) next;
52 TAILQ_HEAD(fd_list_head, fd_list);
61 int control_queue(struct fd_list *fd, char *data, size_t data_len, uint8_t fit);
control.c 56 struct fd_list *fp;
74 control_queue_free(struct fd_list *fd)
91 control_delete(struct fd_list *fd)
104 struct fd_list *fd = arg;
157 struct fd_list *l;
299 struct fd_list *l;
376 struct fd_list *fd;
406 control_queue(struct fd_list *fd, char *data, size_t data_len, uint8_t fit)
dhcpcd.h 169 int dhcpcd_handleargs(struct dhcpcd_ctx *, struct fd_list *, int, char **);
script.c 546 send_interface1(struct fd_list *fd, const struct interface *iface,
570 send_interface(struct fd_list *fd, const struct interface *ifp)
626 struct fd_list *fd;
dhcpcd.c     [all...]
  /external/toybox/toys/posix/
tee.c 29 struct fd_list { struct
30 struct fd_list *next;
38 struct fd_list *temp;
40 temp = xmalloc(sizeof(struct fd_list));
56 struct fd_list *fdl;
  /external/ltp/testcases/kernel/fs/openfile/
openfile.c 197 void close_files(FILE * fd_list[], int len)
201 fclose(fd_list[i]);
210 FILE *fd_list[MAXFILES]; local
218 if ((fd_list[i] = fopen(filename, "rw")) == NULL) {
222 close_files(fd_list, i - 1);
232 close_files(fd_list, numfiles);
241 close_files(fd_list, numfiles);
249 close_files(fd_list, numfiles);
257 close_files(fd_list, numfiles);
263 close_files(fd_list, numfiles)
    [all...]
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.cc 228 int fd_list[CH_MAX] = {0}; local
229 int fd_count = lib_interface_->op(BT_VND_OP_USERIAL_OPEN, &fd_list);
237 if (fd_list[i] == INVALID_FD) {
238 ALOGE("%s: fd %d is invalid!", __func__, fd_list[i]);
250 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb);
252 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); });
256 new hci::MctProtocol(fd_list, intercept_events, acl_cb);
258 fd_list[CH_EVT], [mct_hci](int fd) { mct_hci->OnEventDataReady(fd); });
260 fd_list[CH_ACL_IN],
  /device/google/dragon/bluetooth/
vendor_interface.cc 225 int fd_list[CH_MAX] = {0}; local
226 int fd_count = lib_interface_->op(BT_VND_OP_USERIAL_OPEN, &fd_list);
229 if (fd_list[i] == INVALID_FD) {
230 ALOGE("%s: fd %d is invalid!", __func__, fd_list[i]);
242 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb);
244 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); });
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 443 OMX_U32 fd_list[64]; member in class:venc_dev
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 479 OMX_U32 fd_list[64]; member in class:venc_dev
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 452 OMX_U32 fd_list[64]; member in class:venc_dev
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 224 memset(&fd_list, 0, sizeof(fd_list));
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 140 memset(&fd_list, 0, sizeof(fd_list));
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 270 memset(&fd_list, 0, sizeof(fd_list));
    [all...]

Completed in 384 milliseconds