Searched refs:n_keys (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-keyring.c118 int n_keys; /**< Number of keys */ member in struct:DBusKeyring
142 keyring->n_keys = 0;
158 int n_keys)
165 while (i < n_keys)
261 int n_keys,
267 while (i < n_keys)
290 int n_keys; local
301 n_keys = *n_keys_p;
320 if (find_key_by_id (keys, n_keys, id) != NULL)
338 new = dbus_realloc (keys, sizeof (DBusKey) * (n_keys
157 free_keys(DBusKey *keys, int n_keys) argument
260 find_key_by_id(DBusKey *keys, int n_keys, int id) argument
403 int n_keys; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dinit.c105 whc->n_keys = WHCSPARAMS_TO_N_KEYS(whcsparams);
109 whc->n_devices, whc->n_keys, whc->n_mmc_ies);
H A Dwhcd.h43 u8 n_keys; member in struct:whc

Completed in 54 milliseconds