OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prpsinfo
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/top/dist/machine/
m_svr5.c
61
#define
prpsinfo
psinfo
macro
139
struct
prpsinfo
**next_proc;/* points to next valid proc pointer */
211
static struct
prpsinfo
*pbase;
212
static struct
prpsinfo
**pref;
274
bytes = nproc * sizeof (struct
prpsinfo
);
275
pbase = (struct
prpsinfo
*) malloc (bytes);
276
pref = (struct
prpsinfo
**) malloc (nproc * sizeof (struct
prpsinfo
*));
282
if (pbase == (struct
prpsinfo
*) NULL || pref == (struct
prpsinfo
**) NULL
[
all
...]
m_svr5.c
61
#define
prpsinfo
psinfo
macro
139
struct
prpsinfo
**next_proc;/* points to next valid proc pointer */
211
static struct
prpsinfo
*pbase;
212
static struct
prpsinfo
**pref;
274
bytes = nproc * sizeof (struct
prpsinfo
);
275
pbase = (struct
prpsinfo
*) malloc (bytes);
276
pref = (struct
prpsinfo
**) malloc (nproc * sizeof (struct
prpsinfo
*));
282
if (pbase == (struct
prpsinfo
*) NULL || pref == (struct
prpsinfo
**) NULL
[
all
...]
m_sunos5.c
38
* Note that with USE_NEW_PROC defined the structure named "
prpsinfo
"
49
#define
prpsinfo
psinfo
macro
208
struct
prpsinfo
**next_proc;/* points to next valid proc pointer */
256
#define PRPSINFOSIZE dbl_align(sizeof(struct
prpsinfo
))
265
int (*format)(char *, int, struct
prpsinfo
*);
352
fmt_pid(char *buf, int sz, struct
prpsinfo
*pp)
359
fmt_username(char *buf, int sz, struct
prpsinfo
*pp)
366
fmt_uid(char *buf, int sz, struct
prpsinfo
*pp)
373
fmt_nlwp(char *buf, int sz, struct
prpsinfo
*pp)
380
fmt_pri(char *buf, int sz, struct
prpsinfo
*pp
[
all
...]
m_sunos5.c
38
* Note that with USE_NEW_PROC defined the structure named "
prpsinfo
"
49
#define
prpsinfo
psinfo
macro
208
struct
prpsinfo
**next_proc;/* points to next valid proc pointer */
256
#define PRPSINFOSIZE dbl_align(sizeof(struct
prpsinfo
))
265
int (*format)(char *, int, struct
prpsinfo
*);
352
fmt_pid(char *buf, int sz, struct
prpsinfo
*pp)
359
fmt_username(char *buf, int sz, struct
prpsinfo
*pp)
366
fmt_uid(char *buf, int sz, struct
prpsinfo
*pp)
373
fmt_nlwp(char *buf, int sz, struct
prpsinfo
*pp)
380
fmt_pri(char *buf, int sz, struct
prpsinfo
*pp
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
linux-tdep.c
2151
/* Fill the
PRPSINFO
structure with information about the process being
2352
struct elf_internal_linux_prpsinfo
prpsinfo
;
local
2358
if (linux_fill_prpsinfo (&
prpsinfo
))
2363
note_size, &
prpsinfo
));
2367
note_size, &
prpsinfo
));
linux-tdep.c
2151
/* Fill the
PRPSINFO
structure with information about the process being
2352
struct elf_internal_linux_prpsinfo
prpsinfo
;
local
2358
if (linux_fill_prpsinfo (&
prpsinfo
))
2363
note_size, &
prpsinfo
));
2367
note_size, &
prpsinfo
));
/src/external/gpl3/gdb.old/dist/gdb/
linux-tdep.c
1855
/* Fill the
PRPSINFO
structure with information about the process being
2056
struct elf_internal_linux_prpsinfo
prpsinfo
;
local
2062
if (linux_fill_prpsinfo (&
prpsinfo
))
2067
note_size, &
prpsinfo
));
2071
note_size, &
prpsinfo
));
linux-tdep.c
1855
/* Fill the
PRPSINFO
structure with information about the process being
2056
struct elf_internal_linux_prpsinfo
prpsinfo
;
local
2062
if (linux_fill_prpsinfo (&
prpsinfo
))
2067
note_size, &
prpsinfo
));
2071
note_size, &
prpsinfo
));
Completed in 50 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026