Searched refs:_libc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py59 _libc = CDLL('libc.so', use_errno=True) variable
61 _libc.fopen.restype = c_void_p
62 _libc.free.argtypes = [c_void_p]
63 _libc.free.restype = None
66 _statvfs = getattr(_libc, _statvfs_syscall)
186 _mnttab_FILE = c_void_p(_libc.fopen(mtab, 'r'))
203 r = _libc.getmntent(_mnttab_FILE, byref(mntent))
220 r = _libc.getmntany(_mnttab_FILE, byref(mntmatch), byref(mntent))
242 r = _libc.getextmntent(_mnttab_FILE, byref(extmnt), sizeof(extmnt))
259 _libc
[all...]

Completed in 15 milliseconds