svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
kldsym(2)
The system call returns the address of the symbol specified in in
the module specified by If is 0, all loaded modules are searched.
Currently, the only implemented is The argument is of the follow‐
ing structure: struct kld_sym_lookup {
int version; /* sizeof(struct kld_sym_lookup)
*/
char *symname; /* Symbol name we are looking up
*/
u_long symvalue;
size_t symsize; }; The member is to be set by the code
calling to The next two members, and are specified by the user.
The last two, and are filled in by and contain the address asso‐
ciated with and the size of the data it points to, respectively.
The system call will fail if: Invalid value in or The argument is
invalid, or the specified symbol could not be found. The system
call first appeared in