OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:objp
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/sesd/srcs/
getobjmap.c
49
ses_object *
objp
;
local
68
objp
= calloc(nobj, sizeof (ses_object));
69
if (
objp
== NULL) {
74
if (ioctl(fd, SESIOC_GETOBJMAP, (caddr_t)
objp
) < 0) {
81
objp
[i].obj_id, geteltnm((int)
objp
[i].object_type));
83
free(
objp
);
getencstat.c
51
ses_object *
objp
;
local
119
objp
= calloc(nobj, sizeof (ses_object));
120
if (
objp
== NULL) {
125
if (ioctl(fd, SESIOC_GETOBJMAP, (caddr_t)
objp
) < 0) {
131
ob.obj_id =
objp
[i].obj_id;
142
geteltnm(
objp
[i].object_type),
143
stat2ascii(
objp
[i].object_type,
149
ob.obj_id, geteltnm(
objp
[i].object_type),
150
stat2ascii(
objp
[i].object_type, ob.cstat));
152
free(
objp
);
[
all
...]
/src/lib/libc/rpc/
rpcb_prot.c
78
xdr_rpcb(XDR *xdrs, RPCB *
objp
)
81
_DIAGASSERT(
objp
!= NULL);
83
if (!xdr_u_int32_t(xdrs, &
objp
->r_prog)) {
86
if (!xdr_u_int32_t(xdrs, &
objp
->r_vers)) {
89
if (!xdr_string(xdrs, &
objp
->r_netid, RPC_MAXDATASIZE)) {
92
if (!xdr_string(xdrs, &
objp
->r_addr, RPC_MAXDATASIZE)) {
95
if (!xdr_string(xdrs, &
objp
->r_owner, RPC_MAXDATASIZE)) {
192
xdr_rpcb_entry(XDR *xdrs, rpcb_entry *
objp
)
195
_DIAGASSERT(
objp
!= NULL);
197
if (!xdr_string(xdrs, &
objp
->r_maddr, RPC_MAXDATASIZE))
276
struct r_rpcb_rmtcallargs *
objp
=
local
329
struct r_rpcb_rmtcallres *
objp
= (struct r_rpcb_rmtcallres *)(void *)p;
local
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026