Searched refs:d_fd (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dmisc.c9 return dir->d_fd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c73 int d_fd; member in struct:dev_crypto_state
415 if (state->d_fd < 0)
442 if (ioctl(state->d_fd, CIOCCRYPT, &cryp) == -1) {
477 state->d_fd = -1;
483 if ((state->d_fd = get_dev_crypto()) < 0)
490 if (ioctl(state->d_fd, CIOCGSESSION, sess) == -1) {
491 put_dev_crypto(state->d_fd);
492 state->d_fd = -1;
508 if (state->d_fd < 0)
521 if (ioctl(state->d_fd, CIOCFSESSIO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c73 int d_fd; member in struct:dev_crypto_state
415 if (state->d_fd < 0)
442 if (ioctl(state->d_fd, CIOCCRYPT, &cryp) == -1) {
477 state->d_fd = -1;
483 if ((state->d_fd = get_dev_crypto()) < 0)
490 if (ioctl(state->d_fd, CIOCGSESSION, sess) == -1) {
491 put_dev_crypto(state->d_fd);
492 state->d_fd = -1;
508 if (state->d_fd < 0)
521 if (ioctl(state->d_fd, CIOCFSESSIO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32zip.c50 WIN32_FIND_DATA d_fd; member in struct:zdirscan
57 #define GetDirAttribs(d) ((d)->d_fd.dwFileAttributes)
177 d->d_hFindFile = FindFirstFile(p, &d->d_fd);
220 if (!FindNextFile(d->d_hFindFile, &d->d_fd))
224 AnsiToOem(d->d_fd.cFileName, d->d_fd.cFileName);
281 ((!hidden_files && e->d_fd.dwFileAttributes & HIDD_SYS_BITS) ||
283 !(e->d_fd.dwFileAttributes & FILE_ATTRIBUTE_ARCHIVE) &&
284 !(e->d_fd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY))));
293 if (strchr(e->d_fd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c70 int d_fd; member in struct:dev_crypto_state
380 if (state->d_fd < 0)
407 if (ioctl(state->d_fd, CIOCCRYPT, &cryp) == -1) {
443 if ((state->d_fd = get_dev_crypto()) < 0)
450 if (ioctl(state->d_fd, CIOCGSESSION, sess) == -1) {
451 close(state->d_fd);
452 state->d_fd = -1;
469 if (state->d_fd < 0)
483 if (ioctl(state->d_fd, CIOCFSESSION, &sess->ses) == -1) {
488 close(state->d_fd);
[all...]

Completed in 42 milliseconds