Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dgets.c41 ngets(char *buf, int n) in ngets() function
H A Dstand.h286 extern void ngets(char *, int);
287 #define gets(x) ngets((x), 0)
/illumos-gate/usr/src/boot/common/
H A Dcommands.c435 ngets(buf, sizeof (buf)); in command_read()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c906 ngets(char *buf, int n) in ngets() function
1399 ngets(buf, sizeof (buf)); in command_read()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c4065 uint_t ngets; member
4106 REPL_STAT_INCR(ngets); in page_get_replacement_page()