/src/sys/arch/alpha/stand/common/ |
bootxx.c | 88 const char *reason; local in function:main 97 reason = "Can't open boot device."; 103 reason = "Can't open /boot."; 108 reason = "/boot too large."; 113 reason = "/boot load failed."; 120 reason = "Secondary boot returned!"; 124 putstr(reason);
|
bootxx.c | 88 const char *reason; local in function:main 97 reason = "Can't open boot device."; 103 reason = "Can't open /boot."; 108 reason = "/boot too large."; 113 reason = "/boot load failed."; 120 reason = "Secondary boot returned!"; 124 putstr(reason);
|
bootxx.c | 88 const char *reason; local in function:main 97 reason = "Can't open boot device."; 103 reason = "Can't open /boot."; 108 reason = "/boot too large."; 113 reason = "/boot load failed."; 120 reason = "Secondary boot returned!"; 124 putstr(reason);
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
bootxx.c | 84 const char *reason; local in function:main 94 reason = "Can't open boot device."; 100 reason = "Can't open /boot."; 105 reason = "/boot too large."; 110 reason = "/boot load failed."; 119 reason = "Secondary boot returned!"; 123 putstr(reason);
|
bootxx.c | 84 const char *reason; local in function:main 94 reason = "Can't open boot device."; 100 reason = "Can't open /boot."; 105 reason = "/boot too large."; 110 reason = "/boot load failed."; 119 reason = "Secondary boot returned!"; 123 putstr(reason);
|
bootxx.c | 84 const char *reason; local in function:main 94 reason = "Can't open boot device."; 100 reason = "Can't open /boot."; 105 reason = "/boot too large."; 110 reason = "/boot load failed."; 119 reason = "Secondary boot returned!"; 123 putstr(reason);
|
/src/sys/arch/sbmips/stand/common/ |
bootxx.c | 84 const char *reason; local in function:main 94 reason = "Can't open boot device."; 100 reason = "Can't open /boot."; 105 reason = "/boot too large."; 110 reason = "/boot load failed."; 119 reason = "Secondary boot returned!"; 123 putstr(reason);
|
bootxx.c | 84 const char *reason; local in function:main 94 reason = "Can't open boot device."; 100 reason = "Can't open /boot."; 105 reason = "/boot too large."; 110 reason = "/boot load failed."; 119 reason = "Secondary boot returned!"; 123 putstr(reason);
|
bootxx.c | 84 const char *reason; local in function:main 94 reason = "Can't open boot device."; 100 reason = "Can't open /boot."; 105 reason = "/boot too large."; 110 reason = "/boot load failed."; 119 reason = "Secondary boot returned!"; 123 putstr(reason);
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_memory.c | 99 int i, reason; local in function:drm_netbsd_ioremap 120 if ((reason = bus_space_subregion( 127 reason); 141 if ((reason = bus_space_map(map->bst, 158 reason); 166 if ((reason = bus_space_subregion( 173 reason);
|
drm_memory.c | 99 int i, reason; local in function:drm_netbsd_ioremap 120 if ((reason = bus_space_subregion( 127 reason); 141 if ((reason = bus_space_map(map->bst, 158 reason); 166 if ((reason = bus_space_subregion( 173 reason);
|
drm_memory.c | 99 int i, reason; local in function:drm_netbsd_ioremap 120 if ((reason = bus_space_subregion( 127 reason); 141 if ((reason = bus_space_map(map->bst, 158 reason); 166 if ((reason = bus_space_subregion( 173 reason);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
fault.h | 32 u8 reason; member in struct:nvkm_fault_data
|
fault.h | 32 u8 reason; member in struct:nvkm_fault_data
|
fault.h | 32 u8 reason; member in struct:nvkm_fault_data
|
/src/sys/net/npf/ |
if_npflog.h | 43 uint8_t reason; member in struct:npfloghdr
|
if_npflog.h | 43 uint8_t reason; member in struct:npfloghdr
|
if_npflog.h | 43 uint8_t reason; member in struct:npfloghdr
|
/src/sys/dist/pf/net/ |
if_pflog.h | 46 u_int8_t reason; member in struct:pfloghdr 68 u_short reason; member in struct:old_pfloghdr
|
if_pflog.h | 46 u_int8_t reason; member in struct:pfloghdr 68 u_short reason; member in struct:old_pfloghdr
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_gf119.c | 104 const struct nvkm_enum *reason = local in function:gf119_disp_intr_error 107 nvkm_error(subdev, "chid %d stat %08x reason %d [%s] mthd %04x " 109 chid, stat, type, reason ? reason->name : "",
|
nouveau_nvkm_engine_disp_gf119.c | 104 const struct nvkm_enum *reason = local in function:gf119_disp_intr_error 107 nvkm_error(subdev, "chid %d stat %08x reason %d [%s] mthd %04x " 109 chid, stat, type, reason ? reason->name : "",
|
/src/sys/kern/ |
kern_lock.c | 71 const char *reason; local in function:assert_sleepable 90 reason = NULL; 92 reason = "idle"; 96 reason = "interrupt"; 100 reason = "softint"; 104 reason = "pserialize"; 109 panic: panic("%s: %s caller=%p", __func__, reason, (void *)RETURN_ADDRESS);
|
kern_lock.c | 71 const char *reason; local in function:assert_sleepable 90 reason = NULL; 92 reason = "idle"; 96 reason = "interrupt"; 100 reason = "softint"; 104 reason = "pserialize"; 109 panic: panic("%s: %s caller=%p", __func__, reason, (void *)RETURN_ADDRESS);
|
/src/sys/netinet6/ |
ip6_forward.c | 79 char reason[256]; local in function:ip6_cantforward 98 vsnprintf(reason, sizeof(reason), fmt, ap); 104 ip6->ip6_nxt, reason); 231 * destination for the reason that the destination is beyond the scope
|