Searched refs:getextmntent (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getmntent.c | 209 * Common code for getmntent() and getextmntent(). 219 * getextmntent() we give up; it requires major and minor numbers that only the 279 getextmntent(FILE *fp, struct extmnttab *emp, size_t len) function 339 * to have to support this broken interface. Note that getextmntent() has
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | pysol.py | 229 def getextmntent(): function 242 r = _libc.getextmntent(_mnttab_FILE, byref(extmnt), sizeof(extmnt)) 1326 "getextmntent",
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 201 while (getextmntent(mnttab, &xmnt, 0) == 0) {
|
/osnet-11/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 344 * getextmntent() Is used here so that we can use mnt_major 348 while (getextmntent(fp, &mnttab_entry, 738 * functions such as getmntent, getextmntent, and getmntany in the order
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_cache.c | 161 while ((ret = getextmntent(hdl->libzfs_mnttab, &entry, 0)) == 0) {
|
H A D | libzfs_util.c | 928 while ((ret = getextmntent(hdl->libzfs_mnttab, &entry, 0)) == 0) { 1028 while ((ret = getextmntent(hdl->libzfs_mnttab, &entry, 0)) == 0) {
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | getroot.c | 300 while (getextmntent (mnttab, &mnt, sizeof (mnt)) == 0) 1622 while (getextmntent (mnttab, &mnt, sizeof (mnt)) == 0)
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_ctl.c | 1059 while (getextmntent(fp, &ent, sizeof (ent)) == 0) {
|
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1612 while (getextmntent(fp, &extmtab, sizeof (extmtab)) == 0) {
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 1546 while (getextmntent(fp, &m, 1) == 0) {
|
/osnet-11/usr/src/grub/grub2/ |
H A D | configure | 11088 for ac_func in posix_memalign memalign asprintf vasprintf getextmntent [all...] |
Completed in 159 milliseconds