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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c89 static int fd_cnb; variable
522 if ((fd_cnb = open(continue_bin, O_RDONLY)) == -1) {
528 if (read(fd_cnb, &dr_info, sizeof (struct drinfo)) == -1) {
548 if (read(fd_cnb, &pkg_name, PKGNAMESIZE) == -1) {
562 if (read(fd_cnb, &fs_entry, fsentry_size) == -1) {
567 if (read_string(fd_cnb, &name[0]) == NULL)
570 if (read_string(fd_cnb, &fstype[0]) == NULL)
573 if (read_string(fd_cnb, &remote_name[0]) == NULL)
588 if (read(fd_cnb, &ext_entry, extentry_size) == -1) {
607 if (read_string(fd_cnb,
[all...]

Completed in 90 milliseconds