Searched defs:dir (Results 276 - 300 of 464) sorted by relevance

<<111213141516171819

/freebsd-13-stable/contrib/tnftp/src/
H A Dutil.c857 fileindir(const char *file, const char *dir) argument
/freebsd-13-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c254 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y2777 dir : /* empty */ { $$ = PF_INOUT; } label
/freebsd-13-stable/sbin/sconfig/
H A Dsconfig.c586 int cable, dir, scrambler, ami, mtu; local
735 int monitor, dir, scrambler, rloop, cablen; local
/freebsd-13-stable/lib/libpmc/pmu-events/
H A Djevents.c911 struct dirent *dir; local
/freebsd-13-stable/sbin/devd/
H A Ddevd.cc570 config::add_directory(const char *dir) argument
1159 add_directory(const char *dir) argument
/freebsd-13-stable/contrib/bmake/
H A Ddir.c296 CachedDir *dir = bmake_malloc(sizeof *dir); local
311 CachedDir_Ref(CachedDir *dir) argument
324 CachedDir_Unref(CachedDir *dir) argument
349 CachedDir_Assign(CachedDir **var, CachedDir *dir) argument
377 CachedDir *dir = ln->datum; local
490 CachedDir *dir; local
513 CachedDir *dir; local
555 CachedDir *dir = ln->datum; local
570 CachedDir *dir = ln->datum; local
647 DirMatchFiles(const char *pattern, CachedDir *dir, StringList *expansions) argument
822 CachedDir *dir = ln->datum; local
968 DirLookup(CachedDir *dir, const char *base) argument
990 DirLookupSubdir(CachedDir *dir, const char *name) argument
1012 DirLookupAbs(CachedDir *dir, const char *name, const char *cp) argument
1089 CachedDir *dir = ln->datum; local
1154 CachedDir *dir = ln->datum; local
1211 CachedDir *dir = path->dirs.first->datum; local
1245 CachedDir *dir = ln->datum; local
1516 CachedDir *dir = NULL; local
1590 CachedDir *dir = OpenDirs_Find(&openDirs, name); local
1611 CachedDir *dir = ln->datum; local
1641 CachedDir *dir = ln->datum; local
1658 CachedDir *dir = ln->datum; local
1673 CachedDir *dir = Lst_Dequeue(&path->dirs); local
1689 CachedDir *dir = ln->datum; local
1715 CachedDir *dir = ln->datum; local
1727 const CachedDir *dir = ln->datum; local
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile[all...]
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapability-fd.cc294 int dir = open(tmpdir.c_str(), O_RDONLY); local
361 int dir = open(tmpdir.c_str(), O_RDONLY); local
[all...]
H A Dlinux.cc352 int dir = open(tmpdir.c_str(), O_RDONLY); local
1364 int dir = open(tmpdir.c_str(), O_RDONLY); local
[all...]
/freebsd-13-stable/contrib/libpcap/
H A Dgencode.h281 unsigned char dir; member in struct:qual
H A Dpcap-usb-linux.c270 DIR* dir; local
505 DIR* dir; local
[all...]
/freebsd-13-stable/contrib/diff/src/
H A Dsdiff.c1189 diraccess(char const *dir) argument
1209 char const *dir = tmpdir ? tmpdir : P_tmpdir; local
/freebsd-13-stable/contrib/file/src/
H A Dcdf.c681 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_dir_t *dir) argument
779 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn, const cdf_directory_t **root) argument
823 cdf_read_doc_summary_info(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument
832 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument
841 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, const char *name, cdf_stream_t *scn) argument
859 cdf_find_stream(const cdf_dir_t *dir, const char *name, int type) argument
1402 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir) argument
1584 cdf_dir_t dir; local
[all...]
/freebsd-13-stable/contrib/atf/atf-c/
H A Dtc.c475 check_prog_in_dir(const char *dir, void *data) argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c1072 zpl_init_acl(struct inode *ip, struct inode *dir) argument
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbtree.c369 bt_shift_core(zfs_btree_t *tree, zfs_btree_core_t *node, uint64_t idx, uint64_t count, uint64_t off, enum bt_shift_shape shape, enum bt_shift_direction dir) argument
420 bt_shift_leaf(zfs_btree_t *tree, zfs_btree_leaf_t *node, uint64_t idx, uint64_t count, uint64_t off, enum bt_shift_direction dir) argument
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.c2397 int dir = 0, i; local
H A Dmpr_user.c746 int i, err = 0, dir = 0, sz; local
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.c1972 int dir = 0, i; local
H A Dmps_user.c757 int err = 0, dir = 0, sz; local
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c413 t4_ctloutput(struct toedev *tod, struct tcpcb *tp, int dir, int name) argument
/freebsd-13-stable/sys/dev/firewire/
H A Diec13213.h205 struct csrdirectory *dir; member in struct:crom_ptr
/freebsd-13-stable/sys/crypto/ccp/
H A Dccp_hardware.c1475 enum ccp_cipher_dir dir; local
1398 ccp_do_xts(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp, enum ccp_cipher_dir dir, const struct ccp_completion_ctx *cctx) argument
1761 ccp_do_gctr(struct ccp_queue *qp, struct ccp_session *s, enum ccp_cipher_dir dir, struct sglist_seg *seg, bool som, bool eom) argument
1868 enum ccp_cipher_dir dir; local
[all...]
/freebsd-13-stable/sys/dev/ice/
H A Dice_flow.c834 ice_flow_find_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, argument
787 ice_flow_find_prof_conds(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, struct ice_flow_seg_info *segs, u8 segs_cnt, u16 vsi_handle, u32 conds) argument
902 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_action *acts, u8 acts_cnt, struct ice_flow_prof **prof) argument
1097 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_action *acts, u8 acts_cnt, struct ice_flow_prof **prof) argument
[all...]

Completed in 423 milliseconds

<<111213141516171819