Lines Matching defs:bufsz
1555 * bufsz length of the buffer
1560 get_install_devlink(char *physpath, char *buf, size_t bufsz)
1607 return (strlcpy(buf, devname, bufsz));
1617 * bufsz length of the buffer
1622 get_target_devlink(char *rootdir, char *physpath, char *buf, size_t bufsz)
1665 bufsz));
1728 * bufsz length of the buffer
1734 size_t bufsz)
1741 if (rootdir == NULL || devname == NULL || buf == NULL || bufsz == 0)
1778 return (get_install_devlink(physpath, buf, bufsz));
1789 * bufsz length of the buffer
1795 size_t bufsz)
1802 if (rootdir == NULL || devname == NULL || buf == NULL || bufsz == 0)
1858 return (get_target_devlink((char *)rootdir, physpath, buf, bufsz));