/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/ |
H A D | postfix_3.8.6.bb | 7 HOMEPAGE= "http://www.postfix.org" 9 DEPENDS = "db icu libpcre libnsl2 m4-native openssl postfix-native \ 17 SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ 19 file://postfix \ 21 file://postfix.service \ 33 UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.8(\.\d+)+).tar.gz" 35 S = "${WORKDIR}/postfix-${PV}" 43 INITSCRIPT_NAME = "postfix" 47 "-d /var/spool/postfix -r -g postfix --shell /bin/false postfix; \ 50 GROUPADD_PARAM:${PN}-bin = "--system postfix;--system postdrop;--system vmail" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | main.cf | 14 virtual_mailbox_maps = hash:/etc/postfix/virtual 15 virtual_alias_maps = hash:/etc/postfix/virtual_alias 30 #config_directory = /etc/postfix 31 sample_directory = /etc/postfix 32 queue_directory = /var/spool/postfix 36 daemon_directory = @LIBEXECDIR@/postfix 37 mail_owner = postfix 73 # check_sender_access hash:/etc/postfix/access_domains, 82 # check_recipient_access pcre:/etc/postfix/recipient_checks.pcre, 83 # check_helo_access pcre:/etc/postfix/helo_checks.pcre, [all …]
|
H A D | postfix | 32 PIDFile=/var/spool/postfix/pid/master.pid 42 if ! postfix status >/dev/null 2>&1; then 44 postfix start 53 if postfix status >/dev/null 2>&1; then 54 postfix stop 63 if postfix status >/dev/null 2>&1; then 64 postfix reload 67 postfix start 79 if postfix status >/dev/null 2>&1; then
|
H A D | postfix.service | 8 PIDFile=@LOCALSTATEDIR@/spool/postfix/pid/master.pid 10 ExecStartPre=-@LIBEXECDIR@/postfix/aliasesdb 11 ExecStart=@SBINDIR@/postfix start 12 ExecReload=@SBINDIR@/postfix reload 13 ExecStop=@SBINDIR@/postfix stop
|
H A D | 0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 11 postfix-install | 18 ++++++++++-------- 18 @@ -22,7 +22,7 @@ META = meta/main.cf.proto meta/master.cf.proto meta/postfix-files \ 27 diff --git a/postfix-install b/postfix-install 29 --- a/postfix-install 30 +++ b/postfix-install
|
H A D | aliasesdb | 3 ALIASESDB_STAMP=/var/lib/misc/postfix.aliasesdb-stamp
|
/openbmc/linux/drivers/firmware/broadcom/ |
H A D | bcm47xx_sprom.c | 36 static void create_key(const char *prefix, const char *postfix, in create_key() argument 39 if (prefix && postfix) in create_key() 40 snprintf(buf, len, "%s%s%s", prefix, name, postfix); in create_key() 43 else if (postfix) in create_key() 44 snprintf(buf, len, "%s%s", name, postfix); in create_key() 49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var() argument 55 create_key(prefix, postfix, name, key, sizeof(key)); in get_nvram_var() 59 create_key(NULL, postfix, name, key, sizeof(key)); in get_nvram_var() 67 const char *postfix, const char *name, \ 74 err = get_nvram_var(prefix, postfix, name, buf, sizeof(buf), \ [all …]
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | filter_expr_printer.cpp | 53 std::string postfix; in operator ()() local 57 postfix = ")"; in operator ()() 59 return std::format("{}{}{}", prefix, (*this)(x.operand), postfix); in operator ()() 65 std::string postfix; in operator ()() local 69 postfix = ")"; in operator ()() 71 std::string out = std::format("{}{}{}", prefix, (*this)(x.first), postfix); in operator ()() 84 std::string postfix; in operator ()() local 88 postfix = ")"; in operator ()() 90 std::string out = std::format("{}{}{}", prefix, (*this)(x.first), postfix); in operator ()()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-i2c.c | 33 const char *devname, const char *postfix) in v4l2_i2c_subdev_set_name() argument 37 if (!postfix) in v4l2_i2c_subdev_set_name() 38 postfix = ""; in v4l2_i2c_subdev_set_name() 40 snprintf(sd->name, sizeof(sd->name), "%s%s %d-%04x", devname, postfix, in v4l2_i2c_subdev_set_name()
|
/openbmc/linux/tools/iio/ |
H A D | lsiio.c | 34 static inline int check_postfix(const char *str, const char *postfix) in check_postfix() argument 36 return strlen(str) > strlen(postfix) && in check_postfix() 37 strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in check_postfix()
|
/openbmc/linux/drivers/clk/ti/ |
H A D | adpll.c | 175 const char *postfix) in ti_adpll_clk_get_name() argument 189 d->pa, postfix); in ti_adpll_clk_get_name() 202 const char *postfix = NULL; in ti_adpll_setup_clock() local 209 postfix = strrchr(name, '.'); in ti_adpll_setup_clock() 210 if (postfix && strlen(postfix) > 1) { in ti_adpll_setup_clock() 211 if (strlen(postfix) > ADPLL_MAX_CON_ID) in ti_adpll_setup_clock() 214 snprintf(con_id, 16, "pll%03lx%s", d->pa & 0xfff, postfix + 1); in ti_adpll_setup_clock() 486 const char *postfix; in ti_adpll_init_dco() local 497 postfix = "dco"; in ti_adpll_init_dco() 499 postfix = NULL; in ti_adpll_init_dco() [all …]
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btbcm.c | 580 char postfix[16] = ""; in btbcm_initialize() local 647 snprintf(postfix, sizeof(postfix), "-%4.4x-%4.4x", vid, pid); in btbcm_initialize() 657 "brcm/%s%s.%s.hcd", hw_name, postfix, board_name); in btbcm_initialize() 661 "brcm/%s%s.hcd", hw_name, postfix); in btbcm_initialize() 667 "brcm/BCM%s.%s.hcd", postfix, board_name); in btbcm_initialize() 671 "brcm/BCM%s.hcd", postfix); in btbcm_initialize()
|
H A D | btrtl.h | 138 const char *postfix); 155 const char *postfix) in btrtl_initialize() argument
|
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/ |
H A D | arpwatch_3.3.bb | 30 …tcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"
|
/openbmc/linux/tools/thermal/thermometer/ |
H A D | thermometer.c | 42 char postfix[PATH_MAX]; member 212 strftime(options->postfix, sizeof(options->postfix), in options_init() 237 strcpy(options->postfix, optarg); in options_init() 373 thermometer->tz[i].name, options->postfix); in thermometer_start()
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-event.c | 379 char *postfix; in iio_device_add_event() local 386 postfix = kasprintf(GFP_KERNEL, "%s_%s_%s", in iio_device_add_event() 391 postfix = kasprintf(GFP_KERNEL, "%s_%s", in iio_device_add_event() 394 if (postfix == NULL) in iio_device_add_event() 405 ret = __iio_add_chan_devattr(postfix, chan, show, store, in iio_device_add_event() 409 kfree(postfix); in iio_device_add_event()
|
/openbmc/linux/tools/testing/memblock/tests/ |
H A D | common.c | 154 void print_prefixes(const char *postfix) in print_prefixes() argument 158 test_print(postfix); in print_prefixes()
|
/openbmc/openbmc/meta-openembedded/meta-networking/files/ |
H A D | static-group-meta-networking | 4 postfix:x:633:
|
H A D | static-passwd-meta-networking | 4 postfix:x:633:633::/:/bin/nologin
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | bitops.h | 151 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 164 postfix \
|
/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/ |
H A D | non-repro-meta-networking.inc | 31 postfix-cfg \
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-module-split.bbclass | 156 # Provide virtual package without postfix 159 postfix = format.split('%s')[1] 160 d.setVar('RPROVIDES:' + pkg, pkg.replace(postfix, ''))
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_request.c | 227 if (rq->postfix < head) { in __i915_request_fill() 231 memset(vaddr + head, val, rq->postfix - head); in __i915_request_fill() 384 rq->ring->head = rq->postfix; in i915_request_retire() 557 if (rq->infix == rq->postfix) in __i915_request_skip() 568 rq->infix = rq->postfix; in __i915_request_skip() 663 request->ring->vaddr + request->postfix); in __i915_request_submit() 1812 rq->postfix = intel_ring_offset(rq, cs); in __i915_request_commit()
|
/openbmc/linux/tools/perf/util/ |
H A D | data.h | 94 const char *postfix,
|
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 215 my ($this, $postfix, $is_same_reg) = @_; 218 my $varname = "ccs_reg_arg_" . (lc $name) . $postfix;
|