Searched refs:FMD_NOSLEEP (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_alloc.h | 38 #define FMD_NOSLEEP 0x0 /* do not sleep or retry if alloc fails */ macro
|
H A D | fmd_api.h | 140 #define FMD_NOSLEEP 0x0 /* do not sleep or retry on failure */ macro
|
H A D | fmd_api.c | 897 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 D | fmd_ckpt.c | 424 ckp->ckp_buf = fmd_zalloc(ckp->ckp_size, FMD_NOSLEEP); in fmd_ckpt_alloc()
|
/titanic_50/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 725 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()
|