Home
last modified time | relevance | path

Searched refs:FMD_NOSLEEP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_alloc.h36 #define FMD_NOSLEEP 0x0 /* do not sleep or retry if alloc fails */ macro
H A Dfmd_api.h140 #define FMD_NOSLEEP 0x0 /* do not sleep or retry on failure */ macro
H A Dfmd_api.c897 if ((msg = fmd_alloc(len + 2, FMD_NOSLEEP)) == NULL) { in fmd_hdl_vdebug()
2303 return (fmd_hdl_alloc_locked(mp, size, FMD_NOSLEEP)); in fmd_nvl_op_alloc_nosleep()
H A Dfmd_ckpt.c424 ckp->ckp_buf = fmd_zalloc(ckp->ckp_size, FMD_NOSLEEP); in fmd_ckpt_alloc()
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c725 ip_hdl, sizeof (ip_cinfo_t), FMD_NOSLEEP); in ip_create_cinfo()
733 cinfo->ipc_name = fmd_hdl_strdup(ip_hdl, server, FMD_NOSLEEP); in ip_create_cinfo()
749 ip_hdl, "localhost", FMD_NOSLEEP); in ip_create_cinfo()