| /src/sys/arch/alpha/stand/common/ |
| bootxx.c | 88 const char *reason; local 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 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 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 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 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 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 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 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
|
| /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
|
| /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 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 107 nvkm_error(subdev, "chid %d stat %08x reason %d [%s] mthd %04x " 109 chid, stat, type, reason ? reason->name : "",
|
| nouveau_nvkm_engine_disp_gv100.c | 109 const struct nvkm_enum *reason = local 120 nvkm_error(subdev, "chid %d stat %08x reason %d [%s] " 122 chid, stat, type, reason ? reason->name : "", 125 nvkm_error(subdev, "chid %d stat %08x reason %d [%s] " 127 chid, stat, type, reason ? reason->name : "", mthd);
|
| nouveau_nvkm_engine_disp_gv100.c | 109 const struct nvkm_enum *reason = local 120 nvkm_error(subdev, "chid %d stat %08x reason %d [%s] " 122 chid, stat, type, reason ? reason->name : "", 125 nvkm_error(subdev, "chid %d stat %08x reason %d [%s] " 127 chid, stat, type, reason ? reason->name : "", mthd);
|
| /src/sys/netinet6/ |
| ip6_forward.c | 79 char reason[256]; local 98 vsnprintf(reason, sizeof(reason), fmt, ap); 104 ip6->ip6_nxt, reason); 231 * destination for the reason that the destination is beyond the scope
|
| ip6_forward.c | 79 char reason[256]; local 98 vsnprintf(reason, sizeof(reason), fmt, ap); 104 ip6->ip6_nxt, reason); 231 * destination for the reason that the destination is beyond the scope
|
| /src/sys/dev/sbus/ |
| cs4231_sbus.c | 528 int reason; local 530 reason = ad_read(&sc->sc_ad1848, CS_IRQ_STATUS); 531 snprintb(bits, sizeof(bits), CS_I24_BITS, reason);
|
| cs4231_sbus.c | 528 int reason; local 530 reason = ad_read(&sc->sc_ad1848, CS_IRQ_STATUS); 531 snprintb(bits, sizeof(bits), CS_I24_BITS, reason);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| sched.h | 79 * If the sched_shutdown_t reason is SHUTDOWN_suspend then 84 * In addition, which reason is SHUTDOWN_suspend this hypercall 136 unsigned int reason; /* SHUTDOWN_* => enum sched_shutdown_reason */ member in struct:sched_shutdown 151 unsigned int reason; /* SHUTDOWN_* => enum sched_shutdown_reason */ member in struct:sched_remote_shutdown 170 * Reason codes for SCHEDOP_shutdown. These may be interpreted by control 189 #define SHUTDOWN_MAX 5 /* Maximum valid shutdown reason. */
|
| /src/sys/kern/ |
| kern_lock.c | 84 const char *reason; local 103 reason = NULL; 105 reason = "idle"; 109 reason = "interrupt"; 113 reason = "softint"; 117 reason = "pserialize"; 122 panic: panic("%s: %s caller=%p", __func__, reason, (void *)RETURN_ADDRESS);
|
| /src/sys/nfs/ |
| nfs_clntsubs.c | 396 const char *reason = NULL; /* XXX: gcc */ local 399 reason = "mtime"; 404 reason = "ctime"; 432 reason,
|