Home
last modified time | relevance | path

Searched full:share (Results 1 – 25 of 1855) sorted by relevance

12345678910>>...75

/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/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/linux/fs/lockd/
H A Dsvcshare.c18 #include <linux/lockd/share.h>
21 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()
[all …]
/openbmc/pldm/oem/ibm/configurations/
H A DfileTable.json11 …"path": "/usr/local/share/hostfw/running/80d00048.lid,/var/lib/phosphor-software-manager/hostfw/ru…
15 …"path": "/usr/local/share/hostfw/running/80d00049.lid,/var/lib/phosphor-software-manager/hostfw/ru…
19 …"path": "/usr/local/share/hostfw/running/80d0004a.lid,/var/lib/phosphor-software-manager/hostfw/ru…
23 …"path": "/usr/local/share/hostfw/running/80d0004b.lid,/var/lib/phosphor-software-manager/hostfw/ru…
27 …"path": "/usr/local/share/hostfw/running/80d0004c.lid,/var/lib/phosphor-software-manager/hostfw/ru…
31 …"path": "/usr/local/share/hostfw/running/80d0004d.lid,/var/lib/phosphor-software-manager/hostfw/ru…
35 …"path": "/usr/local/share/hostfw/running/80d0004e.lid,/var/lib/phosphor-software-manager/hostfw/ru…
39 …"path": "/usr/local/share/hostfw/running/81e00300.lid,/var/lib/phosphor-software-manager/hostfw/ru…
43 …"path": "/usr/local/share/hostfw/running/81e00430.lid,/var/lib/phosphor-software-manager/hostfw/ru…
47 …"path": "/usr/local/share/hostfw/running/81e00440.lid,/var/lib/phosphor-software-manager/hostfw/ru…
[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-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/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-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/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
24 # a tmp flag to the directory (chmod 1777 /usr/local/share/mibs/cache).
25 #cache /usr/local/share/mibs/cache /usr/local/bin/smicache -d /usr/local/share/mibs/cache -p http:/…
/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/recipes-bsp/opensbi/
H A Dopensbi_1.5.1.bb32 rm -r ${D}/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/payloads
36 install -m 755 ${D}/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.* ${DEPLOYDIR}/
37 install -m 755 ${D}/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_jump.* ${DEPLOYDIR}/
38 install -m 755 ${D}/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.* ${DEPLOYDIR}/
43 FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_jump.*"
44 FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.*"
45 FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*"
/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/qemu/tests/qemu-iotests/
H A D153.out2 == readonly=off,force-share=on should be rejected ==
3 QEMU_PROG: -drive if=none,file=null-co://,readonly=off,force-share=on: force-share=on can only be u…
21 == Launching another QEMU, opts: 'read-only=on,force-share=on' ==
104 qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images
109 qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images
147 qemu-img: Could not open 'TEST_DIR/t.qcow2': force-share=on can only be used with read-only images
166 == Launching another QEMU, opts: 'read-only=on,force-share=on' ==
228 qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images
233 qemu-io: can't open device TEST_DIR/t.qcow2: force-share=on can only be used with read-only images
271 qemu-img: Could not open 'TEST_DIR/t.qcow2': force-share=on can only be used with read-only images
[all …]
H A D172.out30 share-rw = false
59 share-rw = false
98 share-rw = false
112 share-rw = false
155 share-rw = false
169 share-rw = false
213 share-rw = false
227 share-rw = false
256 share-rw = false
295 share-rw = false
[all …]
/openbmc/linux/fs/smb/server/
H A Dmisc.c155 * whose share directory prefix was removed from file path
156 * @share: ksmbd_share_config pointer
162 char *convert_to_nt_pathname(struct ksmbd_share_config *share, in convert_to_nt_pathname() argument
166 int share_path_len = share->path_sz; in convert_to_nt_pathname()
178 if (strncmp(ab_pathname, share->path, share_path_len)) { in convert_to_nt_pathname()
263 * ksmbd_extract_sharename() - get share name from tree connect request
265 * @treename: buffer containing tree name and share name
267 * Return: share name on success, otherwise error
282 * @share: ksmbd_share_config pointer
283 * @name: file name that is relative to share
[all …]
/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/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/u-boot/arch/arm/mach-rmobile/include/mach/
H A Dr8a7740-gpio.h473 GPIO_FN_A4_FOE, /* share with FLCTL */
474 GPIO_FN_A5_FCDE, /* share with FLCTL */
482 GPIO_FN_D0_NAF0, GPIO_FN_D1_NAF1, /* share with FLCTL */
483 GPIO_FN_D2_NAF2, GPIO_FN_D3_NAF3, /* share with FLCTL */
484 GPIO_FN_D4_NAF4, GPIO_FN_D5_NAF5, /* share with FLCTL */
485 GPIO_FN_D6_NAF6, GPIO_FN_D7_NAF7, /* share with FLCTL */
486 GPIO_FN_D8_NAF8, GPIO_FN_D9_NAF9, /* share with FLCTL */
487 GPIO_FN_D10_NAF10, GPIO_FN_D11_NAF11, /* share with FLCTL */
488 GPIO_FN_D12_NAF12, GPIO_FN_D13_NAF13, /* share with FLCTL */
489 GPIO_FN_D14_NAF14, GPIO_FN_D15_NAF15, /* share with FLCTL */
[all …]
/openbmc/phosphor-fan-presence/docs/control/
H A DREADME.md39 `/usr/share/phosphor-fan-presence/control/`
52 `/usr/share/phosphor-fan-presence/control/manager.json`
53 `/usr/share/phosphor-fan-presence/control/profiles.json`
54 `/usr/share/phosphor-fan-presence/control/fans.json`
55 `/usr/share/phosphor-fan-presence/control/zones.json`
56 `/usr/share/phosphor-fan-presence/control/groups.json`
57 `/usr/share/phosphor-fan-presence/control/events.json`
63 and those system types can not share any one common config file.
80 1. `/usr/share/phosphor-fan-presence/control/com.ampere.Hardware.Chassis.Model.MtJade/`
82 2. `/usr/share/phosphor-fan-presence/control/com.ampere.Hardware.Chassis.Model.MtMitchell/events.js…
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_error_tests.cpp27 "/usr/share/phosphor-power-sequencer/foo.json"}; in TEST()
32 "ConfigFileParserError: /usr/share/phosphor-power-sequencer/foo.json: " in TEST()
39 "/usr/share/phosphor-power-sequencer/bar.json"}; in TEST()
47 "/usr/share/phosphor-power-sequencer/bar.json"}; in TEST()
51 "ConfigFileParserError: /usr/share/phosphor-power-sequencer/bar.json: " in TEST()
/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/

12345678910>>...75