HomeSort by: relevance | last modified time | path
    Searched refs:vmsg (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/fsck/
fsutil.h 35 void vmsg(int, const char *, va_list) __printflike(2, 0);
fsutil.c 113 vmsg(int fatal, const char *fmt, va_list ap) function
122 (void)printf("** %s (vmsg)\n", dev);
148 vmsg(1, fmt, ap);
159 vmsg(0, fmt, ap);
169 vmsg(1 | F_ERROR, fmt, ap);
179 vmsg(1, fmt, ap);
  /src/sys/coda/
cnode.h 125 struct vmsg;
131 TAILQ_HEAD(,vmsg) vc_requests;
132 TAILQ_HEAD(,vmsg) vc_replies;
coda_psdev.c 119 struct vmsg { struct
120 TAILQ_ENTRY(vmsg) vm_chain;
178 struct vmsg *vmp;
217 CODA_FREE(vmp, sizeof(struct vmsg));
255 struct vmsg *vmp;
287 CODA_FREE(vmp, sizeof(struct vmsg));
301 struct vmsg *vmp;
478 struct vmsg *vmp;
542 struct vmsg *vmp;
564 CODA_ALLOC(vmp,struct vmsg *,sizeof(struct vmsg))
    [all...]
  /src/sbin/fsck_lfs/
main.c 86 panic_func = vmsg;
  /src/sys/dev/ic/
mpt_debug.c 453 mpt_print_reply(void *vmsg)
455 MSG_DEFAULT_REPLY *msg = vmsg;
mpt_netbsd.c 99 static void mpt_ctlop(mpt_softc_t *, void *vmsg, uint32_t);
1261 mpt_ctlop(mpt_softc_t *mpt, void *vmsg, uint32_t reply)
1263 MSG_DEFAULT_REPLY *dmsg = vmsg;
1267 mpt_event_notify_reply(mpt, vmsg);
1273 MSG_EVENT_ACK_REPLY *msg = vmsg;
1285 MSG_PORT_ENABLE_REPLY *msg = vmsg;
1299 MSG_CONFIG_REPLY *msg = vmsg;

Completed in 22 milliseconds