Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c793 int nml; in ndmpd_fhdir_v3_cb() local
859 nml = PATH_MAX; in ndmpd_fhdir_v3_cb()
860 err = dp_readdir(dirp, &pos, nm, &nml, &ino); in ndmpd_fhdir_v3_cb()
866 if (nml == 0) in ndmpd_fhdir_v3_cb()
868 nm[nml] = '\0'; in ndmpd_fhdir_v3_cb()
1382 int nml; in ndmpd_file_history_dir() local
1452 nml = PATH_MAX; in ndmpd_file_history_dir()
1453 err = dp_readdir(dirp, &pos, nm, &nml, &ino); in ndmpd_file_history_dir()
1459 if (nml == 0) in ndmpd_file_history_dir()
1461 nm[nml] = '\0'; in ndmpd_file_history_dir()
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_mem.c756 int nml; in dr_mem_list_query() local
769 nml = 0; in dr_mem_list_query()
781 nml++; in dr_mem_list_query()
783 rlen += nml * sizeof (dr_mem_query_t); in dr_mem_list_query()
792 rp->msg_arg = nml ? nml : req->msg_arg; in dr_mem_list_query()
798 if (nml) { in dr_mem_list_query()