Home
last modified time | relevance | path

Searched refs:nsl (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c32 u16 nsl, nsh; in hellcreek_ptp_clock_read() local
48 nsl = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
50 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_clock_read()
103 u16 secl, nsh, nsl; in hellcreek_ptp_settime() local
107 nsl = ts->tv_nsec & 0xffff; in hellcreek_ptp_settime()
120 hellcreek_ptp_write(hellcreek, nsl, PR_CLOCK_WRITE_C); in hellcreek_ptp_settime()
H A Dhellcreek_hwtstamp.c202 u16 nsl, nsh; in hellcreek_ptp_hwtstamp_read() local
208 nsl = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
210 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_hwtstamp_read()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0005-makedefs-add-lnsl-and-lresolv-to-SYSLIBS-by-default.patch24 - for name in nsl resolv $GDBM_LIBS
42 - for name in nsl resolv
H A D0001-Fix-makedefs.patch11 native build, search host library path for nsl and resolv library
59 for name in nsl resolv $GDBM_LIBS
108 for name in nsl resolv
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/
H A D0001-Link-with-libm-for-floor-function.patch53 AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, gethostbyname))
/openbmc/ipmitool/
H A Dconfigure.ac40 AC_SEARCH_LIBS([gethostbyname], [nsl])
41 AC_SEARCH_LIBS([getaddrinfo], [nsl])
42 AC_SEARCH_LIBS([getifaddrs], [nsl])
44 [AC_CHECK_LIB([nsl], [socket],
/openbmc/linux/net/ceph/
H A Dosdmap.c2409 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg() local
2410 size_t total = nsl + 1 + oid->name_len; in __ceph_object_locator_to_pg()
2414 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2415 buf[nsl] = '\037'; in __ceph_object_locator_to_pg()
2416 memcpy(buf + nsl + 1, oid->name, oid->name_len); in __ceph_object_locator_to_pg()
2422 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()
/openbmc/qemu/
H A Dmeson.build820 cc.find_library('nsl'), build