Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 947) sorted by relevance

12345678910>>...38

/openbmc/linux/fs/smb/server/mgmt/
H A Dshare_config.c36 static void kill_share(struct ksmbd_share_config *share) in kill_share() argument
38 while (!list_empty(&share->veto_list)) { in kill_share()
41 p = list_entry(share->veto_list.next, in kill_share()
49 if (share->path) in kill_share()
50 path_put(&share->vfs_path); in kill_share()
51 kfree(share->name); in kill_share()
52 kfree(share->path); in kill_share()
53 kfree(share); in kill_share()
56 void ksmbd_share_config_del(struct ksmbd_share_config *share) in ksmbd_share_config_del() argument
59 hash_del(&share->hlist); in ksmbd_share_config_del()
[all …]
H A Dshare_config.h40 share_config_create_mode(struct ksmbd_share_config *share, in share_config_create_mode() argument
43 umode_t mode = (posix_mode ?: (umode_t)-1) & share->create_mask; in share_config_create_mode()
45 return mode | share->force_create_mode; in share_config_create_mode()
49 share_config_directory_mode(struct ksmbd_share_config *share, in share_config_directory_mode() argument
52 umode_t mode = (posix_mode ?: (umode_t)-1) & share->directory_mask; in share_config_directory_mode()
54 return mode | share->force_directory_mode; in share_config_directory_mode()
57 static inline int test_share_config_flag(struct ksmbd_share_config *share, in test_share_config_flag() argument
60 return share->flags & flag; in test_share_config_flag()
63 void ksmbd_share_config_del(struct ksmbd_share_config *share);
64 void __ksmbd_share_config_put(struct ksmbd_share_config *share);
[all …]
/openbmc/linux/fs/lockd/
H A Dsvcshare.c21 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() argument
23 return share->s_owner.len == oh->len in nlm_cmp_owner()
24 && !memcmp(share->s_owner.data, oh->data, oh->len); in nlm_cmp_owner()
31 struct nlm_share *share; in nlmsvc_share_file() local
35 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file()
36 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file()
38 if ((argp->fsm_access & share->s_mode) in nlmsvc_share_file()
39 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file()
43 share = kmalloc(sizeof(*share) + oh->len, in nlmsvc_share_file()
45 if (share == NULL) in nlmsvc_share_file()
[all …]
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt8 1384448: /usr/share
12 679936: /usr/share/www
21 360448: /usr/share/www/redfish
22 360448: /usr/share/www/redfish/v1
25 352256: /usr/share/mime
37 225280: /usr/share/www/app.bundle.js.gz
40 212992: /usr/share/cracklib
43 192512: /usr/share/www/redfish/v1/schema
52 167936: /usr/share/mime/application
57 159744: /usr/share/www/redfish/v1/JsonSchemas
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A Dgroff-not-search-fonts-on-build-host.patch26share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35…
35share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/adobestd35…
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.ini10 #background-image=/usr/share/backgrounds/gnome/Aqua.jpg
23 #lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png
24 #lockscreen=/usr/share/backgrounds/gnome/Garden.jpg
25 #homescreen=/usr/share/backgrounds/gnome/Blinds.jpg
29 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
33 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
37 #icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png
41 #icon=/usr/share/icons/gnome/24x24/apps/arts.png
51 #icc_profile=/usr/share/color/icc/colord/Bluish.icc
71 [screen-share]
/openbmc/ipmitool/control/
H A Dprototype.in6 d none share ? ? ?
7 d none share/man ? ? ?
8 d none share/man/man1 ? ? ?
9 f none share/man/man1/@PACKAGE@.1=../doc/@PACKAGE@.1 0644 root bin
10 d none share/man/man8 ? ? ?
11 f none share/man/man8/ipmievd.8=../doc/ipmievd.8 0644 root bin
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/phpmyadmin/
H A Dapache.conf3 Alias /phpmyadmin /usr/share/phpmyadmin
5 <Directory /usr/share/phpmyadmin>
19 php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/
24 <Directory /usr/share/phpmyadmin/setup>
34 <Directory /usr/share/phpmyadmin/libraries>
38 <Directory /usr/share/phpmyadmin/setup/lib>
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dbreakpad.bbclass26 mkdir -p ${PKGD}/usr/share/breakpad-syms
27 …find ${D} -name ${BREAKPAD_BIN} -exec sh -c "dump_syms {} > ${PKGD}/usr/share/breakpad-syms/${BREA…
28 … HASH=$(head -n1 ${PKGD}/usr/share/breakpad-syms/${BREAKPAD_BIN}.sym | rev | cut -d ' ' -f2 | rev)
29 mkdir -p ${PKGD}/usr/share/breakpad-syms/${BREAKPAD_BIN}/${HASH}
30 …mv ${PKGD}/usr/share/breakpad-syms/${BREAKPAD_BIN}.sym ${PKGD}/usr/share/breakpad-syms/${BREAKPAD_…
35 FILES:${PN}-breakpad = "/usr/share/breakpad-syms"
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dremove_questions_text_file_references.patch15 -bfile,Questions,'/usr/share/Bastille/Questions.txt'
16 bfile,QuestionsModules,'/usr/share/Bastille/Modules.txt'
24 bdir,share,'/usr/share/Bastille'
27 -bfile,Questions,'/usr/share/Bastille/Questions.txt'
28 bfile,QuestionsModules,'/usr/share/Bastille/Modules.txt'
/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/
H A Dopensbi_1.5.1.bb
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-lmbench-Point-webpage-lm-to-target-directory.patch35 +if [ ! -d /usr/share/lmbench/webpage-lm ]
36 +then (cd /usr/share/lmbench && tar xf webpage-lm.tar)
43 +DOCROOT=/usr/share/lmbench/webpage-lm lmhttp 8008 &
53 + lat_http localhost 8008 < /usr/share/lmbench/webpage-lm/URLS > /dev/null 2>&1
54 + lat_http localhost 8008 < /usr/share/lmbench/webpage-lm/URLS
62 + $RCP $SERVERS lmhttp /usr/share/lmbench/webpage-lm.tar ${remote}:/tmp
72 + lat_http $remote 8008 < /usr/share/lmbench/webpage-lm/URLS > /dev/null 2>&1
73 + lat_http $remote 8008 < /usr/share/lmbench/webpage-lm/URLS
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A Dsmi.conf16 path :/usr/share/mibs/iana
17 path :/usr/share/mibs/ietf
18 path :/usr/share/mibs/irtf
19 path :/usr/share/mibs/tubs
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/
H A Dgettext.patch23 share/Makefile
31 -SUBDIRS = po intl include share win32 @OPT_SUBDIRS@
32 -DIST_SUBDIRS = po intl include share win32 ogg123 oggenc oggdec ogginfo \
33 +SUBDIRS = po include share win32 @OPT_SUBDIRS@
34 +DIST_SUBDIRS = po include share win32 ogg123 oggenc oggdec ogginfo \
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A DREADME.md48 /usr/share/dreport.d# find /usr/share/dreport.d/ -name *bmcstate
49 /usr/share/dreport.d/plugins.d/bmcstate
50 /usr/share/dreport.d/pl_user.d/E5bmcstate
51 /usr/share/dreport.d/pl_checkstop.d/E5bmcstate
52 /usr/share/dreport.d/pl_elog.d/E5bmcstate
53 /usr/share/dreport.d/pl_core.d/E5bmcstate
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt148 … 63 ./etc/fonts/conf.d/10-hinting-slight.conf -> ../../../usr/share/fontconfig/conf.av…
149 … 67 ./etc/fonts/conf.d/10-scale-bitmap-fonts.conf -> ../../../usr/share/fontconfig/conf.av…
150 … 66 ./etc/fonts/conf.d/20-unhint-small-vera.conf -> ../../../usr/share/fontconfig/conf.av…
151 … 63 ./etc/fonts/conf.d/30-metric-aliases.conf -> ../../../usr/share/fontconfig/conf.av…
152 …root 57 ./etc/fonts/conf.d/40-nonlatin.conf -> ../../../usr/share/fontconfig/conf.av…
153 … root 56 ./etc/fonts/conf.d/45-generic.conf -> ../../../usr/share/fontconfig/conf.av…
154 lrwxrwxrwx root root 54 ./etc/fonts/conf.d/45-latin.conf -> ../../../usr/share/…
155 …oot 58 ./etc/fonts/conf.d/49-sansserif.conf -> ../../../usr/share/fontconfig/conf.av…
156 lrwxrwxrwx root root 53 ./etc/fonts/conf.d/50-user.conf -> ../../../usr/share/f…
157 lrwxrwxrwx root root 54 ./etc/fonts/conf.d/51-local.conf -> ../../../usr/share/…
[all …]
H A Dbuildhistory_filelist1.txt148 … 63 ./etc/fonts/conf.d/10-hinting-slight.conf -> ../../../usr/share/fontconfig/conf.av…
149 … 67 ./etc/fonts/conf.d/10-scale-bitmap-fonts.conf -> ../../../usr/share/fontconfig/conf.av…
150 … 66 ./etc/fonts/conf.d/20-unhint-small-vera.conf -> ../../../usr/share/fontconfig/conf.av…
151 … 63 ./etc/fonts/conf.d/30-metric-aliases.conf -> ../../../usr/share/fontconfig/conf.av…
152 …root 57 ./etc/fonts/conf.d/40-nonlatin.conf -> ../../../usr/share/fontconfig/conf.av…
153 … root 56 ./etc/fonts/conf.d/45-generic.conf -> ../../../usr/share/fontconfig/conf.av…
154 lrwxrwxrwx root root 54 ./etc/fonts/conf.d/45-latin.conf -> ../../../usr/share/…
155 …oot 58 ./etc/fonts/conf.d/49-sansserif.conf -> ../../../usr/share/fontconfig/conf.av…
156 lrwxrwxrwx root root 53 ./etc/fonts/conf.d/50-user.conf -> ../../../usr/share/f…
157 lrwxrwxrwx root root 54 ./etc/fonts/conf.d/51-local.conf -> ../../../usr/share/…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-Fix-installing-ipp-usb-quirk.patch11 /usr/share/usb-ipp/quirk/HPLIP.conf.
28 - if [ -d "/usr/share/ipp-usb/quirks/" ]; then \
30 - cp prnt/ipp-usb/HPLIP.conf /usr/share/ipp-usb/quirks/ ; \
32 + install -d -m0755 $(DESTDIR)/usr/share/ipp-usb/quirks ; \
34 + cp prnt/ipp-usb/HPLIP.conf $(DESTDIR)/usr/share/ipp-usb/quirks/
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/
H A D0001-Fix-DATADIRNAME-on-uclibc-Linux.patch6 translation files are always installed under PREFIX/share/locale in uclibc
7 based systems therefore lets set DATADIRNAME to "share".
21 DATADIRNAME=share
25 + DATADIRNAME=share
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0005-Don-t-require-internet-connection-during-build.patch32 mkdir -p $(DIST)/usr/share/doc/omxplayer
33 - mkdir -p $(DIST)/usr/share/man/man1
35 cp COPYING $(DIST)/usr/share/doc/omxplayer
36 cp README.md $(DIST)/usr/share/doc/omxplayer/README
37 - cp omxplayer.1 $(DIST)/usr/share/man/man1
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c824 static int check_share(struct pkvm_mem_share *share) in check_share() argument
826 const struct pkvm_mem_transition *tx = &share->tx; in check_share()
843 ret = hyp_ack_share(completer_addr, tx, share->completer_prot); in check_share()
859 static int __do_share(struct pkvm_mem_share *share) in __do_share() argument
861 const struct pkvm_mem_transition *tx = &share->tx; in __do_share()
878 ret = hyp_complete_share(completer_addr, tx, share->completer_prot); in __do_share()
903 static int do_share(struct pkvm_mem_share *share) in do_share() argument
907 ret = check_share(share); in do_share()
911 return WARN_ON(__do_share(share)); in do_share()
914 static int check_unshare(struct pkvm_mem_share *share) in check_unshare() argument
[all …]
/openbmc/bmcweb/static/
H A Dmeson.build2 install_subdir('google', install_dir: 'share/www')
5 install_subdir('images', install_dir: 'share/www')
7 install_subdir('styles', install_dir: 'share/www')
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dmakefile-destdir.patch31 - elif [ -x /usr/share/man ]; then \
32 - $(INSTALL) -m 644 vsftpd.8 /usr/share/man/man8/vsftpd.8; \
33 - $(INSTALL) -m 644 vsftpd.conf.5 /usr/share/man/man5/vsftpd.conf.5; \
38 + elif [ -x ${DESTDIR}/usr/share/man ]; then \
39 + $(INSTALL) -m 644 vsftpd.8 ${DESTDIR}/usr/share/man/man8/vsftpd.8; \
40 + $(INSTALL) -m 644 vsftpd.conf.5 ${DESTDIR}/usr/share/man/man5/vsftpd.conf.5; \
/openbmc/openbmc/poky/meta/recipes-graphics/igt-gpu-tools/
H A Digt-gpu-tools_1.29.bb
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana/
H A D0002-man-Makefile.am-we-seem-not-to-need-the-work-around-.patch13 TOPDIR/BUILD/hosttools/mkdir -p 'nana/2.5/image/usr/share/man/man1'
14 installing nana.1 as /usr/share/man/man1/nana.1
15 TOPDIR/BUILD/hosttools/mkdir -p 'nana/2.5/image/usr/share/man/man3'
16 …hosttools/install -c -m 644 I.3 DI.3 L.3 DL.3 Q.3 Qstl.3 nana.3 'nana/2.5/image/usr/share/man/man3'
17 TOPDIR/BUILD/hosttools/install -c -m 644 nana.1 nana-clg.1 'nana/2.5/image/usr/share/man/man1'
18 TOPDIR/BUILD/hosttools/install: cannot create regular file 'nana/2.5/image/usr/share/man/man1/nana.…

12345678910>>...38