Searched defs:src (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dsafechown.c16 * safechown changes the owner ship of src to uid. If the mode parameter
17 * does not equal -1 changes the mode of src as well.
23 safechown(const char *src, uid_t uid, gid_t gid, int mode) argument
29 if ((fd = open(src, O_RDONLY, 0)) == -1)
43 if (lstat(src, &lbuf)) {
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_endian.h72 #define copy_convert(dest, src, n) { memcpy((void *)dest, (void const *)(src), n); wmb(); }
73 #define copy_convert_to_hw(dest, src, n) copy_convert(dest, src, n)
74 #define copy_convert_to_sw(dest, src, n) copy_convert(dest, src, n)
117 * - dest and src are 8 bytes aligned
120 static inline void _copy_convert(void *dest, void const *src, size_t n) argument
124 const volatile u64 *sp = (const volatile u64 *) src;
135 * - dest and src ar
138 _copy_convert_to_hw(volatile void *dest, void const *src, size_t n) argument
156 _copy_convert_to_sw(void *dest, volatile void const *src, size_t n) argument
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1750 err = dlmgr_DLValue_fm_putstring(ddvp, ddmp, "src-mac", buf,
1977 uint16_t src, uint16_t dst)
1984 FP_ACTION_NAME_VALUE_DELIM, src, FP_ACTION_MULTI_VAL_DELIM,
2453 } else if (strcmp(key, "src-mac") == 0) {
2761 * The property value is in the format of "src:xxx" "dst:xxx"
2773 if (strcmp(pval, "src") == 0) {
2834 * The property value is in the format of "src:xxx" "dst:xxx"
2844 if (strcmp(pval, "src")
1976 solaris_settransport_action_to_str(char *str, size_t strsize, const char *key, uint16_t src, uint16_t dst) argument
[all...]

Completed in 45 milliseconds