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

/illumos-gate/usr/src/lib/libtnfctl/
H A Dtnfctl_int.h76 enum proc_mode { enum
130 enum proc_mode mode; /* mode of handle */
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c147 static void data_in(int proc_mode);
2659 * data_in: If proc_mode == P_PROC, bread() the file's data from the archive
2660 * and write(2) it to the open fdes gotten from openout(). If proc_mode ==
2669 data_in(int proc_mode) argument
2685 if (((G_p->g_mode & Ftype) == S_IFLNK && proc_mode != P_SKIP) ||
2686 (Hdr_type == BAR && bar_linkflag == '2' && proc_mode != P_SKIP)) {
2687 proc_mode = P_SKIP;
2708 data_in_info->data_in_proc_mode = proc_mode;
2721 if (proc_mode == P_SKIP) {
2775 proc_mode
[all...]

Completed in 200 milliseconds