Searched refs:ctl_info (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dpef-traceback.h170 unsigned long ctl_info; /* Number of controlled automatic anchors. */ member in struct:traceback_table_anchors
H A Dpef.c139 anchors.ctl_info = bfd_getb32 (buf + pos + offset);
142 if (anchors.ctl_info > 1024)
145 offset += anchors.ctl_info * 4;
/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c425 struct ctl_info ctl_info; local
450 bzero(&ctl_info, sizeof(struct ctl_info));
451 strlcpy(ctl_info.ctl_name, CONTENT_FILTER_CONTROL_NAME, sizeof(ctl_info.ctl_name));
452 if (ioctl(sf, CTLIOCGINFO, &ctl_info) == -1)
462 sac.sc_id = ctl_info.ctl_id;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkern_control.h93 #define CTLIOCGINFO _IOWR('N', 3, struct ctl_info) /* get id from name */
108 @struct ctl_info
114 struct ctl_info { struct
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_control.c1080 struct ctl_info ctl_info; local
1084 bcopy(data, &ctl_info, sizeof (ctl_info));
1085 name_len = strnlen(ctl_info.ctl_name, MAX_KCTL_NAME);
1092 kctl = ctl_find_by_name(ctl_info.ctl_name);
1098 ctl_info.ctl_id = kctl->id;
1099 bcopy(&ctl_info, data, sizeof (ctl_info));
/macosx-10.10/network_cmds-457/pktmnglr/
H A Dpacket_mangler.c249 struct ctl_info info;
/macosx-10.10/ppp-786.1.1/Controller/
H A Dflow_divert_controller.c160 struct ctl_info kernctl_info;
H A Dscnc_utils.c1969 struct ctl_info kernctl_info;

Completed in 155 milliseconds