Home
last modified time | relevance | path

Searched refs:item (Results 1 – 11 of 11) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Ddhcprelay.c46 struct xid_item *item; in xid_add() local
49 item = xmalloc(sizeof(struct xid_item)); in xid_add()
52 item->ip = *ip; in xid_add()
53 item->xid = xid; in xid_add()
54 item->iface_no = iface_no; in xid_add()
55 item->timestamp = monotonic_sec(); in xid_add()
56 item->next = dhcprelay_xid_list.next; in xid_add()
57 dhcprelay_xid_list.next = item; in xid_add()
59 return item; in xid_add()
64 struct xid_item *item = dhcprelay_xid_list.next; in xid_expire() local
[all …]
Ddhcpc.c393 static void optitem_unset_env_and_free(void *item) in optitem_unset_env_and_free() argument
395 struct dhcp_optitem *opt_item = item; in optitem_unset_env_and_free()
420 llist_t *item; in concat_option() local
429 for (item = client_data.envp; item != NULL; item = item->link) { in concat_option()
430 opt_item = (struct dhcp_optitem *)item->data; in concat_option()
/busybox-1.35.0/scripts/kconfig/
Dqconf.cc105 ConfigItem* item; in updateMenuList() local
111 while ((item = parent->firstChild())) in updateMenuList()
112 delete item; in updateMenuList()
120 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
138 if (!item || item->menu != child) in updateMenuList()
139 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
141 item->testUpdateMenu(visible); in updateMenuList()
144 updateMenuList(item, child); in updateMenuList()
146 updateMenuList(item, 0); in updateMenuList()
147 last = item; in updateMenuList()
[all …]
Dqconf.h41 static void updateList(ConfigItem* item);
82 void updateList(ConfigItem *item);
83 void setValue(ConfigItem* item, tristate val);
84 void changeValue(ConfigItem* item);
222 ConfigItem *item;
230 void setHelp(QListViewItem* item);
/busybox-1.35.0/networking/
Dntpd.c781 llist_t *item; in add_peers() local
796 for (item = G.ntp_peers; item != NULL; item = item->link) { in add_peers()
797 peer_t *pp = (peer_t *) item->data; in add_peers()
1032 llist_t *item; in step_time() local
1061 for (item = G.ntp_peers; item != NULL; item = item->link) { in step_time()
1062 peer_t *pp = (peer_t *) item->data; in step_time()
1159 llist_t *item; in select_and_cluster() local
1174 item = G.ntp_peers; in select_and_cluster()
1175 while (item != NULL) { in select_and_cluster()
1178 p = (peer_t *) item->data; in select_and_cluster()
[all …]
/busybox-1.35.0/scripts/kconfig/lxdialog/
Dchecklist.c31 static void print_item(WINDOW * win, const char *item, int status, int choice, in print_item() argument
47 mvwaddch(win, choice, item_x, item[0]); in print_item()
49 waddstr(win, (char *)item + 1); in print_item()
Dmenubox.c66 static void do_print_item(WINDOW * win, const char *item, int choice, in do_print_item() argument
72 strncpy(menu_item, item, menu_width - item_x); in do_print_item()
/busybox-1.35.0/sysklogd/
Dsyslogd.c1009 llist_t *item; in do_syslogd() local
1085 for (item = G.remoteHosts; item != NULL; item = item->link) { in do_syslogd()
1086 remoteHost_t *rh = (remoteHost_t *)item->data; in do_syslogd()
/busybox-1.35.0/archival/
Drpm.c157 static int bsearch_rpmtag(const void *key, const void *item) in bsearch_rpmtag() argument
160 rpm_index *tmp = (rpm_index *) item; in bsearch_rpmtag()
/busybox-1.35.0/
DTODO9 doing it eventually, but that doesn't mean they "own" the item. If you want to
173 This is more an unresolved issue than a to-do item. More thought is needed.
DConfig.in21 individual config item for them.