Home
last modified time | relevance | path

Searched refs:open_file (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c78 open_file(void) in open_file() function
165 if ((fd = open_file()) < 0) in main()
172 if (fd < 0 && (fd = open_file()) < 0) in main()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c903 open_file() in open_file() function
1515 device_fd = open_file(); in sun_fru_get_sections()
1709 fd = open_file(); in sun_fru_add_segment()
1930 fd = open_file(); in sun_fru_delete_segment()
2067 fd = open_file(); in sun_fru_read_segment()
2338 device_fd = open_file(); in sun_fru_get_num_packets()
2523 fd = open_file(); in sun_fru_update_payload()
2682 fd = open_file(); in sun_fru_append_packet()
2899 fd = open_file(); in sun_fru_delete_packet()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c284 open_file(char *fname, int flags) in open_file() function
977 if ((muxfd = open_file(muxctl, oflags)) == -1) { in rsrc_change_common()
1159 if ((muxfd = open_file(muxctl, oflags)) != -1) { in find_mux_nodes()
1260 if ((muxfd = open_file(muxctl, oflags)) == -1) { in tty_register()