| /freebsd-12-stable/contrib/libevent/ |
| D | evmap.c | 788 struct event_changelist_fdinfo *fdinfo = local 790 EVUTIL_ASSERT(fdinfo->idxplus1 == i + 1); 791 fdinfo->idxplus1 = 0; 838 struct event_changelist_fdinfo *fdinfo) argument 842 if (fdinfo->idxplus1 == 0) { 853 fdinfo->idxplus1 = idx + 1; 859 change = &changelist->changes[fdinfo->idxplus1 - 1]; 870 struct event_changelist_fdinfo *fdinfo = p; local 876 change = event_changelist_get_or_construct(changelist, fd, old, fdinfo); 900 struct event_changelist_fdinfo *fdinfo = p; local [all …]
|
| D | event-internal.h | 103 int (*add)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo); 105 int (*del)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo);
|
| D | event.c | 965 short events, void *fdinfo) in nil_backend_del() argument
|
| D | ChangeLog | 1930 o evport: use evmap_io to track fdinfo status. Should save time and 1934 o evport: Use portev_user to remember fdinfo struct (276ec0e)
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | evmap.c | 788 struct event_changelist_fdinfo *fdinfo = local 790 EVUTIL_ASSERT(fdinfo->idxplus1 == i + 1); 791 fdinfo->idxplus1 = 0; 838 struct event_changelist_fdinfo *fdinfo) argument 842 if (fdinfo->idxplus1 == 0) { 853 fdinfo->idxplus1 = idx + 1; 859 change = &changelist->changes[fdinfo->idxplus1 - 1]; 870 struct event_changelist_fdinfo *fdinfo = p; local 876 change = event_changelist_get_or_construct(changelist, fd, old, fdinfo); 900 struct event_changelist_fdinfo *fdinfo = p; local [all …]
|
| D | event-internal.h | 103 int (*add)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo); 105 int (*del)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo);
|
| D | event.c | 965 short events, void *fdinfo) in nil_backend_del() argument
|
| D | ChangeLog | 1930 o evport: use evmap_io to track fdinfo status. Should save time and 1934 o evport: Use portev_user to remember fdinfo struct (276ec0e)
|
| /freebsd-12-stable/stand/efi/libefi/ |
| D | efipart.c | 108 static pdinfo_list_t fdinfo = STAILQ_HEAD_INITIALIZER(fdinfo); variable 129 return (&fdinfo); in efiblk_get_pdinfo_list() 195 STAILQ_FOREACH(dp, &fdinfo, pd_link) { in efiblk_get_pdinfo_by_handle() 497 STAILQ_INSERT_TAIL(&fdinfo, fd, pd_link); in efipart_initfd() 500 bcache_add_dev(efiblk_pdinfo_count(&fdinfo)); in efipart_initfd() 867 return (efipart_print_common(&efipart_fddev, &fdinfo, verbose)); in efipart_printfd()
|
| /freebsd-12-stable/sbin/savecore/ |
| D | savecore.c | 541 int fd, fdinfo, error; in DoFile() local 756 fdinfo = open(infoname, O_WRONLY | O_CREAT | O_TRUNC, 0600); in DoFile() 757 if (fdinfo < 0) { in DoFile() 782 close(fdinfo); in DoFile() 788 info = fdopen(fdinfo, "w"); in DoFile()
|
| /freebsd-12-stable/stand/i386/libi386/ |
| D | biosdisk.c | 135 static bdinfo_list_t fdinfo = STAILQ_HEAD_INITIALIZER(fdinfo); variable 203 return (&fdinfo); in bd_get_bdinfo_list() 234 bdinfo_list_t *bdi[] = { &fdinfo, &cdinfo, &hdinfo, NULL }; in bd_bios2unit() 329 STAILQ_INSERT_TAIL(&fdinfo, bd, bd_link); in fd_init() 778 return (bd_print_common(&biosfd, &fdinfo, verbose)); in fd_print()
|