Searched refs:rcsection (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/smbfs/lib/smb/
H A Drcfile_priv.h8 struct rcsection { struct
9 SLIST_ENTRY(rcsection) rs_next;
16 SLIST_HEAD(rcsec_head, rcsection) rf_sect;
H A Drcfile.c56 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname);
57 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname);
58 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp);
59 static struct rckey *rc_sect_findkey(struct rcsection *rsp, const char *keyname);
60 static struct rckey *rc_sect_addkey(struct rcsection *rsp, const char *name, const char *value);
119 struct rcsection *p, *n;
144 static struct rcsection *
147 struct rcsection *p;
155 static struct rcsection *
158 struct rcsection *
[all...]
/freebsd-10.0-release/usr.sbin/nandsim/
H A Dnandsim_rcfile.h45 struct rcsection { struct
46 SLIST_ENTRY(rcsection) rs_next;
54 SLIST_HEAD(rcsec_head, rcsection) rf_sect; /* sections list */
H A Dnandsim_rcfile.c48 static struct rcsection *rc_findsect(struct rcfile *rcp,
50 static struct rcsection *rc_addsect(struct rcfile *rcp,
52 static int rc_sect_free(struct rcsection *rsp);
53 static struct rckey *rc_sect_findkey(struct rcsection *rsp,
55 static struct rckey *rc_sect_addkey(struct rcsection *rsp, const char *name,
95 struct rcsection *p,*n;
121 static struct rcsection *
124 struct rcsection *p;
132 static struct rcsection *
135 struct rcsection *
[all...]

Completed in 113 milliseconds