OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notif
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
AppController.h
24
:(NSNotification *)
notif
;
AppController.m
40
- (void)applicationDidFinishLaunching:(NSNotification *)
notif
/src/external/gpl2/xcvs/dist/src/
edit.c
936
char *
notif
;
local
955
notif
= NULL;
974
notif
= "edit";
979
notif
= "unedit";
984
notif
= "commit";
989
if (
notif
== NULL)
990
notif
= "temporary edit";
995
if (
notif
== NULL)
996
notif
= "temporary unedit";
1001
if (
notif
== NULL
[
all
...]
/src/external/bsd/ppp/dist/pppd/
main.c
2122
struct notifier **
notif
= get_notifier_by_type(type);
local
2123
if (
notif
) {
2128
np->next = *
notif
;
2131
*
notif
= np;
2144
struct notifier **
notif
= get_notifier_by_type(type);
local
2145
if (
notif
) {
2148
for (; (np = *
notif
) != 0;
notif
= &np->next) {
2150
*
notif
= np->next;
2164
notify(struct notifier *
notif
, int val
[
all
...]
/src/sys/dev/pci/
if_iwi.c
1241
iwi_notification_intr(struct iwi_softc *sc, struct iwi_notif *
notif
)
1249
switch (
notif
->type) {
1254
(struct iwi_notif_scan_channel *)(
notif
+ 1);
1266
(struct iwi_notif_scan_complete *)(
notif
+ 1);
1284
auth = (struct iwi_notif_authentication *)(
notif
+ 1);
1314
assoc = (struct iwi_notif_association *)(
notif
+ 1);
1343
beacon = (struct iwi_notif_beacon_state *)(
notif
+ 1);
1356
DPRINTFN(5, ("Notification (%u)\n",
notif
->type));
1361
device_xname(sc->sc_dev),
notif
->type,
notif
->flags
[
all
...]
if_iwm.c
6111
iwm_mcc_update(struct iwm_softc *sc, struct iwm_mcc_chub_notif *
notif
)
6118
(le16toh(
notif
->mcc) & 0xff00) >> 8, le16toh(
notif
->mcc) & 0xff);
6122
"(0x%x)\n", DEVNAME(sc), alpha2, le16toh(
notif
->mcc));
8484
struct iwm_mcc_chub_notif *
notif
;
local
8485
SYNC_RESP_STRUCT(
notif
, pkt);
8486
iwm_mcc_update(sc,
notif
);
8500
struct iwm_ct_kill_notif *
notif
;
local
8501
SYNC_RESP_STRUCT(
notif
, pkt);
8504
DEVNAME(sc), le16toh(
notif
->temperature))
8572
struct iwm_periodic_scan_complete *
notif
;
local
8578
struct iwm_lmac_scan_complete_
notif
*
notif
;
local
8586
struct iwm_umac_scan_complete *
notif
;
local
8594
struct iwm_umac_scan_iter_complete_
notif
*
notif
;
local
8610
struct iwm_time_event_
notif
*
notif
;
local
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026