Searched refs:proto (Results 51 - 75 of 272) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/sgs/tools/
H A Dproto.sh29 # Generate a proto area suitable for the current architecture ($(MACH))
44 echo "usage: proto release"
59 dirs=" $CODEMGR_WS/proto \
60 $CODEMGR_WS/proto/root_$MACH \
61 $CODEMGR_WS/proto/root_$MACH/lib \
62 $CODEMGR_WS/proto/root_$MACH/usr \
63 $CODEMGR_WS/proto/root_$MACH/usr/demo \
64 $CODEMGR_WS/proto/root_$MACH/usr/lib \
65 $CODEMGR_WS/proto/root_$MACH/usr/lib/abi \
66 $CODEMGR_WS/proto/root
[all...]
H A DMakefile34 # o proto: creates a proto directory structure suitable for sgs make
42 proto.sh
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c550 switch (protoinfo->proto) {
853 ppp_getprotoinfo(uint16_t proto) argument
857 while (protoinfo_ptr->proto != proto && protoinfo_ptr->proto != 0) {
973 uint16_t proto; local
976 GETINT16(proto, optdata);
978 auth_protoinfo = ppp_getprotoinfo(proto);
980 (void) sprintf(get_line(0, 0), "Protocol = 0x%x (%s)", proto,
983 switch (proto) {
1031 uint16_t proto; local
1444 uint16_t proto; local
1593 uint16_t proto; local
[all...]
H A Dsnoop_pmap.c104 unsigned port, proto; local
139 proto = getxdr_u_long();
141 " prog=%d (%s) vers=%d proto=%s",
144 getproto(proto));
218 proto = getxdr_u_long();
221 proto, getproto(proto));
301 unsigned prog, vers, proto, port; local
316 proto = getxdr_u_long();
320 prog, vers, proto, por
701 char protofmly[MAXSTRINGLEN + 1], proto[MAXSTRINGLEN + 1]; local
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c327 * remdfsentry(list, path, proto)
334 remdfsentry(xfs_sharelist_t *list, char *path, char *proto) argument
345 /* if proto is NULL, remove all protocols */
346 if (proto == NULL || (strcmp(item->path, path) == 0 &&
347 (item->fstype != NULL && strcmp(item->fstype, proto) == 0)))
350 (proto == NULL || strcmp(proto, "nfs") == 0))
398 * adddfsentry(list, share, proto)
400 * Add an entry to the dfstab list for share (relative to proto). This
405 adddfsentry(xfs_sharelist_t *list, sa_share_t share, char *proto) argument
615 char *proto = sa_get_optionset_attr( local
675 sa_update_legacy(sa_share_t share, char *proto) argument
747 sa_is_security(char *optname, char *proto) argument
908 sa_parse_legacy_options(sa_group_t group, char *options, char *proto) argument
1655 sa_valid_property(sa_handle_t handle, void *object, char *proto, sa_property_t property) argument
1713 sa_get_derived_optionset(void *object, char *proto, int hier) argument
1802 sa_get_all_security_types(void *object, char *proto, int hier) argument
1869 sa_get_derived_security(void *object, char *sectype, char *proto, int hier) argument
1957 sa_fillshare(sa_share_t share, char *proto, struct share *sh) argument
2108 sa_update_sharetab(sa_share_t share, char *proto) argument
2149 sa_delete_sharetab(sa_handle_t handle, char *path, char *proto) argument
[all...]
H A Dlibshare.c417 * excluded_protocol(share, proto)
425 excluded_protocol(sa_share_t share, char *proto) argument
435 if (strcmp(token, proto) == 0) {
726 char *proto; local
736 proto = sa_get_optionset_attr(optionset, "type");
739 proto ? proto : "default");
745 proto ? proto : "default", index);
752 if (proto !
776 char *proto; local
1640 char *proto; local
1690 char *proto; local
2310 sa_get_optionset(void *group, char *proto) argument
2368 sa_get_security(sa_group_t group, char *sectype, char *proto) argument
2607 sa_create_optionset(sa_group_t group, char *proto) argument
2886 sa_create_security(sa_group_t group, char *sectype, char *proto) argument
3246 char *proto; local
3438 char *proto; local
3488 char *proto; local
3610 char *proto; local
3653 sa_create_protocol_properties(char *proto) argument
4233 char *proto; local
4293 char *proto; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c89 struct protoent proto; member in struct:pvt
170 pr_bynumber(struct irs_pr *this, int proto) { argument
175 if (p->p_proto == proto)
253 pvt->proto.p_name = p;
263 pvt->proto.p_proto = atoi(cp);
264 q = pvt->proto.p_aliases = pvt->proto_aliases;
281 return (&pvt->proto);
H A Dirp_sv.c176 * const char *proto)
181 sv_byname(struct irs_sv *this, const char *name, const char *proto) { argument
191 strcasecmp(proto, sv->s_proto) == 0) {
200 name, proto) != 0)
227 * const char *proto)
232 sv_byport(struct irs_sv *this, int port, const char *proto) { argument
242 strcasecmp(proto, sv->s_proto) == 0) {
251 ntohs((short)port), proto) != 0) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c111 free(eps[i].proto);
160 #define MEP(ep, prot) (strcasecmp(ep.proto, prot) == 0)
261 * Note: We assume that the endpoint 'proto' field contains
306 supplied.proto = *netid;
308 if (strcmp("udp", supplied.proto) &&
309 strcmp("udp6", supplied.proto) &&
310 strcmp("tcp", supplied.proto) &&
311 strcmp("tcp6", supplied.proto)) {
318 supplied.proto = (strchr(*uaddr, ':') != 0) ?
342 nc = getnetconfigent(epcand[i]->proto);
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Detrn.pl112 my ($proto) = (getprotobyname('tcp'))[2];
128 socket(S, &PF_INET, &SOCK_STREAM, $proto)
157 socket(S, &PF_INET, &SOCK_STREAM, $proto)
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetservent_r.c87 * Setting proto to NULL here is a bit of a hack since we share
90 * proto, the parsing code deals with it by picking the protocol
92 * with "that" proto field. NIS+ is the only name service, so far,
95 arg.key.serv.proto = NULL;
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dsharemgr.h109 char *proto; member in struct:list
H A Dcommands.c63 * has_protocol(group, proto)
293 * add_list(list, item, data, proto)
299 add_list(struct list *listp, void *item, void *data, char *proto) argument
308 new->proto = proto;
525 * enable_group(group, updateproto, notify, proto)
534 enable_group(sa_group_t group, char *updateproto, int notify, char *proto) argument
539 if (!has_protocol(group, proto))
548 notify_or_enable_share(share, proto);
550 (void) sa_enable_share(share, proto);
709 chk_opt(struct options *optlistp, int security, char *proto) argument
781 valid_options(sa_handle_t handle, struct options *optlist, char *proto, void *object, char *sec) argument
823 add_optionset(sa_group_t group, struct options *optlist, char *proto, int *err) argument
1681 char *proto; local
1787 char *proto; local
1829 out_properties(sa_optionset_t optionset, char *proto, char *sec) argument
2033 show_share(sa_share_t share, int verbose, int properties, char *proto, int iszfs, char *sharepath) argument
2166 show_group(sa_group_t group, int verbose, int properties, char *proto, char *subgroup) argument
2505 char *proto; local
3533 add_security(sa_group_t group, char *sectype, struct options *optlist, char *proto, int *err) argument
4047 remove_options(sa_group_t group, struct options *optlist, char *proto, int *err) argument
4084 valid_unset(sa_group_t group, struct options *optlist, char *proto) argument
4114 valid_unset_security(sa_group_t group, struct options *optlist, char *proto, char *sectype) argument
4152 remove_security(sa_group_t group, char *sectype, struct options *optlist, char *proto, int *err) argument
4718 disable_group(sa_group_t group, char *proto) argument
5176 remove_all_options(sa_share_t share, char *proto) argument
5225 format_legacy_path(char *buff, int buffsize, char *proto, char *cmd) argument
5292 out_share(FILE *out, sa_group_t group, char *proto) argument
5395 output_legacy_file(FILE *out, char *proto, sa_handle_t handle) argument
5986 sa_lookup(char *cmd, char *proto) argument
6003 sub_command_help(char *proto) argument
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dcheckproto.sh70 PROTO=${WS}/proto/root_${MACH}
/illumos-gate/usr/src/cmd/Adm/
H A DMakefile27 CRON_LIB= .proto at.deny cron.deny queuedefs
53 $(CRONLIBD)/.proto := FILEMODE = 0744
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c971 http_mkresponse(uri_desc_t *req, uri_desc_t *res, char *proto, int sz) argument
978 char *ep = &proto[sz];
1014 while (proto < ep) {
1015 if (*proto == '#')
1017 *cp++ = *proto++;
1021 if (*proto != '#') goto bad;
1023 proto++;
1024 while (proto < ep) {
1025 if (*proto == '#')
1027 *cp++ = *proto
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass2.c405 struct direct proto; local
435 proto.d_ino = idesc->id_number;
436 proto.d_namlen = 1;
437 (void) strcpy(proto.d_name, ".");
438 entrysize = DIRSIZ(&proto);
455 proto.d_reclen = dirp->d_reclen;
456 (void) memmove((void *)dirp, (void *)&proto,
478 proto.d_reclen = entrysize;
479 (void) memmove((void *)dirp, (void *)&proto,
554 proto
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c183 uint_t proto, perm; local
198 proto = atoi(protostr);
203 !(nimap->ipadm_proto & proto))
222 sizeof (tmpstr), proto);
247 uint_t proto, perm = 0, flags = 0; local
255 if ((proto = ndd_str2proto(mod)) == MOD_PROTO_NONE)
265 proto = nimap->ipadm_proto;
275 &proto) != 0) {
300 status = ipadm_get_prop(iph, pname, pvalp, &pvalsz, proto,
331 status = ipadm_set_prop(iph, pname, pvalp, proto,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c83 * in private nvpairs `proto', `ifname' & `aobjname'.
86 ipmgmt_nvlist_match(nvlist_t *db_nvl, const char *proto, const char *ifname, argument
106 if (proto != NULL && proto[0] == '\0')
107 proto = NULL;
113 if ((proto == NULL && db_proto != NULL) ||
114 (proto != NULL && db_proto == NULL) ||
115 (proto != NULL && db_proto != NULL &&
116 strcmp(proto, db_proto) != 0)) {
146 char *proto local
168 ipmgmt_nvlist_contains(nvlist_t *db_nvl, const char *proto, const char *ifname, char *aobjname) argument
624 uint_t proto; local
746 uint_t proto; local
1274 uint_t proto, nproto; local
1357 uint_t proto; local
[all...]
/illumos-gate/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c310 rp_proto_plugin_t *proto, *tmp; local
354 proto = (rp_proto_plugin_t *)
356 if (proto == NULL) {
365 proto->plugin_ops = plugin_ops;
366 proto->plugin_handle = dlhandle;
368 proto->plugin_next = rp_proto_list;
369 rp_proto_list = proto;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinstall.c187 struct fs_ops *proto; local
200 proto = &tftp_fsops;
206 proto = NULL;
209 proto = &dosfs_fsops;
245 error = pkgfs_init(buf, proto);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c129 is_shared(libzfs_handle_t *hdl, const char *mountpoint, zfs_share_proto_t proto) argument
159 proto_table[proto].p_name) == 0) {
160 switch (proto) {
528 zfs_is_shared_proto(zfs_handle_t *zhp, char **where, zfs_share_proto_t proto) argument
536 if ((rc = is_shared(zhp->zfs_hdl, mountpoint, proto))
704 * zfs_parse_options(options, proto)
710 zfs_parse_options(char *options, zfs_share_proto_t proto) argument
714 proto_table[proto].p_name));
734 * zfs_sa_enable_share(share, proto)
740 zfs_sa_enable_share(sa_share_t share, char *proto) argument
754 zfs_sa_disable_share(sa_share_t share, char *proto) argument
767 zfs_share_proto(zfs_handle_t *zhp, zfs_share_proto_t *proto) argument
879 unshare_one(libzfs_handle_t *hdl, const char *name, const char *mountpoint, zfs_share_proto_t proto) argument
922 zfs_unshare_proto(zfs_handle_t *zhp, const char *mountpoint, zfs_share_proto_t *proto) argument
975 zfs_unshareall_proto(zfs_handle_t *zhp, zfs_share_proto_t *proto) argument
[all...]
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetservent.c55 if (argp->key.serv.proto == NULL)
74 if ((keyp = argp->key.serv.proto) == NULL) {
160 if ((keyp = argp->key.serv.proto) == NULL)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h199 int proto; member in struct:wpa_supplicant
229 int proto; member in struct:wpa_ie_data
253 int proto; /* Bitfield of allowed protocols (WPA_PROTO_*) */ member in struct:wpa_ssid
/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h571 #define IPCL_CONN_MATCH(connp, proto, src, dst, ports) \
572 ((connp)->conn_proto == (proto) && \
578 #define IPCL_CONN_MATCH_V6(connp, proto, src, dst, ports) \
579 ((connp)->conn_proto == (proto) && \
591 #define IPCL_BIND_MATCH(connp, proto, laddr, lport) \
592 ((connp)->conn_proto == (proto) && \
598 #define IPCL_BIND_MATCH_V6(connp, proto, laddr, lport) \
599 ((connp)->conn_proto == (proto) && \
666 #define IPCL_RAW_MATCH(connp, proto, laddr) \
667 ((connp)->conn_proto == (proto)
[all...]

Completed in 362 milliseconds

1234567891011