Searched refs:item (Results 1 - 25 of 481) sorted by last modified time

1234567891011>>

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c378 * 64, 256, etc. When the user will add another item above current capacity,
420 static int cdeque_push_back(struct cdeque* d, void* item) { argument
427 d->arr[d->end_pos] = (size_t) item;
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1564 ng_ubt_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
1571 NGI_GET_MSG(item, msg);
1725 NG_RESPOND_MSG(error, node, item, rsp);
1737 ng_ubt_rcvdata(hook_p hook, item_p item) argument
1750 NGI_GET_M(item, m);
1817 NG_FREE_ITEM(item);
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c1022 void delete_addr(ipf_rdx_head_t *rnh, int item);
1363 delete_addr(rnh, item)
1365 int item;
1375 setaddr(&af, ttable[item].host);
1377 setmask(&mask, ttable[item].mask);
1391 printf("%d.delete(%s) = %s\n", item, addrname(&af), GNAME(rn));
1407 add_addr(rnh, n, item)
1409 int n, item;
1416 setaddr(&stp->dst, ttable[item].host);
1418 setmask(&stp->mask, ttable[item]
[all...]
/freebsd-10-stable/sys/dev/usb/wlan/
H A Dif_run.c4889 run_update_beacon(struct ieee80211vap *vap, int item) argument
4899 switch (item) {
4913 setbit(rvp->bo.bo_flags, item);
/freebsd-10-stable/sys/dev/wtap/
H A Dif_wtap.c184 wtap_beacon_update(struct ieee80211vap *vap, int item) argument
189 setbit(bo->bo_flags, item);
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_proto.c5026 int item,
5036 item, value, dvalue));
5038 switch (item) {
5193 "proto: unsupported option %d", item);
5025 proto_config( int item, u_long value, double dvalue, sockaddr_u *svalue ) argument
H A Dntp_loopfilter.c1230 int item,
1237 DPRINTF(2, ("loop_config: item %d freq %f\n", item, freq));
1238 switch (item) {
1363 "loop_config: unsupported option %d", item);
1229 loop_config( int item, double freq ) argument
H A Dntp_config.c1942 int item; local
1955 item = CRYPTO_CONF_PRIV;
1959 item = CRYPTO_CONF_IDENT;
1963 item = CRYPTO_CONF_PW;
1967 item = CRYPTO_CONF_RAND;
1971 item = CRYPTO_CONF_NID;
1974 crypto_config(item, my_val->value.s);
2124 int item; local
2220 item = PROTO_BCPOLLBSTEP;
2224 item
2920 int item; local
[all...]
H A Drefclock_parse.c3662 char item[80]; local
3665 snprintf(item, 80, "%s%s%s: %s (%d.%02d%%)",
3671 if ((count = (int) strlen(item)) < (LEN_STATES - 40 - (tt - start)))
3674 "%s", item);
5355 * appropriate type of item
H A Dntp_util.c331 int item,
355 switch (item) {
392 switch (item) {
330 stats_config( int item, const char *invalue ) argument
H A Dntp_crypto.c4080 int item, /* configuration item */
4081 char *cp /* item name */
4086 DPRINTF(1, ("crypto_config: item %d %s\n", item, cp));
4088 switch (item) {
4079 crypto_config( int item, char *cp ) argument
/freebsd-10-stable/sys/sys/
H A Dsystm.h431 int alloc_unr_specific(struct unrhdr *uh, u_int item);
433 void free_unr(struct unrhdr *uh, u_int item);
/freebsd-10-stable/release/
H A DMakefile.ec220 EC2_SVNBRANCH!= ${SVN_CMD} info --show-item relative-url ${WORLDDIR} 2>/dev/null | sed -e 's/\^\///'
24 EC2_SVNREV!= ${SVN_CMD} info --show-item last-changed-revision ${WORLDDIR} 2>/dev/null || true
/freebsd-10-stable/sys/netgraph/
H A Dng_base.c81 static struct mtx ngq_mtx; /* protects the queue item list */
217 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook);
222 static int ng_apply_item(node_p node, item_p item, int rw);
225 static int ng_con_nodes(item_p item, node_p node, const char *name,
227 static int ng_con_part2(node_p node, item_p item, hook_p hook);
228 static int ng_con_part3(node_p node, item_p item, hook_p hook);
251 "netgraph item structures");
1334 ng_con_part3(node_p node, item_p item, hook_p hook) argument
1372 NG_FREE_ITEM(item);
1377 ng_con_part2(node_p node, item_p item, hook_ argument
1471 ng_con_nodes(item_p item, node_p node, const char *name, node_p node2, const char *name2) argument
1940 item_p item; local
2007 ng_queue_rw(node_p node, item_p item, int rw) argument
2035 ng_acquire_read(node_p node, item_p item) argument
2063 ng_acquire_write(node_p node, item_p item) argument
2169 item_p item; local
2217 ng_snd_item(item_p item, int flags) argument
2355 ng_apply_item(node_p node, item_p item, int rw) argument
2503 ng_generic_msg(node_p here, item_p item, hook_p lasthook) argument
2977 item_p item; local
3002 ng_free_item(item_p item) argument
3049 item_p item; local
3288 dumpitem(item_p item, char *file, int line) argument
3330 item_p item; local
3420 item_p item; local
3509 item_p item; local
3531 item_p item; local
3571 ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr) argument
3607 ng_address_path(node_p here, item_p item, const char *address, ng_ID_t retaddr) argument
3632 ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr) argument
3661 item_p item; local
3701 item_p item; local
3731 item_p item; local
3769 item_p item = arg; local
3780 item_p item, oitem; local
3806 item_p item; local
3837 ng_replace_retaddr(node_p here, item_p item, ng_ID_t retaddr) argument
[all...]
H A Dng_pppoe.c764 ng_pppoe_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
775 NGI_GET_MSG(item, msg);
896 sp->creator = NGI_RETADDR(item);
1244 NG_RESPOND_MSG(error, node, item, resp);
1406 ng_pppoe_rcvdata(hook_p hook, item_p item) argument
1416 __func__, node->nd_ID, node, item, hook->hk_name, hook);
1418 NGI_GET_M(item, m);
1446 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m);
1530 NG_FWD_NEW_DATA(error, item, privp->ethernet_hook, m0);
1543 if (item)
1553 ng_pppoe_rcvdata_ether(hook_p hook, item_p item) argument
1961 ng_pppoe_rcvdata_debug(hook_p hook, item_p item) argument
[all...]
H A Dng_iface.c631 ng_iface_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
639 NGI_GET_MSG(item, msg);
741 NG_RESPOND_MSG(error, node, item, resp);
750 ng_iface_rcvdata(hook_p hook, item_p item) argument
758 NGI_GET_M(item, m);
759 NG_FREE_ITEM(item);
/freebsd-10-stable/sys/dev/nxge/
H A Dif_nxge.c1262 * @item Queued event item
1265 xge_callback_event(xge_queue_item_t *item) argument
1271 hldev = item->context;
1275 switch((int)item->event_type) {
1290 xge_reset(item->context);
2016 xge_list_t *item = NULL; local
2041 xge_list_for_each(item, &hldev->free_channels) {
2042 channel = xge_container_of(item, xge_hal_channel_t, item);
[all...]
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c1280 const void *item; local
1325 * back as a changed value of the PAM_USER item.
1327 if ((e = pam_get_item(pamh, PAM_USER, &item)) ==
1329 tmpl_user = (const char *) item;
/freebsd-10-stable/usr.bin/su/
H A Dsu.c123 #define PAM_SET_ITEM(what, item) do { \
125 local_ret = pam_set_item(pamh, what, item); \
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c81 ddi_get_soft_state_locked(struct ddi_soft_state *ss, int item) argument
88 if (itemp->ssi_item == item)
95 ddi_get_soft_state(void *state, int item) argument
101 data = ddi_get_soft_state_locked(ss, item);
107 ddi_soft_state_zalloc(void *state, int item) argument
113 itemp->ssi_item = item;
117 if (ddi_get_soft_state_locked(ss, item) != NULL) {
129 ddi_soft_state_free_locked(struct ddi_soft_state *ss, int item) argument
136 if (itemp->ssi_item == item)
147 ddi_soft_state_free(void *state, int item) argument
174 int item; local
[all...]
/freebsd-10-stable/sys/vm/
H A Duma.h43 #define UMA_SMALLEST_UNIT (PAGE_SIZE / 256) /* Smallest item allocated */
57 * item A pointer to the memory which has been allocated.
59 * size The size of the allocated item
76 * item A pointer to the memory which has been allocated.
77 * size The size of the item being destructed.
94 * item A pointer to the memory which has been allocated.
95 * size The size of the item being initialized.
113 * item A pointer to memory which has been 'freed' but has not left the
115 * size The size of the item being discarded.
139 * The item i
363 uma_zfree(uma_zone_t zone, void *item) argument
[all...]
/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_softdep.c995 #define WORKLIST_INSERT(head, item) do { \
996 (item)->wk_state |= ONWORKLIST; \
997 LIST_INSERT_HEAD(head, item, wk_list); \
999 #define WORKLIST_REMOVE(item) do { \
1000 (item)->wk_state &= ~ONWORKLIST; \
1001 LIST_REMOVE(item, wk_list); \
1010 #define WORKLIST_INSERT(head, item) worklist_insert(head, item, 1)
1011 #define WORKLIST_INSERT_UNLOCKED(head, item) worklist_insert(head, item,
13360 softdep_excess_items(struct ufsmount *ump, int item) argument
[all...]
/freebsd-10-stable/contrib/bmake/
H A Dfor.c365 const char *item = strlist_str(items, item_no);
373 Buf_AddBytes(cmds, strlen(item), item);
378 while ((ch = *item++) != 0) {
380 len = for_var_len(item);
382 Buf_AddBytes(cmds, len + 1, item - 1);
383 item += len;
363 const char *item = strlist_str(items, item_no); local
/freebsd-10-stable/contrib/bmake/mk/
H A Ddirdeps.mk219 # there needs to be at least one item missing for these to make sense
/freebsd-10-stable/sbin/camcontrol/
H A Dcamcontrol.c303 static int getdevid(struct cam_devitem *item);
7651 getdevid(struct cam_devitem *item) argument
7658 dev = cam_open_btl(item->dev_match.path_id,
7659 item->dev_match.target_id,
7660 item->dev_match.target_lun, O_RDWR, NULL);
7668 item->device_id_len = 0;
7688 ccb->cdai.bufsiz = item->device_id_len;
7689 if (item->device_id_len != 0)
7690 ccb->cdai.buf = (uint8_t *)item->device_id;
7704 if (item
7746 struct cam_devitem *item = NULL; local
7901 struct cam_devitem *item, *item2; local
7915 struct cam_devitem *item; local
8060 struct cam_devitem *item; local
[all...]

Completed in 379 milliseconds

1234567891011>>