search for: is_regist

Displaying 4 results from an estimated 4 matches for "is_regist".

2007 Jun 05
0
IS_REGISTERED from dialplan
Hello, everyone I'm looking for a way to find out if there is a device registered on a particular extension from dialplan. Does anyone know how to do that? Thanks in advance.
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...t;, - __func__, slot->dn->full_name, slot->index, slot->name, - slot->power_domain, slot->type); + __func__, slot->dn->full_name, slot->index, slot->name, + slot->power_domain, slot->type); /* should not try to register the same slot twice */ if (is_registered(slot)) { - err("rpaphp_register_slot: slot[%s] is already registered\n", slot->name); + pr_err("%s: slot[%s] is already registered\n", + __func__, slot->name); return -EAGAIN; } @@ -136,13 +140,13 @@ int rpaphp_register_slot(struct slot *slot) slot...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...t;, - __func__, slot->dn->full_name, slot->index, slot->name, - slot->power_domain, slot->type); + __func__, slot->dn->full_name, slot->index, slot->name, + slot->power_domain, slot->type); /* should not try to register the same slot twice */ if (is_registered(slot)) { - err("rpaphp_register_slot: slot[%s] is already registered\n", slot->name); + pr_err("%s: slot[%s] is already registered\n", + __func__, slot->name); return -EAGAIN; } @@ -136,13 +140,13 @@ int rpaphp_register_slot(struct slot *slot) slot...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...t;, - __func__, slot->dn->full_name, slot->index, slot->name, - slot->power_domain, slot->type); + __func__, slot->dn->full_name, slot->index, slot->name, + slot->power_domain, slot->type); /* should not try to register the same slot twice */ if (is_registered(slot)) { - err("rpaphp_register_slot: slot[%s] is already registered\n", slot->name); + pr_err("%s: slot[%s] is already registered\n", + __func__, slot->name); return -EAGAIN; } @@ -136,13 +140,13 @@ int rpaphp_register_slot(struct slot *slot) slot...