Searched refs:un (Results 1 - 25 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dunique.c78 unique_t *un = kmem_alloc(sizeof (unique_t), KM_SLEEP); local
80 un->un_value = value;
83 while (un->un_value == 0 || un->un_value & ~UNIQUE_MASK ||
84 avl_find(&unique_avl, un, &idx)) {
86 (void) random_get_pseudo_bytes((void*)&un->un_value,
87 sizeof (un->un_value));
88 un->un_value &= UNIQUE_MASK;
92 avl_insert(&unique_avl, un, idx);
95 return (un
102 unique_t *un; local
[all...]
/freebsd-11-stable/tools/regression/sockets/pr_atomic/
H A Dpr_atomic.c35 #include <sys/un.h>
57 struct sockaddr_un un; local
66 memset(&un, 0, sizeof(un));
67 un.sun_family = AF_LOCAL;
69 strcpy(un.sun_path, socket_path);
70 if (bind(s, (struct sockaddr *)&un, sizeof(un)) == -1)
83 if (sendto(conn, buf, sizeof(buf), 0, (struct sockaddr *)&un,
84 sizeof(un)) !
[all...]
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dstartdaemon.c42 #include <sys/un.h>
59 struct sockaddr_un un; local
69 memset(&un, 0, sizeof(un));
70 un.sun_family = AF_LOCAL;
71 strcpy(un.sun_path, _PATH_SOCKETNAME);
76 connectres = connect(s, (struct sockaddr *)&un, SUN_LEN(&un));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHostInfoOpenBSD.cpp20 struct utsname un; local
22 ::memset(&un, 0, sizeof(utsname));
23 if (uname(&un) < 0)
27 if (2 == sscanf(un.release, "%u.%u", &major, &minor))
49 struct utsname un; local
51 ::memset(&un, 0, sizeof(utsname));
54 if (uname(&un) < 0)
57 s.assign(un.version);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp21 struct utsname un; local
23 ::memset(&un, 0, sizeof(utsname));
24 if (uname(&un) < 0)
28 if (2 == sscanf(un.release, "%u.%u", &major, &minor))
50 struct utsname un; local
52 ::memset(&un, 0, sizeof(utsname));
55 if (uname(&un) < 0)
58 s.assign(un.version);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp24 struct utsname un; local
26 ::memset(&un, 0, sizeof(un));
27 if (::uname(&un) < 0)
32 int status = ::sscanf(un.release, "%" PRIu32 ".%" PRIu32 ".%" PRIu32, &major,
62 struct utsname un; local
64 ::memset(&un, 0, sizeof(un));
67 if (::uname(&un) < 0)
70 s.assign(un
[all...]
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c108 /* Close out un-used sides */
482 double un, par, res; local
487 un = unhalt->vals[pos] * 1.0;
490 un = unhalt->sum * 1.0;
492 res = par/un;
504 double un, par, res; local
509 un = unhalt->vals[pos] * 1.0;
512 un = unhalt->sum * 1.0;
514 res = par/un;
526 double br, un, co local
561 double br, cl, cl2, cl3, uo, re, un, con, res, is; local
607 double br, cl, uo, uo_r, re, con, un, res; local
645 double un, memd, res, l1, ldb; local
678 double con, un, memd, res; local
703 double con, un, memd, res; local
776 double con, un, memd, res; local
800 double con, un, memd, res; local
825 double con, un, memd, memtoo, res; local
854 double con, un, ld, res; local
881 double con1, con2, con3, un, me_1, me_2, me_3, res; local
916 double con, res, me, un; local
944 double con, res, me, un; local
972 double con, un, me, res; local
1001 double con1, con2, con3, un, me1, me2, me3, res; local
1036 double con, un, me, res; local
1061 double con, un, me, res; local
1085 double con, un, me, res; local
1110 double con, un, me, res; local
1135 double con, un, d1, d2, res; local
1165 double con, un, d1, d2, res; local
1192 double un, d1, res; local
1217 double un, d1, res, k; local
1245 double un, d1, ic, res; local
1273 double un, con, ic, res; local
1298 double un, d1, res; local
1323 double con, un, id, res; local
1349 double con, un, cl1, cl2, cl3, res; local
1381 double con, un, cl1, cl2, cl3, cy, res; local
1419 double un, id, res, con; local
1445 double un, id, res, con, uoi, uor; local
1476 double un, lds, con, res; local
1500 double un, lds, con, res; local
1525 double un, fpd, res; local
1548 double un, ot, con, res; local
1572 double un, ot, con, res; local
1597 double un, ot, con, res; local
1622 double un, ot, res; local
[all...]
/freebsd-11-stable/sys/fs/msdosfs/
H A Ddirentry.h149 int dos2unixfn(u_char dn[11], u_char *un, int lower,
151 int unix2dosfn(const u_char *un, u_char dn[12], size_t unlen, u_int gen,
153 int unix2winfn(const u_char *un, size_t unlen, struct winentry *wep, int cnt,
155 int winChkName(struct mbnambuf *nbp, const u_char *un, size_t unlen,
160 int winSlotCnt(const u_char *un, size_t unlen, struct msdosfsmount *pmp);
161 size_t winLenFixup(const u_char *un, size_t unlen);
H A Dmsdosfs_conv.c237 dos2unixfn(u_char dn[11], u_char *un, int lower, struct msdosfsmount *pmp) argument
259 *un++ = *c++;
270 *un++ = '.';
276 *un++ = *c++;
281 *un++ = 0;
298 unix2dosfn(const u_char *un, u_char dn[12], size_t unlen, u_int gen, argument
320 if (un[0] == '.' && unlen == 1) {
324 if (un[0] == '.' && un[1] == '.' && unlen == 2) {
333 for (cp = un,
518 unix2winfn(const u_char *un, size_t unlen, struct winentry *wep, int cnt, int chksum, struct msdosfsmount *pmp) argument
582 winChkName(struct mbnambuf *nbp, const u_char *un, size_t unlen, int chksum, struct msdosfsmount *pmp) argument
740 winSlotCnt(const u_char *un, size_t unlen, struct msdosfsmount *pmp) argument
765 winLenFixup(const u_char *un, size_t unlen) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c59 set_socket_name(krb5_context context, struct sockaddr_un *un) argument
63 memset(un, 0, sizeof(*un));
64 un->sun_family = AF_UNIX;
65 strlcpy (un->sun_path, fn, sizeof(un->sun_path));
H A Dkadm5_locl.h70 #include <sys/un.h>
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-chdlc.c135 } un; member in struct:cisco_slarp
168 ipaddr_string(ndo, &slarp->un.addr.addr),
169 ipaddr_string(ndo, &slarp->un.addr.mask)));
173 EXTRACT_32BITS(&slarp->un.keep.myseq),
174 EXTRACT_32BITS(&slarp->un.keep.yourseq),
175 EXTRACT_16BITS(&slarp->un.keep.rel)));
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A Dt_generic.c32 #include <sys/un.h>
/freebsd-11-stable/lib/libc/gen/
H A Dgetpeereid.c34 #include <sys/un.h>
38 #include "un-namespace.h"
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dnetaddr.h31 #include <sys/un.h>
42 char un[sizeof(((struct sockaddr_un *)0)->sun_path)]; member in union:isc_netaddr::__anon4834
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dmain.c113 heim_sipc un; local
114 heim_sipc_service_unix(service_name, kcm_service, NULL, &un);
H A Dheaders.h62 #include <sys/un.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp181 struct utsname un; local
183 if (uname(&un))
186 strm.Printf(" Kernel: %s\n", un.sysname);
187 strm.Printf(" Release: %s\n", un.release);
188 strm.Printf(" Version: %s\n", un.version);
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dhi_locl.h41 #include <sys/un.h>
/freebsd-11-stable/tools/regression/sockets/unix_socket/
H A Dunix_socket.c36 #include <sys/un.h>
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_other.c41 #include <sys/un.h>
85 #include <sys/un.h>
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py273 un = (sys.argv[1] == "unallow")
284 if un:
317 if un:
321 if len(sys.argv) == 3 and not un:
347 if un and len(args) == expected_len-1:
390 if not un and perms:
395 ds.set_fsacl(un, d)
396 if un and options.recursive:
398 child.set_fsacl(un, d)
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dnetaddr.c59 if (strcmp(a->type.un, b->type.un) != 0)
147 alen = strlen(netaddr->type.un);
151 (const unsigned char *)(netaddr->type.un),
305 if (strlen(path) > sizeof(netaddr->type.un) - 1)
310 strlcpy(netaddr->type.un, path, sizeof(netaddr->type.un));
353 memcpy(t->type.un, s->type.sunix.sun_path, sizeof(t->type.un));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp176 struct utsname un; local
178 if (uname(&un))
181 strm.Printf(" Kernel: %s\n", un.sysname);
182 strm.Printf(" Release: %s\n", un.release);
183 strm.Printf(" Version: %s\n", un.version);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp202 struct utsname un; local
204 if (uname(&un))
207 strm.Printf(" Kernel: %s\n", un.sysname);
208 strm.Printf(" Release: %s\n", un.release);
209 strm.Printf(" Version: %s\n", un.version);

Completed in 246 milliseconds

1234567891011