Home
last modified time | relevance | path

Searched refs:struct (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/freebsd/sys/kern/
H A Dvnode_if.src55 IN struct vnode *vp;
67 IN struct vnode *dvp;
68 INOUT struct vnode **vpp;
69 IN struct componentname *cnp;
79 IN struct vnode *dvp;
80 INOUT struct vnode **vpp;
81 IN struct componentname *cnp;
91 IN struct vnode *dvp;
92 OUT struct vnode **vpp;
93 IN struct componentname *cnp;
[all …]
H A Dpic_if.m38 dflt_pic_bind_intr(device_t dev, struct intr_irqsrc *isrc)
45 null_pic_activate_intr(device_t dev, struct intr_irqsrc *isrc,
46 struct resource *res, struct intr_map_data *data)
53 null_pic_deactivate_intr(device_t dev, struct intr_irqsrc *isrc,
54 struct resource *res, struct intr_map_data *data)
61 null_pic_setup_intr(device_t dev, struct intr_irqsrc *isrc,
62 struct resource *res, struct intr_map_data *data)
69 null_pic_teardown_intr(device_t dev, struct intr_irqsrc *isrc,
70 struct resource *res, struct intr_map_data *data)
87 dflt_pic_ipi_setup(device_t dev, u_int ipi, struct intr_irqsrc *isrc)
[all …]
/freebsd/sys/geom/part/
H A Dg_part_if.m45 default_fullname(struct g_part_table *table,
46 struct g_part_entry *entry, struct sbuf *sb, const char *pfx)
54 static struct g_provider *
55 default_new_provider(struct g_part_table *table, struct g_geom *gp,
56 struct g_part_entry *entry, const char *pfx)
58 struct g_provider *ret;
59 struct sbuf *sb;
70 default_add_alias(struct g_part_table *table, struct g_provider *pp,
71 struct g_part_entry *entry, const char *pfx)
73 struct sbuf *sb;
[all …]
/freebsd/sys/geom/raid/
H A Dg_raid_md_if.m51 g_raid_md_create_default(struct g_raid_md_object *md,
52 struct g_class *mp, struct g_geom **gp)
59 g_raid_md_create_req_default(struct g_raid_md_object *md,
60 struct g_class *mp, struct gctl_req *req, struct g_geom **gp)
67 g_raid_md_ctl_default(struct g_raid_md_object *md,
68 struct gctl_req *req)
75 g_raid_md_volume_event_default(struct g_raid_md_object *md,
76 struct g_raid_volume *vol, u_int event)
83 g_raid_md_free_disk_default(struct g_raid_md_object *md,
84 struct g_raid_volume *vol)
[all …]
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_cmd_if.m53 bypass_mng_get_version(device_t dev, device_t child, struct dpaa2_cmd *cmd,
63 bypass_mng_get_soc_version(device_t dev, device_t child, struct dpaa2_cmd *cmd,
73 bypass_mng_get_container_id(device_t dev, device_t child, struct dpaa2_cmd *cmd,
83 bypass_rc_open(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint32_t cont_id,
93 bypass_rc_close(device_t dev, device_t child, struct dpaa2_cmd *cmd)
102 bypass_rc_get_obj_count(device_t dev, device_t child, struct dpaa2_cmd *cmd,
112 bypass_rc_get_obj(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint32_t obj_idx,
113 struct dpaa2_obj *obj)
122 bypass_rc_get_obj_descriptor(device_t dev, device_t child, struct dpaa2_cmd *cmd,
123 uint32_t obj_id, enum dpaa2_dev_type type, struct dpaa2_obj *obj)
[all …]
/freebsd/sys/dev/iscsi/
H A Dicl_conn_if.m39 static void null_pdu_queue_cb(struct icl_conn *ic,
40 struct icl_pdu *ip, icl_pdu_cb cb)
49 struct icl_conn *_ic;
50 const struct icl_pdu *_ip;
54 struct icl_conn *_ic;
55 struct icl_pdu *_ip;
56 struct bio *_bp;
63 struct icl_conn *_ic;
64 struct icl_pdu *_ip;
71 struct icl_conn *_ic;
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-rename.m410 static int rename_fn(struct inode *sip, struct dentry *sdp,
11 struct inode *tip, struct dentry *tdp,
14 static const struct inode_operations
23 dnl # Linux 5.12 introduced passing struct user_namespace* as the first
28 static int rename_fn(struct user_namespace *user_ns, struct inode *sip,
29 struct dentry *sdp, struct inode *tip, struct dentry *tdp,
32 static const struct inode_operations
39 dnl # 6.3 API change - the first arg is now struct mnt_idmap*
43 static int rename_fn(struct mnt_idmap *idmap, struct inode *sip,
44 struct dentry *sdp, struct inode *tip, struct dentry *tdp,
[all …]
H A Dkernel-acl.m438 static struct posix_acl *get_acl_fn(struct inode *inode, int type)
41 static const struct inode_operations
50 static struct posix_acl *get_acl_fn(struct inode *inode, int type,
53 static const struct inode_operations
62 static struct posix_acl *get_inode_acl_fn(struct inode *inode, int type,
65 static const struct inode_operations
97 dnl # set_acl() second paramter changed to a struct dentry *
100 dnl # set_acl() first parameter changed to struct mnt_idmap *
106 static int set_acl_fn(struct mnt_idmap *idmap,
107 struct dentry *dent, struct posix_acl *acl,
[all …]
H A Dkernel-generic_fillattr.m44 dnl # generic_fillattr in linux/fs.h now requires a struct user_namespace*
8 dnl # generic_fillattr() now takes struct mnt_idmap* as the first argument
18 struct user_namespace *userns = NULL;
19 struct inode *in = NULL;
20 struct kstat *k = NULL;
27 struct mnt_idmap *idmap = NULL;
28 struct inode *in = NULL;
29 struct kstat *k = NULL;
36 struct mnt_idmap *idmap = NULL;
37 struct inode *in = NULL;
[all …]
H A Dkernel-tmpfile.m48 dnl # The first arg is now struct mnt_idmap *
12 static int tmpfile(struct mnt_idmap *idmap,
13 struct inode *inode, struct file *file,
15 static struct inode_operations
21 dnl # use struct file instead of struct dentry
25 static int tmpfile(struct user_namespace *userns,
26 struct inode *inode, struct file *file,
28 static struct inode_operations
39 static int tmpfile(struct user_namespace *userns,
40 struct inode *inode, struct dentry *dentry,
[all …]
H A Dkernel-inode-create.m44 dnl # The first arg is changed to struct mnt_idmap *
10 static int inode_create(struct mnt_idmap *idmap,
11 struct inode *inode ,struct dentry *dentry,
14 static const struct inode_operations
21 dnl # 5.12 API change that added the struct user_namespace* arg
28 static int inode_create(struct user_namespace *userns,
29 struct inode *inode ,struct dentry *dentry,
32 static const struct inode_operations
45 static int inode_create(struct inode *inode ,struct dentry *dentry,
48 static const struct inode_operations
[all …]
H A Dkernel-mkdir.m47 dnl # mkdir() takes struct mnt_idmap * as the first arg
12 static int mkdir(struct mnt_idmap *idmap,
13 struct inode *inode, struct dentry *dentry,
15 static const struct inode_operations
23 dnl # The struct user_namespace arg was added as the first argument to
29 static int mkdir(struct user_namespace *userns,
30 struct inode *inode, struct dentry *dentry,
33 static const struct inode_operations
50 static int mkdir(struct inode *inode, struct dentry *dentry,
53 static const struct inode_operations
[all …]
H A Dkernel-xattr-handler.m43 dnl # The 'struct xattr_handler' was constified in the generic
11 const struct xattr_handler xattr_test_handler = {
17 const struct xattr_handler *xattr_handlers[] = {
21 const struct super_block sb __attribute__ ((unused)) = {
28 AC_MSG_CHECKING([whether super_block uses const struct xattr_handler])
45 static int get(const struct xattr_handler *handler,
46 struct dentry *dentry, struct inode *inode,
49 static const struct xattr_handler
75 static int set(const struct xattr_handler *handler,
76 struct mnt_idmap *idmap,
[all …]
H A Dkernel-mknod.m44 dnl # The first arg is now struct mnt_idmap*
10 static int tmp_mknod(struct mnt_idmap *idmap,
11 struct inode *inode ,struct dentry *dentry,
14 static const struct inode_operations
21 dnl # 5.12 API change that added the struct user_namespace* arg
28 static int tmp_mknod(struct user_namespace *userns,
29 struct inode *inode ,struct dentry *dentry,
32 static const struct inode_operations
40 AC_MSG_CHECKING([whether iops->mknod() takes struct mnt_idmap*])
44 [iops->mknod() takes struct mnt_idmap*])
[all …]
H A Dkernel-symlink.m44 dnl # to struct mnt_idmap*
9 static int tmp_symlink(struct mnt_idmap *idmap,
10 struct inode *inode ,struct dentry *dentry,
13 static const struct inode_operations
19 dnl # 5.12 API change that added the struct user_namespace* arg
26 static int tmp_symlink(struct user_namespace *userns,
27 struct inode *inode ,struct dentry *dentry,
30 static const struct inode_operations
38 AC_MSG_CHECKING([whether iops->symlink() takes struct mnt_idmap*])
42 [iops->symlink() takes struct mnt_idmap*])
[all …]
H A Dkernel-inode-getattr.m45 dnl # is changed to struct mnt_idmap*
11 struct mnt_idmap *idmap,
12 const struct path *p, struct kstat *k,
16 static const struct inode_operations
25 dnl # a struct user_namespace* as its first arg, to support idmapped
32 struct user_namespace *userns,
33 const struct path *p, struct kstat *k,
37 static const struct inode_operations
51 const struct path *p, struct kstat *k,
55 static const struct inode_operations
[all …]
H A Dkernel-inode-permission.m44 dnl # iops->permission() now takes struct mnt_idmap*
11 static int test_permission(struct mnt_idmap *idmap,
12 struct inode *inode, int mask) { return 0; }
14 static const struct inode_operations
21 dnl # 5.12 API change that added the struct user_namespace* arg
28 static int test_permission(struct user_namespace *userns,
29 struct inode *inode, int mask) { return 0; }
31 static const struct inode_operations
39 AC_MSG_CHECKING([whether iops->permission() takes struct mnt_idmap*])
43 [iops->permission() takes struct mnt_idmap*])
[all …]
H A Dkernel-inode-setattr.m45 dnl # is changed to struct mnt_idmap*
11 struct mnt_idmap *idmap,
12 struct dentry *de, struct iattr *ia)
15 static const struct inode_operations
24 dnl # a struct user_namespace* as its first arg, to support idmapped
31 struct user_namespace *userns,
32 struct dentry *de, struct iattr *ia)
35 static const struct inode_operations
50 [iops->setattr() takes struct mnt_idmap*])
60 [iops->setattr() takes struct user_namespace*])
H A Dkernel-blk-queue.m49 struct blk_plug plug __attribute__ ((unused));
17 AC_MSG_CHECKING([whether struct blk_plug is available])
35 struct request_queue q;
36 struct backing_dev_info bdi;
57 struct request_queue q;
58 struct gendisk disk;
59 struct backing_dev_info bdi __attribute__ ((unused));
84 struct request_queue q;
91 struct gendisk disk;
124 struct block_device *bdev __attribute__ ((unused)) = NULL;
[all …]
H A Dkernel-setattr-prepare.m410 struct dentry *dentry = NULL;
11 struct iattr *attr = NULL;
19 dnl # for struct user_namespace*
24 struct dentry *dentry = NULL;
25 struct iattr *attr = NULL;
26 struct user_namespace *userns = NULL;
33 dnl # The first arg of setattr_prepare() is changed to struct mnt_idmap*
38 struct dentry *dentry = NULL;
39 struct iattr *attr = NULL;
40 struct mnt_idmap *idmap = NULL;
[all …]
H A Dkernel-make-request-fn.m47 static blk_qc_t make_request(struct request_queue *q,
8 struct bio *bio) { return (BLK_QC_T_NONE); }
15 static blk_qc_t make_request(struct request_queue *q,
16 struct bio *bio) { return (BLK_QC_T_NONE); }
18 struct request_queue *q __attribute__ ((unused));
24 static blk_qc_t make_request(struct request_queue *q,
25 struct bio *bio) { return (BLK_QC_T_NONE); }
27 struct request_queue *q __attribute__ ((unused));
34 struct block_device_operations o;
41 struct gendisk *disk __attribute__ ((unused));
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits20 template <class T, T v> struct integral_constant;
30 template <bool, class T = void> struct enable_if;
31 template <bool, class T, class F> struct conditional;
34 template <class T> struct is_void;
35 template <class T> struct is_null_pointer; // C++14
36 template <class T> struct is_integral;
37 template <class T> struct is_floating_point;
38 template <class T> struct is_array;
39 template <class T> struct is_pointer;
40 template <class T> struct is_lvalue_reference;
[all …]
/freebsd/bin/sh/
H A Dnodes.c.pat46 struct nodesize {
51 struct nodecopystate {
59 static void calcsize(union node *, struct nodesize *);
60 static void sizenodelist(struct nodelist *, struct nodesize *);
61 static union node *copynode(union node *, struct nodecopystate *);
62 static struct nodelist *copynodelist(struct nodelist *, struct nodecopystate *);
63 static char *nodesavestr(const char *, struct nodecopystate *);
66 struct funcdef {
75 struct funcdef *
78 struct nodesize sz;
[all …]
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std5 sizeof(struct req_pkt) = 216
17 sizeof(struct req_pkt_tail) = 32
26 sizeof(struct resp_pkt) = 508
35 sizeof(struct info_peer_list) = 32
44 sizeof(struct info_peer_summary) = 72
62 sizeof(struct info_peer) = 280
112 sizeof(struct info_peer_stats) = 120
142 sizeof(struct info_loop) = 24
148 sizeof(struct info_sys) = 80
171 sizeof(struct info_sys_stats) = 52
[all …]
/freebsd/usr.bin/ctags/test/
H A Dctags.test9 */struct struct_xtra{int list;};r4(x,y){};typedef struct{int bar;}struct_xxe;
11 struct struct_three {
18 typedef struct {
20 struct struct_two {
23 struct struct_three entry;
26 struct last {
27 struct struct_three xentry;
46 struct struct_three s3;
51 struct {
58 register struct buf *bp;

12345678910>>...29