Home
last modified time | relevance | path

Searched refs:ntf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c167 struct need_to_free *ntf; in kmem_init() local
183 ntf[i].addr = 0; in kmem_init()
729 struct need_to_free *ntf; in check_need_to_free() local
737 if (ntf->addr) { in check_need_to_free()
738 addr = ntf->addr; in check_need_to_free()
739 nbytes = ntf->nbytes; in check_need_to_free()
740 *ntf = *(struct need_to_free *)ntf->addr; in check_need_to_free()
747 if (ntf[i].addr) { in check_need_to_free()
748 addr = ntf[i].addr; in check_need_to_free()
749 nbytes = ntf[i].nbytes; in check_need_to_free()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c545 stat_chge ntf; in statd_call_statd() local
550 ntf.mon_name = hostname; in statd_call_statd()
551 ntf.state = LOCAL_STATE; in statd_call_statd()
590 clnt_stat = clnt_call(clnt, SM_NOTIFY, xdr_stat_chge, (char *)&ntf, in statd_call_statd()
612 ntf.state = LOCAL_STATE; in statd_call_statd()
614 ntf.mon_name = host_name[i]; in statd_call_statd()
618 (char *)&ntf, xdr_void, NULL, tottimeout); in statd_call_statd()