Home
last modified time | relevance | path

Searched refs:org_name (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/arm/ti/clk/
HDti_clkctrl.c95 uint64_t parent_offset, const char *org_name, bool special_gdbclk_reg);
120 const char *org_name; in ti_clkctrl_attach() local
164 clk_parse_ofw_clk_name(sc->dev, node, &org_name); in ti_clkctrl_attach()
182 if (strcmp(org_name, "l4ls-clkctrl@38") == 0) in ti_clkctrl_attach()
184 else if (strcmp(org_name, "l4-wkup-clkctrl@0") == 0) in ti_clkctrl_attach()
196 org_name, false); in ti_clkctrl_attach()
211 parent_offset, org_name, true); in ti_clkctrl_attach()
221 parent_offset, org_name, true); in ti_clkctrl_attach()
238 OF_prop_free(__DECONST(char *, org_name)); in ti_clkctrl_attach()
282 uint64_t parent_offset, const char *org_name, bool special_gdbclk_reg) { in create_clkctrl() argument
[all …]
/freebsd-13-stable/bin/pax/
HDbuf_subs.c631 syswarn(1, errno, "Read fault on %s", arcn->org_name); in wr_rdfile()
633 paxwarn(1, "File changed size during read %s", arcn->org_name); in wr_rdfile()
635 syswarn(1, errno, "Failed stat on %s", arcn->org_name); in wr_rdfile()
638 arcn->org_name); in wr_rdfile()
802 arcn->org_name, arcn->name); in cp_file()
805 arcn->org_name, arcn->name); in cp_file()
807 syswarn(1, errno, "Failed stat of %s", arcn->org_name); in cp_file()
810 arcn->org_name, arcn->name); in cp_file()
HDtar.c377 arcn->org_name = arcn->name; in tar_rd()
511 arcn->org_name); in tar_wr()
514 paxwarn(1, "Tar cannot archive a block device %s", arcn->org_name); in tar_wr()
517 paxwarn(1, "Tar cannot archive a socket %s", arcn->org_name); in tar_wr()
520 paxwarn(1, "Tar cannot archive a fifo %s", arcn->org_name); in tar_wr()
597 paxwarn(1,"File is too large for tar %s", arcn->org_name); in tar_wr()
632 paxwarn(1, "Tar header field is too small for %s", arcn->org_name); in tar_wr()
725 arcn->org_name = arcn->name; in ustar_rd()
870 paxwarn(1, "Ustar cannot archive a socket %s", arcn->org_name); in ustar_wr()
979 paxwarn(1,"File is too long for ustar %s",arcn->org_name); in ustar_wr()
[all …]
HDcpio.c112 arcn->org_name = arcn->name; in com_rd()
398 arcn->org_name); in cpio_wr()
448 paxwarn(1, "Unable to write cpio header for %s", arcn->org_name); in cpio_wr()
467 paxwarn(1,"Unable to write cpio link name for %s",arcn->org_name); in cpio_wr()
477 arcn->org_name); in cpio_wr()
711 arcn->org_name); in vcpio_wr()
768 paxwarn(1,"Could not write sv4cpio header for %s",arcn->org_name); in vcpio_wr()
791 arcn->org_name); in vcpio_wr()
800 paxwarn(1,"Sv4cpio header field is too small for file %s",arcn->org_name); in vcpio_wr()
995 arcn->org_name); in bcpio_wr()
[all …]
HDfile_subs.c215 return(mk_link(arcn->org_name, &(arcn->sb), arcn->name, 1)); in cross_lnk()
876 set_ftime(arcn->org_name, arcn->sb.st_mtime, arcn->sb.st_atime, 1); in rdfile_close()
928 paxwarn(1, "File changed size %s", arcn->org_name); in set_crc()
930 syswarn(1, errno, "Failed stat on %s", arcn->org_name); in set_crc()
932 paxwarn(1, "File %s was modified during read", arcn->org_name); in set_crc()
934 syswarn(1, errno, "File rewind failed on: %s", arcn->org_name); in set_crc()
HDar_subs.c434 if ((fd = open(arcn->org_name, O_RDONLY, 0)) < 0) { in wr_archive()
436 arcn->org_name); in wr_archive()
917 if ((fdsrc = open(arcn->org_name, O_RDONLY, 0)) < 0) { in copy()
919 arcn->org_name); in copy()
HDpax.h197 char *org_name; /* orig name in file system */ member
HDftree.c508 arcn->org_name = ftent->fts_path; in next_file()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
HDutil.c138 const char *org_name = svn_hash_gets(org, "O"); in convert_organisation_to_str() local
157 if (org_name) in convert_organisation_to_str()
159 svn_stringbuf_appendcstr(buf, org_name); in convert_organisation_to_str()