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

  /src/external/gpl3/binutils/dist/gprofng/src/
SegMem.h 59 get_mode () function in class:SegMem
  /src/external/gpl3/binutils.old/dist/gprofng/src/
SegMem.h 59 get_mode () function in class:SegMem
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp 333 impl::file_info::get_mode(void) function in class:impl::file_info
  /src/external/bsd/atf/dist/tools/
fs.cpp 201 if (erase && ((fi.get_mode() & S_IRWXU) != S_IRWXU)) {
204 if (chmod(p.c_str(), fi.get_mode() | S_IRWXU) == -1) {
463 impl::file_info::get_mode(void) function in class:impl::file_info
  /src/external/gpl2/groff/dist/src/devices/grotty/
tty.cpp 109 unsigned char get_mode() { return mode; } function in class:tty_font
373 ((tty_font *)f)->get_mode());
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.c 3216 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes,
4098 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, hw_mode, false);
9179 struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, function
  /src/sys/dev/pci/
if_aq.c 1278 int (*get_mode)(struct aq_softc *, aq_hw_fw_mpi_state_t *, member in struct:aq_firmware_ops
1543 .get_mode = fw1x_get_mode,
1554 .get_mode = fw2x_get_mode,
1565 .get_mode = aq2_fw_get_mode,
3885 error = sc->sc_fw_ops->get_mode(sc, &mode, speed, fc, eee);

Completed in 41 milliseconds