Searched +defs:mode +defs:name (Results 226 - 250 of 460) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netinet6/
H A Din6_mcast.c354 int mode; local
2671 int *name; local
2762 in6m_mode_str(const int mode) argument
[all...]
H A Dmld6.c360 int *name; local
2291 uint8_t mode; local
2674 uint8_t mode, now, then; local
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211.c407 ieee80211_find_com(const char *name) argument
477 ieee80211_vap_setup(struct ieee80211com *ic, struct ieee80211vap *vap, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN]) argument
1376 addmedia(struct ifmedia *media, int caps, int addsta, int mode, int mword) argument
1425 enum ieee80211_phymode mode; local
1521 enum ieee80211_phymode mode; local
1590 media2mode(const struct ifmedia_entry *ime, uint32_t flags, uint16_t *mode) argument
1718 enum ieee80211_phymode mode; local
1761 ieee80211_setmode(struct ieee80211com *ic, enum ieee80211_phymode mode) argument
1836 ieee80211_rate2media(struct ieee80211com *ic, int rate, enum ieee80211_phymode mode) argument
[all...]
H A Dieee80211_proto.c512 ieee80211_aclator_get(const char *name) argument
832 setbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode, int add) argument
866 ieee80211_setbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode) argument
876 ieee80211_addbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode) argument
1029 enum ieee80211_phymode mode; local
1134 enum ieee80211_phymode mode; local
1744 ieee80211_csa_startswitch(struct ieee80211com *ic, struct ieee80211_channel *c, int mode, int count) argument
[all...]
/freebsd-11-stable/sys/netinet/
H A Din_mcast.c404 int mode; local
2858 int *name; local
2948 inm_mode_str(const int mode) argument
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c67 uint16_t mode; /* type of redirect mode */ member in struct:cfg_redir
90 int mode; /* aliasing mode */ member in struct:cfg_nat
470 lookup_nat_name(struct nat_list *l, char *name) argument
897 u_int16_t mode; member in struct:cfg_redir_legacy
917 int mode; member in struct:cfg_nat_legacy
[all...]
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c324 malo_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, argument
433 malo_desc_setup(struct malo_softc *sc, const char *name, argument
1747 enum ieee80211_phymode mode = ieee80211_chan2mode(ni->ni_chan); local
[all...]
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.c109 char name[MIDI_NAMELEN]; member in struct:snd_midi
625 midi_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
684 midi_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
888 midi_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, argument
934 midistat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
959 midistat_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
1041 char *name; member in struct:__anon5222
[all...]
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c376 tmpfs_dirent_hash(const char *name, u_int len) argument
414 tmpfs_dirent_init(struct tmpfs_dirent *de, const char *name, u_int namelen) argument
178 tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *tmp, enum vtype type, uid_t uid, gid_t gid, mode_t mode, struct tmpfs_node *parent, char *target, dev_t rdev, struct tmpfs_node **node) argument
431 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, const char *name, u_int len, struct tmpfs_dirent **de) argument
1546 tmpfs_chmod(struct vnode *vp, mode_t mode, struct ucred *cred, struct thread *p) argument
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dsftp-server.c81 char *name; member in struct:Stat
113 const char *name; /* user-visible name for fine-grained perms */ member in struct:sftp_handler
277 char *name; member in struct:Handle
300 handle_new(int use, const char *name, int fd, int flags, DIR *dirp) argument
680 char *name; local
681 int r, handle, fd, flags, mode, status = SSH2_FX_FAILURE; local
821 char *name; local
896 char *name; local
955 char *name = handle_to_name(handle); local
1093 char *name; local
1111 char *name; local
1112 int r, mode, status = SSH2_FX_FAILURE; local
1131 char *name; local
[all...]
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c138 kbd_init_struct(keyboard_t *kbd, char *name, int type, int unit, int config, argument
568 genkbdopen(struct cdev *dev, int mode, in argument
603 genkbdclose(struct cdev *dev, int mode, int flag, struct thread *td) argument
734 int mode; local
1143 char *name; member in struct:__anon6
[all...]
/freebsd-11-stable/sys/dev/vkbd/
H A Dvkbd.c175 vkbd_dev_clone(void *arg, struct ucred *cred, char *name, int namelen, argument
197 vkbd_dev_open(struct cdev *dev, int flag, int mode, struct thread *td) argument
[all...]
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_syscons.c430 ofwfb_get_info(video_adapter_t *adp, int mode, video_info_t *info) argument
444 ofwfb_set_mode(video_adapter_t *adp, int mode) argument
447 char name[64]; local
633 ofwfb_blank_display8(video_adapter_t *adp, int mode) argument
658 ofwfb_blank_display32(video_adapter_t *adp, int mode) argument
675 ofwfb_blank_display(video_adapter_t *adp, int mode) argument
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-npf.c294 pcap_setmode_npf(pcap_t *p, int mode) argument
1423 pcap_add_if_npf(pcap_if_list_t *devlistp, char *name, bpf_u_int32 flags, const char *description, char *errbuf) argument
1490 get_if_flags(const char *name, bpf_u_int32 *flags, char *errbuf) argument
1731 char *name; local
[all...]
H A Dpcap-dos.c799 first_init(const char *name, char *ebuf, int promisc) argument
1119 PKT_RX_MODE mode; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c398 const char *name; local
428 get_entry_hardlink(struct archive_write *a, struct archive_entry *entry, const char **name, size_t *length, struct archive_string_conv *sc) argument
446 get_entry_pathname(struct archive_write *a, struct archive_entry *entry, const char **name, size_t *length, struct archive_string_conv *sc) argument
464 get_entry_uname(struct archive_write *a, struct archive_entry *entry, const char **name, size_t *length, struct archive_string_conv *sc) argument
482 get_entry_gname(struct archive_write *a, struct archive_entry *entry, const char **name, size_t *length, struct archive_string_conv *sc) argument
500 get_entry_symlink(struct archive_write *a, struct archive_entry *entry, const char **name, size_t *length, struct archive_string_conv *sc) argument
741 char *name, *bname; local
1388 int mode; local
[all...]
/freebsd-11-stable/stand/efi/loader/
H A Dmain.c881 char *name; local
911 unsigned int mode; local
963 char *name; local
1058 char *name, *path; local
[all...]
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c830 const char *name; local
1899 char mode[1 local
2004 char *name, *data; local
2150 char *name, *data; local
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dmixer.c65 char name[MIXER_NAMELEN]; member in struct:snd_mixer
1044 mixer_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
1068 mixer_close(struct cdev *i_dev, int flags, int mode, struc argument
1093 mixer_ioctl_channel(struct cdev *dev, u_long cmd, caddr_t arg, int mode, struct thread *td, int from) argument
1201 mixer_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td) argument
1247 mixer_ioctl_cmd(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td, int from) argument
1339 mixer_clone(void *arg, struct ucred *cred, char *name, int namelen, struct cdev **dev) argument
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c237 perform_chgpwent(const char *name, struct passwd *pwd, char *nispasswd) argument
272 pw_userlock(char *arg1, int mode) argument
276 char *name; local
625 pw_checkname(char *name, int gecos) argument
711 rmopie(char const * name) argument
777 char *name = NULL; local
857 char *name = NULL; local
1065 group_from_name_or_id(char *name) argument
1112 validate_mode(char *mode) argument
1192 char *default_passwd, *name, *p; local
1517 char *gecos, *homedir, *grname, *name, *newname, *walk, *skel, *shell; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp343 std::string name; local
351 std::string name; local
596 MakeDirectory(const FileSpec &file_spec, uint32_t mode) argument
631 OpenFile(const FileSpec &file_spec, File::OpenOptions flags, uint32_t mode, Status &error) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp140 PythonObject::ResolveNameWithDictionary(llvm::StringRef name, argument
764 Import(const Twine &name) argument
771 Get(const Twine &name) argument
1458 FromFile(File &file, const char *mode) argument
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c62 int mode; member in struct:apr_dbd_transaction_t
661 dbd_freetds_select_db(apr_pool_t *pool, apr_dbd_t *handle, const char *name) argument
727 dbd_freetds_transaction_mode_set(apr_dbd_transaction_t *trans, int mode) argument
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c170 const char *name; member in struct:__anon1
791 check_mounted(const char *fname, mode_t mode) argument
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c113 static mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; variable
388 digest_file(const char *name) argument
482 parseid(const char *name, id_t *id) argument
[all...]

Completed in 285 milliseconds

1234567891011>>