Searched defs:oo (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1062 Byte *s, *oo, *o; local
1074 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) {
1173 len = o - oo;
1174 o = oo;
1176 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) {
1184 *bufp = (char *) oo;
1600 Byte *s, *oo, *o, *aux; local
1611 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) {
1687 len = o - oo;
1688 o = oo;
1731 Byte *o, *oo; local
1784 Byte *o, *oo; local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2010 rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry; local
2013 return (EQOPENOWNER(&oo->ro_owner, arg));
2019 rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry; local
2021 return (&oo->ro_owner);
2035 rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry; local
2038 rfs4_dbe_lock(oo->ro_client->rc_dbe);
2039 list_remove(&oo->ro_client->rc_openownerlist, oo);
2040 rfs4_dbe_unlock(oo->ro_client->rc_dbe);
2043 rfs4_client_rele(oo
2064 rfs4_openowner_rele(rfs4_openowner_t *oo) argument
2072 rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry; local
2125 rfs4_openowner_t *oo; local
2137 rfs4_update_open_sequence(rfs4_openowner_t *oo) argument
2148 rfs4_update_open_resp(rfs4_openowner_t *oo, nfs_resop4 *resp, nfs_fh4 *fh) argument
3022 rfs4_free_opens(rfs4_openowner_t *oo, bool_t invalidate, bool_t close_of_client) argument
3093 rfs4_findstate_by_owner_file(rfs4_openowner_t *oo, rfs4_file_t *fp, bool_t *create) argument
3140 rfs4_openowner_t *oo = ((rfs4_state_t *)argp)->rs_owner; local
3204 rfs4_openowner_t *oo; local
[all...]
H A Dnfs4_srv.c3893 rfs4_openowner_t *oo; local
3989 for (oo = list_head(&lo->rl_client->rc_openownerlist); oo != NULL;
3990 oo = list_next(&lo->rl_client->rc_openownerlist, oo)) {
3992 rfs4_dbe_lock(oo->ro_dbe);
3993 for (sp = list_head(&oo->ro_statelist); sp != NULL;
3994 sp = list_next(&oo->ro_statelist, sp)) {
4008 rfs4_dbe_unlock(oo->ro_dbe);
6693 rfs4_openowner_t *oo, delegreq_
6692 rfs4_do_open(struct compound_state *cs, struct svc_req *req, rfs4_openowner_t *oo, delegreq_t deleg, uint32_t access, uint32_t deny, OPEN4res *resp, int deleg_cur) argument
6931 rfs4_do_opennull(struct compound_state *cs, struct svc_req *req, OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp) argument
6975 rfs4_do_openprev(struct compound_state *cs, struct svc_req *req, OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp) argument
7030 rfs4_do_opendelcur(struct compound_state *cs, struct svc_req *req, OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp) argument
7085 rfs4_do_opendelprev(struct compound_state *cs, struct svc_req *req, OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp) argument
7287 rfs4_openowner_t *oo; local
[all...]

Completed in 230 milliseconds