Searched refs:un (Results 51 - 75 of 227) sorted by relevance

12345678910

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_parse.c301 defp->def.un.enum_decl = dec;
302 tailp = &defp->def.un.cases;
347 defp->def.un.default_decl = XALLOC(declaration);
348 *defp->def.un.default_decl = dec;
352 defp->def.un.default_decl = NULL;
H A Drpc_hout.c214 decl = &def->def.un.enum_decl;
221 for (l = def->def.un.cases; l != NULL; l = l->next) {
225 decl = def->def.un.default_decl;
H A Drpc_cout.c325 print_stat(1, &def->def.un.enum_decl);
326 f_print(fout, "\tswitch (objp->%s) {\n", def->def.un.enum_decl.name);
327 for (cl = def->def.un.cases; cl != NULL; cl = cl->next) {
349 dflt = def->def.un.default_decl;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c311 int un; local
319 if (!PyArg_ParseTuple(args, "siO!", &name, &un,
336 zc.zc_perm_action = un;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4595 allow_usage(boolean_t un, boolean_t requested, const char *msg) argument
4618 (void) fprintf(fp, gettext("Usage: %s\n"), get_usage(un ? HELP_UNALLOW :
4621 for (i = 0; i < (un ? unallow_size : allow_size); i++) {
4663 munge_args(int argc, char **argv, boolean_t un, size_t expected_argc, argument
4666 if (un && argc == expected_argc - 1)
4671 allow_usage(un, B_FALSE,
4678 parse_allow_args(int argc, char **argv, boolean_t un, struct allow_opts *opts) argument
4683 int all_sum = un ? ldcsuge_sum + opts->recursive : ldcsuge_sum;
4686 allow_usage(un, B_FALSE,
4691 allow_usage(un, B_TRU
4876 construct_fsacl_list(boolean_t un, struct allow_opts *opts, nvlist_t **nvlp) argument
5131 boolean_t un; member in struct:deleg_perms
5148 zfs_do_allow_unallow_impl(int argc, char **argv, boolean_t un) argument
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dentropy.c30 # include <sys/un.h>
H A Dmonitor_fdpass.c33 #include <sys/un.h>
/freebsd-9.3-release/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c31 #include <sys/un.h>
/freebsd-9.3-release/tools/regression/sockets/unix_sendtorace/
H A Dunix_sendtorace.c41 #include <sys/un.h>
/freebsd-9.3-release/usr.sbin/ppp/
H A Dvjcomp.c36 #include <sys/un.h>
/freebsd-9.3-release/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h104 # include <sys/un.h>
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_signd.c25 #include <sys/un.h>
/freebsd-9.3-release/usr.sbin/inetd/
H A Dbuiltins.c346 struct utsname un; local
455 if (uname(&un) == -1)
457 osname = un.sysname;
/freebsd-9.3-release/lib/libusb/
H A Dlibusb20_desc.h118 #define LIBUSB20_ME_INTEGER(n, field, ismeta, un, u, bits, a, size) \
120 LIBUSB20_ME_IS_##un##SIGNED , \
/freebsd-9.3-release/sys/dev/isp/
H A Disp_target.c639 } un; local
642 ISP_MEMZERO(&un, sizeof un);
647 ct7_entry_t *cto = &un._ctio7;
698 ct2_entry_t *cto = &un._ctio2;
715 un._ctio2e.ct_iid = ((at2e_entry_t *)aep)->at_iid;
741 ct_entry_t *cto = &un._ctio;
769 return (isp_target_put_entry(isp, &un));
/freebsd-9.3-release/bin/cat/
H A Dcat.c53 #include <sys/un.h>
/freebsd-9.3-release/contrib/amd/amd/
H A Dconf.c521 struct utsname un;
522 if (uname(&un) >= 0) {
524 if (strcmp(un.release, "2.4.0") < 0)
528 if (strcmp(un.release, "2.6.0") < 0)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dssu_external.c31 #include <sys/un.h>
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dc-exp.y1057 ULONGEST un;
1215 un = (ULONGEST)n >> 2;
1217 && (un >> (TARGET_INT_BIT - 2)) == 0)
1231 && (un >> (TARGET_LONG_BIT - 2)) == 0)
H A Dobjc-exp.y1006 unsigned LONGEST un;
1160 un = (unsigned LONGEST)n >> 2;
1162 && (un >> (TARGET_INT_BIT - 2)) == 0)
1176 && (un >> (TARGET_LONG_BIT - 2)) == 0)
H A Dp-exp.y777 ULONGEST un;
935 un = (ULONGEST)n >> 2;
937 && (un >> (TARGET_INT_BIT - 2)) == 0)
951 && (un >> (TARGET_LONG_BIT - 2)) == 0)
/freebsd-9.3-release/contrib/opie/libopie/
H A Dgenerator.c47 #include <sys/un.h>
/freebsd-9.3-release/include/rpc/
H A Dclnt.h44 #include <sys/un.h>
/freebsd-9.3-release/lib/libbluetooth/
H A Dbluetooth.h43 #include <sys/un.h>
/freebsd-9.3-release/lib/libc/gen/
H A Dsyslog.c41 #include <sys/un.h>
55 #include "un-namespace.h"

Completed in 275 milliseconds

12345678910