/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/ |
H A D | postfix_3.8.6.bb | 48 -d /var/spool/vmail -r -g vmail --shell /bin/false vmail \ 127 'queue_directory=${localstatedir}/spool/postfix' \ 135 rm -rf ${D}${localstatedir}/spool/postfix 155 install -m 770 -d ${D}${localstatedir}/spool/postfix 156 chown postfix:postfix ${D}${localstatedir}/spool/postfix 160 install -m 0755 -d ${D}${localstatedir}/spool/postfix 161 chown root:postfix ${D}${localstatedir}/spool/postfix 184 install -m 0755 -d ${D}${localstatedir}/spool/postfix/pid 185 chown root:root ${D}${localstatedir}/spool/postfix/pid 190 install -m 0755 -d ${D}${localstatedir}/spool/vmail [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/ |
H A D | smstools3_3.1.21.bb | 40 install -d "${D}${localstatedir}/spool" 41 install -d "${D}${localstatedir}/spool/sms" 42 install -d "${D}${localstatedir}/spool/sms/incoming" 43 install -d "${D}${localstatedir}/spool/sms/outgoing" 44 install -d "${D}${localstatedir}/spool/sms/checked"
|
/openbmc/linux/mm/ |
H A D | hugetlb.c | 109 return spool->rsv_hpages == spool->min_hpages; in subpool_is_free() 135 spool = kzalloc(sizeof(*spool), GFP_KERNEL); in hugepage_new_subpool() 136 if (!spool) in hugepage_new_subpool() 177 if (!spool) in hugepage_subpool_get_pages() 192 if (spool->min_hpages != -1 && spool->rsv_hpages) { in hugepage_subpool_get_pages() 223 if (!spool) in hugepage_subpool_put_pages() 232 if (spool->min_hpages != -1 && spool->used_hpages < spool->min_hpages) { in hugepage_subpool_put_pages() 233 if (spool->rsv_hpages + delta <= spool->min_hpages) in hugepage_subpool_put_pages() 236 ret = spool->rsv_hpages + delta - spool->min_hpages; in hugepage_subpool_put_pages() 239 if (spool->rsv_hpages > spool->min_hpages) in hugepage_subpool_put_pages() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
H A D | gammu-smsdrc | 74 inboxpath = /var/spool/sms/inbox/ 75 outboxpath = /var/spool/sms/outbox/ 76 sentsmspath = /var/spool/sms/sent/ 77 errorsmspath = /var/spool/sms/error/
|
/openbmc/openbmc/poky/meta/recipes-extended/cronie/ |
H A D | cronie_1.7.1.bb | 62 install -d ${D}${localstatedir}/spool/cron 77 # allow 'crontab' group write to /var/spool/cron 78 chown root:crontab ${D}${localstatedir}/spool/cron 79 chmod 770 ${D}${localstatedir}/spool/cron
|
/openbmc/linux/fs/hugetlbfs/ |
H A D | inode.c | 1180 struct hugepage_subpool *spool = sbinfo->spool; in hugetlbfs_show_options() local 1203 if (spool) { in hugetlbfs_show_options() 1204 if (spool->max_hpages != -1) in hugetlbfs_show_options() 1207 if (spool->min_hpages != -1) in hugetlbfs_show_options() 1225 if (sbinfo->spool) { in hugetlbfs_statfs() 1231 - sbinfo->spool->used_hpages; in hugetlbfs_statfs() 1250 if (sbi->spool) in hugetlbfs_put_super() 1251 hugepage_put_subpool(sbi->spool); in hugetlbfs_put_super() 1520 sbinfo->spool = NULL; in hugetlbfs_fill_super() 1534 if (!sbinfo->spool) in hugetlbfs_fill_super() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | main.cf | 20 virtual_mailbox_base = /var/spool/vmail 32 queue_directory = /var/spool/postfix 33 mail_spool_directory = /var/spool/mail
|
H A D | postfix.service | 8 PIDFile=@LOCALSTATEDIR@/spool/postfix/pid/master.pid
|
H A D | postfix | 32 PIDFile=/var/spool/postfix/pid/master.pid
|
/openbmc/openbmc/poky/meta/recipes-extended/at/ |
H A D | at_3.2.5.bb | 44 --with-jobdir=/var/spool/at/jobs \ 45 --with-atspool=/var/spool/at/spool \
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-samhainrc-fix-files-dirs-path.patch | 33 +dir = -1/var/spool/mail 35 dir = -1/var/spool
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/ |
H A D | audit_4.0.1.bb | 68 ${localstatedir}/spool/audit \ 101 # Create /var/spool/audit directory for audisp-remote 102 install -d -m 0700 ${D}${localstatedir}/spool/audit
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
H A D | tayga.conf | 88 data-dir /var/spool/tayga
|
/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/ |
H A D | volatile-binds.bb | 21 ${localstatedir}/volatile/spool ${localstatedir}/spool\n\
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/ |
H A D | shadow.inc | 98 # ~/ not /var/spool/mail by default, as who knows where or how big 118 # Ensure that the image has as a /var/spool/mail dir so shadow can 121 install -m 0775 -d ${D}${localstatedir}/spool/mail 122 chown root:mail ${D}${localstatedir}/spool/mail
|
/openbmc/openbmc/poky/meta/site/ |
H A D | common | 12 shadow_cv_maildir=${localstatedir}/spool/mail
|
/openbmc/u-boot/configs/ |
H A D | flea3_defconfig | 22 …tdparts=mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-(spool);physmap-flash.0:5…
|
H A D | woodburn_defconfig | 25 …tdparts=mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-(spool);physmap-flash.0:5…
|
H A D | woodburn_sd_defconfig | 35 …tdparts=mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-(spool);physmap-flash.0:5…
|
/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/ |
H A D | chronyd.service | 44 ReadWritePaths=-/var/spool
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lprng/lprng/ |
H A D | 0001-checkpc-Do-not-define-Mail_fd-multiple-times.patch | 30 /* pathnames of the spool directory (sd) and control directory (cd) */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 214 -char d_failed[PATH_MAX]; // Failed spool directory 216 -char d_incoming[PATH_MAX]; // Incoming spool directory 218 -char d_report[PATH_MAX]; // Incoming report spool directory 222 -char d_sent[PATH_MAX]; // Sent spool directory 250 +EXTERN char d_failed[PATH_MAX]; // Failed spool directory 252 +EXTERN char d_incoming[PATH_MAX]; // Incoming spool directory 254 +EXTERN char d_report[PATH_MAX]; // Incoming report spool directory 258 +EXTERN char d_sent[PATH_MAX]; // Sent spool directory
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | smb.conf | 220 path = /var/spool/samba
|
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/ |
H A D | arpwatch_3.3.bb | 74 ${localstatedir}/spool/${BPN} \
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/ |
H A D | su | 41 # also removes the user's mail spool file.
|