OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pfam
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sandpoint/sandpoint/
mainbus.c
87
struct btinfo_prodfamily *
pfam
;
local
101
pfam
= lookup_bootinfo(BTINFO_PRODFAMILY);
102
if (
pfam
!= NULL && strcmp(
pfam
->name, "nhnas") == 0) {
machdep.c
648
struct btinfo_prodfamily *
pfam
;
variable in typeref:struct:btinfo_prodfamily
650
pfam
= lookup_bootinfo(BTINFO_PRODFAMILY);
651
if (
pfam
!= NULL) {
659
NULL, 0,
pfam
->name, 0,
satmgr.c
209
struct btinfo_prodfamily *
pfam
;
local
216
if ((
pfam
= lookup_bootinfo(BTINFO_PRODFAMILY)) == NULL)
220
if (strcmp(
pfam
->name, satmodel[i].family) == 0) {
/src/external/mpl/bind/dist/tests/isc/
proxyheader_test.c
878
uint8_t *
pfam
= NULL;
local
883
pfam
= &botched_header[ISC_PROXY2_HEADER_SIGNATURE_SIZE + 1];
885
assert_true(*
pfam
== 0x11);
887
*
pfam
= 0x41; /* unexpected family (4) followed by SOCK_STREAM (1)*/
893
*
pfam
= 0x13; /* AF_INET (1) followed by unexpected sock type (3) */
Completed in 39 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026