Home
last modified time | relevance | path

Searched refs:fdset (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a/lib/debugfs/
A Ddev.c24 static chan_t fdset[NR_CHANS]; variable
41 if (fdset[i].index == NODEV) { in create_new_channel()
42 channel = &fdset[i]; in create_new_channel()
57 if ((fd < 0) || (fd >= NR_CHANS) || (fdset[fd].index == NODEV)) { in fd_to_channel()
61 return &fdset[fd]; in fd_to_channel()
70 return (channel == NULL) ? -1 : (channel - fdset); in channel_to_fd()
832 for (channel = fdset; channel < &fdset[NR_CHANS]; channel++) { in debugfs_init()

Completed in 3 milliseconds