| /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...] |
| 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...] |
| 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_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...] |
| 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...] |