*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: getdiskcookedname | Section: 3 | Source: NetBSD | File: getdiskcookedname.3
GETDISKRAWNAME(3) FreeBSD Library Functions Manual GETDISKRAWNAME(3) NAME getdiskrawname, getdiskcookedname - get the block/character device name for a disk LIBRARY System Utilities Library (libutil, -lutil) SYNOPSIS #include <util.h> const char * getdiskrawname(char *buf, size_t buflen, const char *name); const char * getdiskcookedname(char *buf, size_t buflen, const char *name); DESCRIPTION The getdiskrawname() function converts the name argument that contains a path to a disk block device node to the path that contains the corresponding character device node. The getdiskcookedname() function converts the name argument that contains a path to a disk character device node to the path that contains the corresponding block device node. RETURN VALUES On success the absolute pathname of the underlying device node is returned. On failure NULL is returned and errno contains the reason for the error. HISTORY The getdiskrawname() and getdiskcookedname() functions appeared in NetBSD 7.0. FreeBSD 14.1-RELEASE-p8 March 7, 2012 FreeBSD 14.1-RELEASE-p8

Navigation Options