Searched refs:ocontext (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dpolicydb.h131 struct ocontext { struct
154 struct ocontext *next;
159 struct ocontext *head;
231 struct ocontext *ocontexts[OCON_NUM];
H A Dservices.c392 static int security_validtrans_handle_fail(struct context *ocontext, argument
400 if (context_struct_to_string(ocontext, &o, &olen) < 0)
423 struct context *ocontext; local
454 ocontext = sidtab_search(&sidtab, oldsid);
455 if (!ocontext) {
480 if (!constraint_expr_eval(ocontext, ncontext, tcontext,
482 rc = security_validtrans_handle_fail(ocontext, ncontext,
1399 struct ocontext *c;
1442 struct ocontext *c;
1504 struct ocontext *
[all...]
H A Dpolicydb.c578 static void ocontext_destroy(struct ocontext *c, int i)
593 struct ocontext *c, *ctmp;
682 struct ocontext *head, *c;
1433 struct ocontext *l, *c, *newc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dlibsmbclient.h373 int (*rename) (SMBCCTX *ocontext, const char *oname,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dlibsmbclient.c1311 static int smbc_rename_ctx(SMBCCTX *ocontext, const char *oname, argument
1318 if (!ocontext || !ncontext ||
1319 !ocontext->internal || !ncontext->internal ||
1320 !ocontext->internal->_initialized ||
1337 smbc_parse_path(ocontext, oname,
1345 if (user1[0] == (char)0) fstrcpy(user1, ocontext->user);
1367 fstrcpy(workgroup, ocontext->workgroup);
1369 srv = smbc_server(ocontext, server1, share1, workgroup, user1, password1);
1377 int eno = smbc_errno(ocontext, &srv->cli);

Completed in 192 milliseconds